Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dprofiler.c543 if (fp->uf_tml_total == NULL) in func_do_profile()
544 fp->uf_tml_total = ALLOC_CLEAR_MULT(proftime_T, len); in func_do_profile()
548 if (fp->uf_tml_count == NULL || fp->uf_tml_total == NULL in func_do_profile()
706 profile_add(&fp->uf_tml_total[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.h1664 proftime_T *uf_tml_total; // time spent in a line + children member
H A Duserfunc.c2231 VIM_CLEAR(fp->uf_tml_total); in func_clear_items()