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 ae8c317 commit e3a00d0Copy full SHA for e3a00d0
pypop/trace/prvtrace.py
@@ -27,7 +27,9 @@
27
"../cfgs/serial_useful_computation_omp_task.cfg",
28
"../cfgs/serial_useful_computation_no_omp.cfg",
29
),
30
- "Total Runtime": ("../cfgs/total_runtime.cfg",),
+ "Total Runtime": (
31
+ "cfgs/total_runtime_excl_disabled.cfg",
32
+ "cfgs/total_runtime.cfg",),
33
"Useful Instructions": ("../cfgs/useful_instructions.cfg",),
34
"Useful Cycles": ("../cfgs/useful_cycles.cfg",),
35
}.items()
0 commit comments