| 26 | } |
| 27 | |
| 28 | void RequestPerformanceLogger::logPerformance(const QString &requestId, qint64 elapsedMs) |
| 29 | { |
| 30 | LOG_MESSAGE( |
| 31 | QString("Performance: %1 total completion time took %2 ms").arg(requestId).arg(elapsedMs)); |
| 32 | } |
| 33 | |
| 34 | void RequestPerformanceLogger::logPerformance( |
| 35 | const QString &requestId, const QString &operation, qint64 elapsedMs) |
nothing calls this directly
no outgoing calls
no test coverage detected