observer effect
RU: эффект наблюдателя
The distortion of a program's performance characteristics caused by the act of measuring it: instrumentation code, profiler threads, or debug allocations consume CPU and memory that the production workload would not, making the measured timings unrepresentative. Sampling profilers and eBPF-based tools are designed to minimize this effect.