Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
Fix property name.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gheorghe-Teodor Bercea committed Mar 24, 2015
1 parent e84f026 commit 2912f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyop2/hpc_profiling.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def c_time(self, c_time):

def c_rand_time(self, c_rand_time):
"""Time value from the kernel wrapper in the randomized case."""
self._record.c_rv_runtime = c_rand_time
self._record.rv_c_runtime = c_rand_time

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

0 comments on commit 2912f4d

Please sign in to comment.