Skip to content

Commit db26e79

Browse files
Fixed path to cfg files for Total Runtime
1 parent e3a00d0 commit db26e79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pypop/trace/prvtrace.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"../cfgs/serial_useful_computation_no_omp.cfg",
2929
),
3030
"Total Runtime": (
31-
"cfgs/total_runtime_excl_disabled.cfg",
32-
"cfgs/total_runtime.cfg",),
31+
"../cfgs/total_runtime_excl_disabled.cfg",
32+
"../cfgs/total_runtime.cfg",),
3333
"Useful Instructions": ("../cfgs/useful_instructions.cfg",),
3434
"Useful Cycles": ("../cfgs/useful_cycles.cfg",),
3535
}.items()

0 commit comments

Comments
 (0)