We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3a00d0 commit db26e79Copy full SHA for db26e79
pypop/trace/prvtrace.py
@@ -28,8 +28,8 @@
28
"../cfgs/serial_useful_computation_no_omp.cfg",
29
),
30
"Total Runtime": (
31
- "cfgs/total_runtime_excl_disabled.cfg",
32
- "cfgs/total_runtime.cfg",),
+ "../cfgs/total_runtime_excl_disabled.cfg",
+ "../cfgs/total_runtime.cfg",),
33
"Useful Instructions": ("../cfgs/useful_instructions.cfg",),
34
"Useful Cycles": ("../cfgs/useful_cycles.cfg",),
35
}.items()
0 commit comments