diff options
Diffstat (limited to 'src/core/core_timing.h')
| -rw-r--r-- | src/core/core_timing.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/core_timing.h b/src/core/core_timing.h index fdacdd94a..1873852c4 100644 --- a/src/core/core_timing.h +++ b/src/core/core_timing.h | |||
| @@ -119,6 +119,9 @@ public: | |||
| 119 | /// Returns the current CNTPCT tick value. | 119 | /// Returns the current CNTPCT tick value. |
| 120 | u64 GetClockTicks() const; | 120 | u64 GetClockTicks() const; |
| 121 | 121 | ||
| 122 | /// Returns the current GPU tick value. | ||
| 123 | u64 GetGPUTicks() const; | ||
| 124 | |||
| 122 | /// Returns current time in microseconds. | 125 | /// Returns current time in microseconds. |
| 123 | std::chrono::microseconds GetGlobalTimeUs() const; | 126 | std::chrono::microseconds GetGlobalTimeUs() const; |
| 124 | 127 | ||