Move the debug string from TraceMe name to argument.
PiperOrigin-RevId: 283865965 Change-Id: I996b10a3501c57c674bc5fe7d674d36e5d16ea3f
This commit is contained in:
parent
3524e73e09
commit
fda7ab091f
@ -412,7 +412,8 @@ Status EagerServiceImpl::Enqueue(const EnqueueRequest* request,
|
||||
EnqueueResponse* response, uint64 stream_id) {
|
||||
profiler::TraceMe activity(
|
||||
[&] {
|
||||
return absl::StrCat("EagerService:Enqueue:", request->DebugString());
|
||||
return absl::StrCat(
|
||||
"EagerService:Enqueue#debug_str=", request->DebugString(), "#");
|
||||
},
|
||||
profiler::TraceMeLevel::kInfo);
|
||||
ServerContext* context = nullptr;
|
||||
|
Loading…
x
Reference in New Issue
Block a user