# ROCm Systems Profiler Causal Viewer ## Installation ```console python -m pip install . ``` ## Execution ### From installation #### Console Script ```console rocprof-sys-causal-plot ``` #### Module ```console python -m rocprof-sys_causal_viewer ``` ### From source tree ```console python -m source ```