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

Add LocationToString() helper.

This commit is contained in:
Bartosz Taudul
2021-06-19 12:33:23 +02:00
parent c69cf5bd3f
commit 91f1845d92
2 changed files with 15 additions and 0 deletions
+1
View File
@@ -126,6 +126,7 @@ static inline const char* RealToString( double val )
const char* TimeToString( int64_t ns );
const char* TimeToStringExact( int64_t ns );
const char* MemSizeToString( int64_t val );
const char* LocationToString( const char* fn, uint32_t line );
}