| 428 | } |
| 429 | |
| 430 | unsigned long long Statistics::getTotalTimeInMicro() const |
| 431 | { |
| 432 | return TimeUtils::timePassed( _startTime, TimeUtils::sampleMicro() ); |
| 433 | } |
| 434 | |
| 435 | unsigned Statistics::getAveragePivotTimeInMicro() const |
| 436 | { |
no outgoing calls
no test coverage detected