Home
last modified time | relevance | path

Searched refs:uf_tml_start (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dprofiler.c671 profile_start(&fp->uf_tml_start); in func_line_start()
704 profile_end(&fp->uf_tml_start); in func_line_end()
705 profile_sub_wait(&fp->uf_tml_wait, &fp->uf_tml_start); in func_line_end()
706 profile_add(&fp->uf_tml_total[fp->uf_tml_idx], &fp->uf_tml_start); in func_line_end()
707 profile_self(&fp->uf_tml_self[fp->uf_tml_idx], &fp->uf_tml_start, in func_line_end()
H A Dstructs.h1666 proftime_T uf_tml_start; // start time for current line member