Home
last modified time | relevance | path

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

12

/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dprofile.c32 proftime_T profile_end(proftime_T tm) FUNC_ATTR_WARN_UNUSED_RESULT in profile_end()
64 proftime_T nsec = (proftime_T)msec * 1000000ULL; in profile_setlimit()
93 proftime_T profile_divide(proftime_T tm, int count) FUNC_ATTR_CONST in profile_divide()
105 proftime_T profile_add(proftime_T tm1, proftime_T tm2) FUNC_ATTR_CONST in profile_add()
118 proftime_T profile_sub(proftime_T tm1, proftime_T tm2) FUNC_ATTR_CONST in profile_sub()
127 proftime_T profile_self(proftime_T self, proftime_T total, proftime_T children) in profile_self()
157 proftime_T profile_sub_wait(proftime_T tm, proftime_T tma) FUNC_ATTR_PURE in profile_sub_wait()
166 bool profile_equal(proftime_T tm1, proftime_T tm2) FUNC_ATTR_CONST in profile_equal()
190 int profile_cmp(proftime_T tm1, proftime_T tm2) FUNC_ATTR_CONST in profile_cmp()
209 void time_push(proftime_T *rel, proftime_T *start) in time_push()
[all …]
H A Dex_cmds2.h27 proftime_T sn_pr_child; ///< time set when going into first child
31 proftime_T sn_pr_total; ///< time spent in script + children
32 proftime_T sn_pr_self; ///< time spent in script itself
33 proftime_T sn_pr_start; ///< time at script start
34 proftime_T sn_pr_children; ///< time in children after script start
37 proftime_T sn_prl_start; ///< start time for current line
38 proftime_T sn_prl_children; ///< time spent in children for this line
39 proftime_T sn_prl_wait; ///< wait start time for current line
H A Dprofile.h7 typedef uint64_t proftime_T; typedef
H A Dsearch.h82 proftime_T *sa_tm; ///< timeout limit or NULL
H A Dregexp_defs.h164 proftime_T *, int *);
H A Dex_cmds2.c62 proftime_T sn_prl_total; ///< time spent in a line + children
63 proftime_T sn_prl_self; ///< time spent in a line itself
97 static proftime_T pause_time; in ex_profile()
341 void script_prof_save(proftime_T *tm) in script_prof_save()
355 void script_prof_restore(proftime_T *tm) in script_prof_restore()
371 static proftime_T inchar_time;
2044 proftime_T wait_start; in do_source()
2148 proftime_T rel_time; in do_source()
2149 proftime_T start_time; in do_source()
H A Dbuffer_defs.h412 proftime_T total; // total time used
413 proftime_T slowest; // time of slowest call
1015 proftime_T tm; // for a time limit
H A Dmisc1.c909 proftime_T wait_time; in call_shell()
H A Dsyntax.c212 proftime_T total;
215 proftime_T slowest;
216 proftime_T average;
370 static proftime_T *syn_tm; // timeout limit
389 void syn_set_timeout(proftime_T *tm) in syn_set_timeout()
2977 proftime_T pt; in syn_regexec()
6074 proftime_T total_total = profile_zero(); in syntime_report()
6087 proftime_T tm = profile_divide(spp->sp_time.total, spp->sp_time.count); in syntime_report()
H A Dregexp.c3428 proftime_T *tm, int *timed_out) in bt_regexec_multi()
3449 proftime_T *tm, // timeout limit or NULL in bt_regexec_both()
3676 proftime_T *tm, // timeout limit or NULL in regtry()
3848 proftime_T *tm, // timeout limit or NULL in regmatch()
7419 proftime_T *tm, // timeout limit or NULL in vim_regexec_multi()
/dports/editors/vim/vim-8.2.3745/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);
/dports/editors/vim/vim-8.2.3745/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.h1661 proftime_T uf_tm_self; // time spent in function itself
1732 proftime_T prof_child; // time spent in a child
1876 proftime_T sn_pr_self; // time spent in script itself
1877 proftime_T sn_pr_start; // time at script start
1941 proftime_T sn_prl_self; // time spent in a line itself
1948 proftime_T pi_wait_start;
1949 proftime_T pi_call_start;
2508 proftime_T total; // total time used
2509 proftime_T slowest; // time of slowest call
3319 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.h1820 typedef LARGE_INTEGER proftime_T; typedef
1822 typedef struct timeval proftime_T; typedef
1825 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];
/dports/editors/neovim/neovim-0.6.1/src/nvim/eval/
H A Dtypval.h314 proftime_T prof_child; ///< Time spent in a child.
339 proftime_T uf_tm_total; ///< time spent in function + children
340 proftime_T uf_tm_self; ///< time spent in function itself
341 proftime_T uf_tm_children; ///< time spent in children this call
344 proftime_T *uf_tml_total; ///< time spent in a line + children
345 proftime_T *uf_tml_self; ///< time spent in a line itself
346 proftime_T uf_tml_start; ///< start time for current line
347 proftime_T uf_tml_children; ///< time spent in children for this line
348 proftime_T uf_tml_wait; ///< start wait time for current line
H A Dfuncs.c7407 static int list2proftime(typval_T *arg, proftime_T *tm) FUNC_ATTR_NONNULL_ALL in list2proftime()
7424 proftime_T prof; in list2proftime()
7440 proftime_T res; in f_reltime()
7441 proftime_T start; in f_reltime()
7465 proftime_T prof; in f_reltime()
7483 proftime_T tm; in f_reltimestr()
7960 proftime_T tm; in search_cmn()
8566 proftime_T tm; in do_searchpair()
10242 proftime_T tm; in f_reltimefloat()

12