Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dprofiler.c545 if (fp->uf_tml_self == NULL) in func_do_profile()
546 fp->uf_tml_self = ALLOC_CLEAR_MULT(proftime_T, len); in func_do_profile()
549 || fp->uf_tml_self == NULL) in func_do_profile()
707 profile_self(&fp->uf_tml_self[fp->uf_tml_idx], &fp->uf_tml_start, in func_line_end()
776 &fp->uf_tml_total[i], &fp->uf_tml_self[i], TRUE); in func_dump_profile()
H A Dstructs.h1665 proftime_T *uf_tml_self; // time spent in a line itself member
H A Duserfunc.c2232 VIM_CLEAR(fp->uf_tml_self); in func_clear_items()