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

Method GetDepth

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

Source from the content-addressed store, hash-verified

65
66 CProfileItem * GetBack() const { return mItems.empty() ? NULL : mItems.back(); }
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; }

Callers 1

UpdateMethod · 0.80

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected