Skip to content

Commit

Permalink
Review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
oandreeva-nv committed Jul 5, 2024
1 parent 6110667 commit 636cc13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion qa/L0_trace/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1238,4 +1238,4 @@ set -e
kill $SERVER_PID
wait $SERVER_PID
set +e
exit $RET
exit $RET
4 changes: 2 additions & 2 deletions src/tracer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -659,8 +659,8 @@ TraceManager::Trace::AddEvent(
{
std::string activity_name =
RetrieveActivityName(trace, activity, timestamp_ns);
std::string start = "_START";
std::string end = "_END";
static std::string start = "_START";
static std::string end = "_END";
if (activity == TRITONSERVER_TRACE_REQUEST_START ||
activity == TRITONSERVER_TRACE_COMPUTE_START ||
(activity == TRITONSERVER_TRACE_CUSTOM_ACTIVITY &&
Expand Down

0 comments on commit 636cc13

Please sign in to comment.