Skip to content

Commit

Permalink
Fix typo in benchmark tracing warning message.
Browse files Browse the repository at this point in the history
  • Loading branch information
benvanik authored Apr 10, 2024
1 parent 336ba12 commit 2780fd5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions runtime/src/iree/testing/benchmark_full.cc
Original file line number Diff line number Diff line change
Expand Up @@ -178,9 +178,9 @@ void iree_benchmark_initialize(int* argc, char** argv) {
"===----------------------------------------------------------------------===\n"
"\n"
"Tracing is enabled and will skew your results!\n"
"The timings involved here can an order of magnitude off due to the tracing\n"
"time sampling, recording, and instrumentation overhead. Disable tracing with\n"
"IREE_ENABLE_RUNTIME_TRACING=OFF and rebuild.\n"
"The timings involved here can be an order of magnitude off due to the\n"
"tracing time sampling, recording, and instrumentation overhead.\n"
"Disable tracing with IREE_ENABLE_RUNTIME_TRACING=OFF and rebuild.\n"
"\x1b[0m"
"\n"
);
Expand Down

0 comments on commit 2780fd5

Please sign in to comment.