MCPcopy Create free account
hub / github.com/chrxh/alien / getRawStatistics

Method getRawStatistics

source/EngineImpl/SimulationFacadeImpl.cpp:345–348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343}
344
345RawStatisticsData _SimulationFacadeImpl::getRawStatistics() const
346{
347 return _worker.getRawStatistics();
348}
349
350StatisticsHistory const& _SimulationFacadeImpl::getStatisticsHistory() const
351{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected