Home
last modified time | relevance | path

Searched refs:profile_add (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/
H A Dprofiler.c213 profile_add(proftime_T *tm, proftime_T *tm2) in profile_add() function
245 profile_add(self, total); in profile_self()
335 profile_add(&prof_wait_time, &pause_time); in ex_profile()
431 profile_add(&prof_wait_time, &inchar_time); in prof_inchar_exit()
604 profile_add(&fp->uf_tm_total, &info->pi_call_start); in profile_may_end_func()
608 profile_add(&caller->uf_tm_children, &info->pi_call_start); in profile_may_end_func()
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()
828 profile_add(&si->sn_pr_children, &si->sn_pr_child); in script_prof_restore()
829 profile_add(&si->sn_prl_children, &si->sn_pr_child); in script_prof_restore()
[all …]
H A Dscriptfile.c1419 profile_add(&si->sn_pr_total, &si->sn_pr_start); in do_source()
H A Dsyntax.c3202 profile_add(&st->total, &pt); in syn_regexec()
6738 profile_add(&total_total, &spp->sp_time.total); in syntime_report()
H A Dspellsuggest.c1139 profile_add(&times[state], &current);
/vim-8.2.3635/src/proto/
H A Dprofiler.pro11 void profile_add(proftime_T *tm, proftime_T *tm2);