mirror of
https://github.com/NoelFB/blah.git
synced 2025-07-01 19:45:26 +08:00
cleaning up cmake defines; adding a Win32 Platform Backend
This commit is contained in:
@ -19,7 +19,6 @@ u64 Stopwatch::milliseconds()
|
||||
return microseconds() / 1000;
|
||||
}
|
||||
|
||||
|
||||
u64 Stopwatch::microseconds()
|
||||
{
|
||||
return std::chrono::duration_cast<std::chrono::microseconds>(system_clock::now().time_since_epoch()).count() - start_time;
|
||||
|
Reference in New Issue
Block a user