MCPcopy Create free account
hub / github.com/ElectroZybr/LatticeLab / isVisibleNode

Function isVisibleNode

App/debug/ProfilerTreeView.cpp:66–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64 }
65
66 bool isVisibleNode(const ProfileTreeEntry& entry) { return entry.smoothedMs > 0.0001; }
67
68 void drawTreeNode(const std::vector<ProfileTreeEntry>& entries, size_t index, double totalTrackedMs) {
69 if (index >= entries.size()) {

Callers 2

drawTreeNodeFunction · 0.85
drawProfilerTreeViewFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected