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

Function buildDebugProfilerView

App/debug/CreateDebugPanels.cpp:71–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 }
70
71 static DebugView* buildDebugProfilerView(DebugPanel& panel) { return panel.addView(DebugView("Profiler", drawProfilerTreeView)); }
72}
73
74DebugViews createDebugViews(DebugPanel& panel) {

Callers 1

createDebugViewsFunction · 0.85

Calls 2

addViewMethod · 0.80
DebugViewClass · 0.70

Tested by

no test coverage detected