cum-time (cumulative)
RU: совокупное время (cum-time)
In sampling profilers such as pprof and Python's cProfile, the cumulative time attributed to a function: the sum of time spent inside it and inside all functions it calls transitively. Contrasted with flat time, which counts only the function's own instructions; a high cum-time with low flat time points to an expensive callee.