ファイル
rocm-systems/source/python/gui
Jonathan R. Madsen 15127c0d43 OMNITRACE_ROCM_SMI_METRICS (#331)
* 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()`
2024-02-08 07:06:23 -06:00
..
2024-02-08 07:06:23 -06:00
2023-04-11 23:36:24 -05:00
2023-04-11 23:36:24 -05:00
2023-04-11 23:36:24 -05:00
2023-04-11 23:36:24 -05:00
2023-04-11 23:36:24 -05:00
2023-04-11 23:36:24 -05:00
2023-04-11 23:36:24 -05:00
2023-04-11 23:36:24 -05:00

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...>