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

Add separators to printed values.

This commit is contained in:
Bartosz Taudul
2017-10-18 20:33:49 +02:00
parent cdde2ea2a3
commit ac71622c0c
2 changed files with 32 additions and 11 deletions
+1 -1
View File
@@ -139,7 +139,7 @@ private:
int64_t GetZoneEnd( const Event& ev ) const;
Vector<Event*>& GetParentVector( const Event& ev );
const char* TimeToString( int64_t ns ) const;
const char* RealToString( double val ) const;
const char* RealToString( double val, bool separator ) const;
const char* GetString( uint64_t ptr ) const;
const char* GetThreadString( uint64_t id ) const;
const QueueSourceLocation& GetSourceLocation( uint64_t srcloc ) const;