Searched refs:profile_self (Results 1 – 3 of 3) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | profiler.c | 232 profile_self(proftime_T *self, proftime_T *total, proftime_T *children) in profile_self() function 605 profile_self(&fp->uf_tm_self, &info->pi_call_start, &fp->uf_tm_children); in profile_may_end_func() 707 profile_self(&fp->uf_tml_self[fp->uf_tml_idx], &fp->uf_tml_start, in func_line_end() 1010 profile_self(&pp->sn_prl_self, &si->sn_prl_start, in script_line_end()
|
| H A D | scriptfile.c | 1420 profile_self(&si->sn_pr_self, &si->sn_pr_start, in do_source()
|
| /vim-8.2.3635/src/proto/ |
| H A D | profiler.pro | 12 void profile_self(proftime_T *self, proftime_T *total, proftime_T *children);
|