Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dprofiler.c490 prof_func_line(fd, fp->uf_tm_count, &fp->uf_tm_total, &fp->uf_tm_self, in prof_sort_list()
523 return profile_cmp(&p1->uf_tm_self, &p2->uf_tm_self); in prof_self_cmp()
539 profile_zero(&fp->uf_tm_self); in func_do_profile()
605 profile_self(&fp->uf_tm_self, &info->pi_call_start, &fp->uf_tm_children); in profile_may_end_func()
767 fprintf(fd, " Self time: %s\n", profile_msg(&fp->uf_tm_self)); in func_dump_profile()
H A Dstructs.h1660 proftime_T uf_tm_self; // time spent in function itself member