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

Use precalculated min/max time spans.

This commit is contained in:
Bartosz Taudul
2018-03-18 20:20:24 +01:00
parent 0f1f7c6813
commit 3ac98beb5a
3 changed files with 11 additions and 24 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ public:
std::vector<int32_t> GetMatchingSourceLocation( const char* query ) const;
#ifndef TRACY_NO_STATISTICS
const Vector<ZoneEvent*>& GetZonesForSourceLocation( int32_t srcloc ) const;
const SourceLocationZones& GetZonesForSourceLocation( int32_t srcloc ) const;
#endif
NonRecursiveBenaphore& GetMbpsDataLock() { return m_mbpsData.lock; }