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:
@@ -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 );
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user