25ff5e3891
* OMNITRACE_ROCM_SMI_METRICS
- configuration variable OMNITRACE_ROCM_SMI_METRICS for specifying which rocm-smi metrics to collect
- auto-disable metric collection when rsmi_dev_X_get returns RSMI_STATUS_NOT_SUPPORTED
* Bump version to 1.11.1
* Python formatting
* Update python/libpyomnitrace.cpp
- fix usage of substr (ignored return value)
* Update python/gui/source/gui.py
- Fix E721
- do not compare types, for exact checks use `is` / `is not`, for instance checks use `isinstance()`
[ROCm/rocprofiler-systems commit: 15127c0d43]
Omnitrace Causal Viewer
Installation
python -m pip install .
Execution
From installation
Console Script
omnitrace-causal-plot <args...>
Module
python -m omnitrace_causal_viewer <args...>
From source tree
python -m source <args...>