Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dprofiler.c541 if (fp->uf_tml_count == NULL) in func_do_profile()
542 fp->uf_tml_count = ALLOC_CLEAR_MULT(int, len); in func_do_profile()
548 if (fp->uf_tml_count == NULL || fp->uf_tml_total == NULL in func_do_profile()
703 ++fp->uf_tml_count[fp->uf_tml_idx]; in func_line_end()
775 prof_func_line(fd, fp->uf_tml_count[i], in func_dump_profile()
H A Dstructs.h1663 int *uf_tml_count; // nr of times line was executed member
H A Duserfunc.c2230 VIM_CLEAR(fp->uf_tml_count); in func_clear_items()