profile
RU: профиль
A profile is a dataset that records where a program spends resources — CPU cycles, memory allocations, or I/O time — during a measured execution window. Profilers produce a profile either by sampling the call stack at fixed intervals or by instrumenting every function entry and exit; the profile is then analysed to find hotspots.