Home
last modified time | relevance | path

Searched refs:prof_child (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dprofiler.c628 profile_start(&fc->prof_child); in prof_child_enter()
644 profile_end(&fc->prof_child); in prof_child_exit()
645 profile_sub_wait(tm, &fc->prof_child); // don't count waiting time in prof_child_exit()
646 profile_add(&fc->func->uf_tm_children, &fc->prof_child); in prof_child_exit()
647 profile_add(&fc->func->uf_tml_children, &fc->prof_child); in prof_child_exit()
H A Dstructs.h1730 proftime_T prof_child; // time spent in a child member