You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expose CALLGRIND_TOGGLE_COLLECT as a wrapper next to the existing
start/stop instrumentation helpers. Unlike toggling instrumentation,
toggling collection does not flush the simulated cache, so integrations
can exclude code regions (e.g. google benchmark's PauseTiming sections)
from measurement without paying an artificial cold-cache warmup in the
measured region.
Refs COD-2033.
0 commit comments