Skip to content

Commit e3a00d0

Browse files
author
telemin
committed
restore missing excluded time config
1 parent ae8c317 commit e3a00d0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pypop/trace/prvtrace.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@
2727
"../cfgs/serial_useful_computation_omp_task.cfg",
2828
"../cfgs/serial_useful_computation_no_omp.cfg",
2929
),
30-
"Total Runtime": ("../cfgs/total_runtime.cfg",),
30+
"Total Runtime": (
31+
"cfgs/total_runtime_excl_disabled.cfg",
32+
"cfgs/total_runtime.cfg",),
3133
"Useful Instructions": ("../cfgs/useful_instructions.cfg",),
3234
"Useful Cycles": ("../cfgs/useful_cycles.cfg",),
3335
}.items()

0 commit comments

Comments
 (0)