Searched refs:profile_add (Results 1 – 5 of 5) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | profiler.c | 213 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 D | scriptfile.c | 1419 profile_add(&si->sn_pr_total, &si->sn_pr_start); in do_source()
|
| H A D | syntax.c | 3202 profile_add(&st->total, &pt); in syn_regexec() 6738 profile_add(&total_total, &spp->sp_time.total); in syntime_report()
|
| H A D | spellsuggest.c | 1139 profile_add(×[state], ¤t);
|
| /vim-8.2.3635/src/proto/ |
| H A D | profiler.pro | 11 void profile_add(proftime_T *tm, proftime_T *tm2);
|