mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-20 12:13:57 +00:00
fix typo on time.hpp
Co-authored-by: Maurice Heumann <MauriceHeumann@gmail.com>
This commit is contained in:
@@ -36,7 +36,7 @@ namespace utils
|
||||
return std::chrono::steady_clock::now();
|
||||
}
|
||||
|
||||
// Returnds the current timestamp counter value. RDTSC on x86/x64, or just time since epoch for ARM
|
||||
// Returns the current timestamp counter value. RDTSC on x86/x64, or just time since epoch for ARM
|
||||
/// TODO: find better solution for ARM and Figure out better CPU base frequency heuristics
|
||||
virtual uint64_t timestamp_counter()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user