MCPcopy Create free account
hub / github.com/DaedalusX64/daedalus / Clear

Method Clear

Source/Utility/Profiler.cpp:69–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 u32 GetDepth() const { return mItems.size(); }
68 bool Empty() const { return mItems.empty(); }
69 void Clear() { return mItems.clear(); }
70 u32 GetHash() const { return mHash; }
71
72 s32 Compare( const CProfileCallstack & rhs ) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected