Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartosz Taudul <wolf@nereid.pl>2022-07-23 14:31:41 +0300
committerBartosz Taudul <wolf@nereid.pl>2022-07-23 14:31:41 +0300
commitf7598d243193db4b9bb6977137feeb6a1ad607fe (patch)
treed9ef98df406158995cd0b6effcb0c404a156b5ee /server/TracyView.hpp
parent57f03dfe9a2d69d59d253d0814c6add66ca30cfa (diff)
Implement direct children search.
Diffstat (limited to 'server/TracyView.hpp')
-rw-r--r--server/TracyView.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/TracyView.hpp b/server/TracyView.hpp
index c16ba460..9050f618 100644
--- a/server/TracyView.hpp
+++ b/server/TracyView.hpp
@@ -291,6 +291,7 @@ private:
const ZoneEvent* GetZoneParent( const ZoneEvent& zone ) const;
const ZoneEvent* GetZoneParent( const ZoneEvent& zone, uint64_t tid ) const;
+ const ZoneEvent* GetZoneChild( const ZoneEvent& zone, int64_t time ) const;
bool IsZoneReentry( const ZoneEvent& zone ) const;
bool IsZoneReentry( const ZoneEvent& zone, uint64_t tid ) const;
const GpuEvent* GetZoneParent( const GpuEvent& zone ) const;