MCPcopy Create free account
hub / github.com/SatDump/SatDump / updateModuleStats

Method updateModuleStats

src-core/core/live_pipeline.cpp:191–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189 }
190
191 void LivePipeline::updateModuleStats()
192 {
193 for (std::shared_ptr<ProcessingModule> mod : modules)
194 if (mod->module_stats.size() > 0)
195 stats[mod->getIDM()] = mod->module_stats;
196 }
197
198 void LivePipeline::drawUIs()
199 {

Callers 2

main_liveFunction · 0.80
setup_webserverMethod · 0.80

Calls 2

sizeMethod · 0.45
getIDMMethod · 0.45

Tested by

no test coverage detected