logQueryProfileReport function
void
logQueryProfileReport()
Log the query profile report to debug output.
Implementation
void logQueryProfileReport() {
if (!_queryProfilerEnabled) return;
// In the Dart port, callers should capture the output of
// getQueryProfileReport() and route it to their debug logger.
}