Fixes the configuration file example (#45)
- example config file will fail due to PR #31
[ROCm/rocprofiler-systems commit: 5bdfecb9dd]
This commit is contained in:
committato da
GitHub
parent
aeab36501a
commit
846e5cf6d5
@@ -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
|
||||
|
||||
Fai riferimento in un nuovo problema
Block a user