Home
last modified time | relevance | path

Searched refs:uf_tm_total (Results 1 – 6 of 6) sorted by relevance

/dports/editors/vim/vim-8.2.3745/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.h1660 proftime_T uf_tm_total; // time spent in function + children member
/dports/editors/neovim/neovim-0.6.1/src/nvim/eval/
H A Dtypval.h339 proftime_T uf_tm_total; ///< time spent in function + children member
H A Duserfunc.c1131 fp->uf_tm_total = profile_add(fp->uf_tm_total, call_start); in call_user_func()
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Deval.c10002 fp->uf_tm_total = profile_zero(); in func_do_profile()
10071 fprintf(fd, "Total time: %s\n", profile_msg(fp->uf_tm_total)); in func_dump_profile()
10111 prof_func_line(fd, fp->uf_tm_count, &fp->uf_tm_total, &fp->uf_tm_self, in prof_sort_list()
10152 return profile_cmp(p1->uf_tm_total, p2->uf_tm_total); in prof_total_cmp()
H A Dex_cmds2.c304 uf->uf_tm_total = profile_zero(); in profile_reset()