From 615dd27e77c0195fef1bb2c562a72be758f33a7a Mon Sep 17 00:00:00 2001 From: Sriraksha Nagaraj Date: Thu, 7 Jul 2022 19:07:39 +0000 Subject: [PATCH] SWDEV-287352 - Changing the description for timestamp option Change-Id: Ie1d942f7560838efbc38394b21facf04df9bbda5 [ROCm/rocprofiler commit: c565e2f3294b1f16af0e3c1a1ed1f4cf77b1be76] --- projects/rocprofiler/bin/rpl_run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocprofiler/bin/rpl_run.sh b/projects/rocprofiler/bin/rpl_run.sh index ee5ded9458..49cf0702e9 100755 --- a/projects/rocprofiler/bin/rpl_run.sh +++ b/projects/rocprofiler/bin/rpl_run.sh @@ -154,7 +154,7 @@ usage() { echo " -m - file defining custom metrics to use in-place of defaults." echo "" echo " --basenames - to turn on/off truncating of the kernel full function names till the base ones [off]" - echo " --timestamp - to turn on/off the kernel dispatches timestamps, dispatch/begin/end/complete [off]" + echo " --timestamp - to turn on/off the kernel dispatches timestamps, dispatch/begin/end/complete during kernel profiling [off]" echo " --ctx-wait - to wait for outstanding contexts on profiler exit [on]" echo " --ctx-limit - maximum number of outstanding contexts [0 - unlimited]" echo " --heartbeat - to print progress heartbeats [0 - disabled]"