profilingReport method
Returns an unmodifiable snapshot of profiling call counts. Keys are std function names; values are invocation counts. Returns an empty map when profiling was not enabled.
Implementation
Map<String, int> profilingReport() => Map.unmodifiable(_callCounts ?? {});