diff options
Diffstat (limited to 'src/core/core_timing.h')
| -rw-r--r-- | src/core/core_timing.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/core_timing.h b/src/core/core_timing.h index ec0a6d2c0..8bba45beb 100644 --- a/src/core/core_timing.h +++ b/src/core/core_timing.h | |||
| @@ -130,6 +130,7 @@ private: | |||
| 130 | s64 global_timer = 0; | 130 | s64 global_timer = 0; |
| 131 | s64 idled_cycles = 0; | 131 | s64 idled_cycles = 0; |
| 132 | s64 slice_length = 0; | 132 | s64 slice_length = 0; |
| 133 | u64 accumulated_ticks = 0; | ||
| 133 | std::array<s64, num_cpu_cores> downcounts{}; | 134 | std::array<s64, num_cpu_cores> downcounts{}; |
| 134 | // Slice of time assigned to each core per run. | 135 | // Slice of time assigned to each core per run. |
| 135 | std::array<s64, num_cpu_cores> time_slice{}; | 136 | std::array<s64, num_cpu_cores> time_slice{}; |