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

GPU child zones time getter.

This commit is contained in:
Bartosz Taudul
2019-02-14 01:28:12 +01:00
parent 92c1420c30
commit f06609eb61
2 changed files with 15 additions and 0 deletions
+1
View File
@@ -170,6 +170,7 @@ private:
void SmallCallstackButton( const char* name, uint32_t callstack, int& idx );
void SetViewToLastFrames();
int64_t GetZoneChildTime( const ZoneEvent& zone );
int64_t GetZoneChildTime( const GpuEvent& zone );
int64_t GetZoneChildTimeFast( const ZoneEvent& zone );
flat_hash_map<const void*, bool, nohash<const void*>> m_visible;