Home
last modified time | relevance | path

Searched refs:proftime_T (Results 1 – 25 of 26) sorted by relevance

12

/vim-8.2.3635/src/proto/
H A Dprofiler.pro2 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 Dtime.pro10 long proftime_time_left(proftime_T *due, proftime_T *now);
H A Dsyntax.pro2 void syn_set_timeout(proftime_T *tm);
H A Dregexp.pro21 …(regmmatch_T *rmp, win_T *win, buf_T *buf, linenr_T lnum, colnr_T col, proftime_T *tm, int *timed_…
H A Dterminal.pro13 int term_check_timers(int next_due_arg, proftime_T *now);
/vim-8.2.3635/src/
H A Dprofiler.c35 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 Dstructs.h1660 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 Dtime.c142 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 Dregexp.h172 long (*regexec_multi)(regmmatch_T *, win_T *, buf_T *, linenr_T, colnr_T, proftime_T *, int *);
H A Dvim.h1817 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 Dsyntax.c272 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 Dregexp_bt.c3245 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 Dspellsuggest.c1117 proftime_T current;
1118 proftime_T total;
1119 proftime_T times[STATE_FINAL + 1];
H A Dregexp_nfa.c4113 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 Dsearch.c642 proftime_T *tm = NULL; // timeout limit or NULL in searchit()
3222 proftime_T start; in update_search_stat()
H A Dscriptfile.c1129 proftime_T wait_start; in do_source()
H A Dterm.c3907 static proftime_T start; in log_tr()
3908 proftime_T now; in log_tr()
H A Dautocmd.c1889 proftime_T wait_time; in apply_autocmds_group()
H A Dglobals.h1845 EXTERN proftime_T bevalexpr_due;
H A Dchannel.c142 static proftime_T log_start;
193 proftime_T log_now; in ch_log_lead()
H A Dregexp.c2895 proftime_T *tm, // timeout limit or NULL in vim_regexec_multi()
H A Dmisc2.c1766 proftime_T wait_time; in call_shell()
H A Ddrawscreen.c1473 proftime_T syntax_tm; in win_update()
H A Dterminal.c143 proftime_T tl_timer_due;
1979 term_check_timers(int next_due_arg, proftime_T *now) in term_check_timers()
H A Dex_getln.c420 proftime_T tm; in may_do_incsearch_highlighting()

12