From daa179f64ddd19d90477c07fe26ddfed3bcfd3bc Mon Sep 17 00:00:00 2001 From: Evgeny Date: Thu, 17 Jan 2019 02:50:57 -0600 Subject: [PATCH] usage for ctx-wait Change-Id: I0fb42c450dcf87337498a38a32a64098ee7fdf2f [ROCm/rocprofiler commit: c7a1d7a2a10ed94592c53836ff3ba2aad750d76d] --- projects/rocprofiler/bin/rpl_run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/rocprofiler/bin/rpl_run.sh b/projects/rocprofiler/bin/rpl_run.sh index 1ae7da36ff..59350f65b7 100755 --- a/projects/rocprofiler/bin/rpl_run.sh +++ b/projects/rocprofiler/bin/rpl_run.sh @@ -128,6 +128,7 @@ usage() { 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 disoatches timestamps, dispatch/begin/end/complete [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]" echo " --sqtt-size - to set SQTT buffer size, aggregate for all SE [0x2000000]"