instrumentation profiler
RU: инструментирующий профайлер
A profiler that injects timing probes into every function entry and exit point at compile time or via binary rewriting. It records exact call counts and precise per-call durations, but the added code changes execution timing and can slow execution by an order of magnitude or more, making it unsuitable for production use.