Skip to content

Commit 2912f4d

Browse files
author
Gheorghe-Teodor Bercea
committed
Fix property name.
1 parent e84f026 commit 2912f4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyop2/hpc_profiling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def c_time(self, c_time):
9292

9393
def c_rand_time(self, c_rand_time):
9494
"""Time value from the kernel wrapper in the randomized case."""
95-
self._record.c_rv_runtime = c_rand_time
95+
self._record.rv_c_runtime = c_rand_time
9696

9797
def papi_gflops(self, papi_measures):
9898
"""Time value from the kernel wrapper."""

0 commit comments

Comments
 (0)