1
0
Fork 0

Spectre/Math/Time: minor fixes and documentation

This commit is contained in:
Henrik Hautakoski 2023-04-30 23:02:16 +02:00
parent b9936e5867
commit 4a6a20342d
2 changed files with 10 additions and 6 deletions

View file

@ -23,8 +23,8 @@ public :
private :
// In microseconds.
long m_value;
// Microseconds (us)
long m_us;
};
// ----------------------------