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

Move string helper functions out of tracy::View.

This commit is contained in:
Bartosz Taudul
2017-10-22 17:47:40 +02:00
parent 262dfa53e9
commit 73d23320ee
2 changed files with 82 additions and 83 deletions
-2
View File
@@ -168,8 +168,6 @@ private:
uint64_t GetFrameEnd( size_t idx ) const;
int64_t GetLastTime() const;
int64_t GetZoneEnd( const ZoneEvent& ev ) const;
const char* TimeToString( int64_t ns ) 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;