Home
last modified time | relevance | path

Searched refs:uf_tm_total (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()
510 return profile_cmp(&p1->uf_tm_total, &p2->uf_tm_total); in prof_total_cmp()
540 profile_zero(&fp->uf_tm_total); in func_do_profile()
604 profile_add(&fp->uf_tm_total, &info->pi_call_start); in profile_may_end_func()
766 fprintf(fd, "Total time: %s\n", profile_msg(&fp->uf_tm_total)); in func_dump_profile()
H A Dstructs.h1659 proftime_T uf_tm_total; // time spent in function + children member