From 846e5cf6d5da9aa19253fef76851ec682c720e3a Mon Sep 17 00:00:00 2001 From: "Jonathan R. Madsen" Date: Tue, 14 Jun 2022 12:44:41 -0500 Subject: [PATCH] Fixes the configuration file example (#45) - example config file will fail due to PR #31 [ROCm/rocprofiler-systems commit: 5bdfecb9ddef0863c08cded9ef7d72f7884827ad] --- projects/rocprofiler-systems/source/docs/runtime.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/projects/rocprofiler-systems/source/docs/runtime.md b/projects/rocprofiler-systems/source/docs/runtime.md index 970792eb78..4fefa580cb 100644 --- a/projects/rocprofiler-systems/source/docs/runtime.md +++ b/projects/rocprofiler-systems/source/docs/runtime.md @@ -678,14 +678,14 @@ OMNITRACE_MEMORY_UNITS = MB OMNITRACE_TIMING_UNITS = sec # sampling fields -OMNITRACE_SAMPLING_FREQ = 10 +OMNITRACE_SAMPLING_FREQ = 50 # rocm-smi fields -OMNITRACE_ROCM_SMI_DEVICES = 0 +OMNITRACE_ROCM_SMI_DEVICES = $env:HIP_VISIBLE_DEVICES -# misc env variables -OMNITRACE_SAMPLING_KEEP_DYNINST_SUFFIX = OFF -OMNITRACE_SAMPLING_KEEP_INTERNAL = OFF +# misc env variables (see metadata JSON file after run) +$env:OMNITRACE_SAMPLING_KEEP_DYNINST_SUFFIX = OFF +$env:OMNITRACE_SAMPLING_KEEP_INTERNAL = OFF ``` ### Sample JSON Configuration File