Searched refs:profile_msg (Results 1 – 7 of 7) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | profiler.c | 78 profile_msg(proftime_T *tm) in profile_msg() function 464 fprintf(fd, "%s ", profile_msg(total)); in prof_func_line() 468 fprintf(fd, "%s ", profile_msg(self)); in prof_func_line() 766 fprintf(fd, "Total time: %s\n", profile_msg(&fp->uf_tm_total)); in func_dump_profile() 767 fprintf(fd, " Self time: %s\n", profile_msg(&fp->uf_tm_self)); in func_dump_profile() 856 fprintf(fd, "Total time: %s\n", profile_msg(&si->sn_pr_total)); in script_dump_profile() 857 fprintf(fd, " Self time: %s\n", profile_msg(&si->sn_pr_self)); in script_dump_profile() 898 fprintf(fd, "%s ", profile_msg(&pp->sn_prl_total)); in script_dump_profile() 899 fprintf(fd, "%s ", profile_msg(&pp->sn_prl_self)); in script_dump_profile()
|
| H A D | time.c | 265 rettv->vval.v_string = vim_strsave((char_u *)profile_msg(&tm)); in f_reltimestr()
|
| H A D | syntax.c | 6765 msg_puts(profile_msg(&p->total)); in syntime_report() 6774 msg_puts(profile_msg(&p->slowest)); in syntime_report() 6778 msg_puts(profile_msg(&p->average)); in syntime_report() 6799 msg_puts(profile_msg(&total_total)); in syntime_report()
|
| H A D | spellsuggest.c | 1152 fprintf(fd, "%s: %s\n", name, profile_msg(&total)); 1154 fprintf(fd, "%d: %s (%ld)\n", i, profile_msg(×[i]), counts[i]);
|
| H A D | term.c | 3918 fprintf(fd_tr, "%s: %s ", profile_msg(&now), in log_tr()
|
| H A D | channel.c | 197 fprintf(log_fd, "%s ", profile_msg(&log_now)); in ch_log_lead()
|
| /vim-8.2.3635/src/proto/ |
| H A D | profiler.pro | 5 char *profile_msg(proftime_T *tm);
|