Skip to content

Commit

Permalink
Fixes the configuration file example (#45)
Browse files Browse the repository at this point in the history
- example config file will fail due to PR #31
  • Loading branch information
jrmadsen authored Jun 14, 2022
1 parent a142b20 commit 5bdfecb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions source/docs/runtime.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5bdfecb

Please sign in to comment.