From 2912f4dd4b4cf1b9c014debd9d39fdda7cf0b188 Mon Sep 17 00:00:00 2001 From: Gheorghe-Teodor Bercea Date: Tue, 24 Mar 2015 13:40:24 +0000 Subject: [PATCH] Fix property name. --- pyop2/hpc_profiling.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyop2/hpc_profiling.py b/pyop2/hpc_profiling.py index 9ec70c80f..8fb9e51a8 100644 --- a/pyop2/hpc_profiling.py +++ b/pyop2/hpc_profiling.py @@ -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."""