| 343 | } |
| 344 | |
| 345 | RawStatisticsData _SimulationFacadeImpl::getRawStatistics() const |
| 346 | { |
| 347 | return _worker.getRawStatistics(); |
| 348 | } |
| 349 | |
| 350 | StatisticsHistory const& _SimulationFacadeImpl::getStatisticsHistory() const |
| 351 | { |
nothing calls this directly
no outgoing calls
no test coverage detected