Lines Matching refs:tm
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);
7 void profile_setlimit(long msec, proftime_T *tm);
8 int profile_passed_limit(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);
13 void profile_sub_wait(proftime_T *tm, proftime_T *tma);
24 void prof_child_enter(proftime_T *tm);
25 void prof_child_exit(proftime_T *tm);
30 void script_prof_restore(proftime_T *tm);