MCPcopy Create free account
hub / github.com/Palm1r/QodeAssist / logPerformance

Method logPerformance

logger/RequestPerformanceLogger.cpp:28–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28void 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
34void RequestPerformanceLogger::logPerformance(
35 const QString &requestId, const QString &operation, qint64 elapsedMs)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected