Lines Matching refs:proftime_T

22 profile_start(proftime_T *tm)  in profile_start()
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()
78 profile_msg(proftime_T *tm) in profile_msg()
98 profile_float(proftime_T *tm) in profile_float()
115 profile_setlimit(long msec, proftime_T *tm) in profile_setlimit()
142 profile_passed_limit(proftime_T *tm) in profile_passed_limit()
144 proftime_T now; in profile_passed_limit()
164 profile_zero(proftime_T *tm) in profile_zero()
185 profile_divide(proftime_T *tm, int count, proftime_T *tm2) in profile_divide()
207 static proftime_T prof_wait_time;
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()
253 profile_get_wait(proftime_T *tm) in profile_get_wait()
262 profile_sub_wait(proftime_T *tm, proftime_T *tma) in profile_sub_wait()
264 proftime_T tm3 = prof_wait_time; 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()
299 static proftime_T pause_time;
413 static proftime_T inchar_time;
454 proftime_T *total, in prof_func_line()
455 proftime_T *self, in prof_func_line()
544 fp->uf_tml_total = ALLOC_CLEAR_MULT(proftime_T, len); in func_do_profile()
546 fp->uf_tml_self = ALLOC_CLEAR_MULT(proftime_T, len); in func_do_profile()
562 proftime_T *tm) // place to store wait time in script_prof_save()
623 proftime_T *tm) // place to store waittime in prof_child_enter()
638 proftime_T *tm) // where waittime was stored in prof_child_exit()
817 script_prof_restore(proftime_T *tm) in script_prof_restore()