1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Exact time printing functionality.

This commit is contained in:
Bartosz Taudul
2020-02-02 14:32:18 +01:00
parent b418c55e89
commit b1342a10b0
2 changed files with 98 additions and 0 deletions
+1
View File
@@ -116,6 +116,7 @@ static inline const char* RealToString( double val )
#endif
const char* TimeToString( int64_t ns );
const char* TimeToStringExact( int64_t ns );
const char* MemSizeToString( int64_t val );
}