Home
last modified time | relevance | path

Searched refs:profile_sub_wait (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dprofiler.c262 profile_sub_wait(proftime_T *tm, proftime_T *tma) in profile_sub_wait() function
603 profile_sub_wait(&info->pi_wait_start, &info->pi_call_start); in profile_may_end_func()
645 profile_sub_wait(tm, &fc->prof_child); // don't count waiting time in prof_child_exit()
705 profile_sub_wait(&fp->uf_tml_wait, &fp->uf_tml_start); in func_line_end()
827 profile_sub_wait(tm, &si->sn_pr_child); // don't count wait time in script_prof_restore()
1008 profile_sub_wait(&si->sn_prl_wait, &si->sn_prl_start); in script_line_end()
H A Dscriptfile.c1418 profile_sub_wait(&wait_start, &si->sn_pr_start); in do_source()
/vim-8.2.3635/src/proto/
H A Dprofiler.pro13 void profile_sub_wait(proftime_T *tm, proftime_T *tma);