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

Remove redundant GetTimeBegin().

Traces now start at zero time.
This commit is contained in:
Bartosz Taudul
2019-08-15 21:04:20 +02:00
parent c9d7b96c81
commit 41beff29a9
3 changed files with 41 additions and 43 deletions
-1
View File
@@ -274,7 +274,6 @@ public:
std::shared_mutex& GetDataLock() { return m_data.lock; }
size_t GetFrameCount( const FrameData& fd ) const { return fd.frames.size(); }
size_t GetFullFrameCount( const FrameData& fd ) const;
int64_t GetTimeBegin() const { return GetFrameBegin( *m_data.framesBase, 0 ); }
int64_t GetLastTime() const { return m_data.lastTime; }
uint64_t GetZoneCount() const { return m_data.zonesCnt; }
uint64_t GetLockCount() const;