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

Allow custom time offset in memory allocation list.

This commit is contained in:
Bartosz Taudul
2019-03-17 16:47:44 +01:00
parent f0aadfe066
commit d2cca5dc3f
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -125,7 +125,7 @@ private:
void DrawLockInfoWindow();
template<class T>
void ListMemData( T ptr, T end, std::function<void(T&)> DrawAddress, const char* id = nullptr );
void ListMemData( T ptr, T end, std::function<void(T&)> DrawAddress, const char* id = nullptr, int64_t startTime = -1 );
flat_hash_map<uint32_t, PathData, nohash<uint32_t>> GetCallstackPaths( const MemData& mem ) const;
std::vector<CallstackFrameTree> GetCallstackFrameTreeBottomUp( const MemData& mem ) const;