| /vim-8.2.3635/src/proto/ |
| H A D | profiler.pro | 2 void profile_start(proftime_T *tm); 3 void profile_end(proftime_T *tm); 4 void profile_sub(proftime_T *tm, proftime_T *tm2); 5 char *profile_msg(proftime_T *tm); 6 float_T profile_float(proftime_T *tm); 9 void profile_zero(proftime_T *tm); 10 void profile_divide(proftime_T *tm, int count, proftime_T *tm2); 11 void profile_add(proftime_T *tm, proftime_T *tm2); 12 void profile_self(proftime_T *self, proftime_T *total, proftime_T *children); 13 void profile_sub_wait(proftime_T *tm, proftime_T *tma); [all …]
|
| H A D | time.pro | 10 long proftime_time_left(proftime_T *due, proftime_T *now);
|
| H A D | syntax.pro | 2 void syn_set_timeout(proftime_T *tm);
|
| H A D | regexp.pro | 21 …(regmmatch_T *rmp, win_T *win, buf_T *buf, linenr_T lnum, colnr_T col, proftime_T *tm, int *timed_…
|
| H A D | terminal.pro | 13 int term_check_timers(int next_due_arg, proftime_T *now);
|
| /vim-8.2.3635/src/ |
| H A D | profiler.c | 35 profile_end(proftime_T *tm) in profile_end() 37 proftime_T now; in profile_end() 58 profile_sub(proftime_T *tm, proftime_T *tm2) in profile_sub() 144 proftime_T now; in profile_passed_limit() 185 profile_divide(proftime_T *tm, int count, proftime_T *tm2) in profile_divide() 213 profile_add(proftime_T *tm, proftime_T *tm2) in profile_add() 232 profile_self(proftime_T *self, proftime_T *total, proftime_T *children) in profile_self() 262 profile_sub_wait(proftime_T *tm, proftime_T *tma) in profile_sub_wait() 274 profile_equal(proftime_T *tm1, proftime_T *tm2) in profile_equal() 287 profile_cmp(const proftime_T *tm1, const proftime_T *tm2) in profile_cmp() [all …]
|
| H A D | structs.h | 1660 proftime_T uf_tm_self; // time spent in function itself 1730 proftime_T prof_child; // time spent in a child 1874 proftime_T sn_pr_self; // time spent in script itself 1875 proftime_T sn_pr_start; // time at script start 1939 proftime_T sn_prl_self; // time spent in a line itself 1946 proftime_T pi_wait_start; 1947 proftime_T pi_call_start; 2506 proftime_T total; // total time used 2507 proftime_T slowest; // time of slowest call 3313 proftime_T tm; // for a time limit [all …]
|
| H A D | time.c | 142 list2proftime(typval_T *arg, proftime_T *tm) in list2proftime() 170 proftime_T res; in f_reltime() 171 proftime_T start; in f_reltime() 231 proftime_T tm; in f_reltimefloat() 255 proftime_T tm; in f_reltimestr() 392 proftime_time_left(proftime_T *due, proftime_T *now) in proftime_time_left() 499 proftime_T now; in check_due_timer() 685 proftime_T now; in add_timer_info()
|
| H A D | regexp.h | 172 long (*regexec_multi)(regmmatch_T *, win_T *, buf_T *, linenr_T, colnr_T, proftime_T *, int *);
|
| H A D | vim.h | 1817 typedef LARGE_INTEGER proftime_T; typedef 1819 typedef struct timeval proftime_T; typedef 1822 typedef int proftime_T; // dummy for function prototypes typedef
|
| H A D | syntax.c | 272 static proftime_T *syn_tm; // timeout limit 361 syn_set_timeout(proftime_T *tm) in syn_set_timeout() 3177 proftime_T pt; in syn_regexec() 6687 proftime_T total; 6690 proftime_T slowest; 6691 proftime_T average; 6714 proftime_T tm; in syntime_report() 6717 proftime_T total_total; in syntime_report()
|
| H A D | regexp_bt.c | 3245 proftime_T *tm UNUSED, // timeout limit or NULL in regmatch() 4733 proftime_T *tm, // timeout limit or NULL in regtry() 4818 proftime_T *tm, // timeout limit or NULL in bt_regexec_both() 5084 proftime_T *tm, // timeout limit or NULL in bt_regexec_multi()
|
| H A D | spellsuggest.c | 1117 proftime_T current; 1118 proftime_T total; 1119 proftime_T times[STATE_FINAL + 1];
|
| H A D | regexp_nfa.c | 4113 static proftime_T *nfa_time_limit; 7202 proftime_T *tm UNUSED, // timeout limit or NULL in nfa_regtry() 7344 proftime_T *tm, // timeout limit or NULL in nfa_regexec_both() 7656 proftime_T *tm, // timeout limit or NULL in nfa_regexec_multi()
|
| H A D | search.c | 642 proftime_T *tm = NULL; // timeout limit or NULL in searchit() 3222 proftime_T start; in update_search_stat()
|
| H A D | scriptfile.c | 1129 proftime_T wait_start; in do_source()
|
| H A D | term.c | 3907 static proftime_T start; in log_tr() 3908 proftime_T now; in log_tr()
|
| H A D | autocmd.c | 1889 proftime_T wait_time; in apply_autocmds_group()
|
| H A D | globals.h | 1845 EXTERN proftime_T bevalexpr_due;
|
| H A D | channel.c | 142 static proftime_T log_start; 193 proftime_T log_now; in ch_log_lead()
|
| H A D | regexp.c | 2895 proftime_T *tm, // timeout limit or NULL in vim_regexec_multi()
|
| H A D | misc2.c | 1766 proftime_T wait_time; in call_shell()
|
| H A D | drawscreen.c | 1473 proftime_T syntax_tm; in win_update()
|
| H A D | terminal.c | 143 proftime_T tl_timer_due; 1979 term_check_timers(int next_due_arg, proftime_T *now) in term_check_timers()
|
| H A D | ex_getln.c | 420 proftime_T tm; in may_do_incsearch_highlighting()
|