Lines Matching refs:proftime_T
1659 proftime_T uf_tm_total; // time spent in function + children
1660 proftime_T uf_tm_self; // time spent in function itself
1661 proftime_T uf_tm_children; // time spent in children this call
1664 proftime_T *uf_tml_total; // time spent in a line + children
1665 proftime_T *uf_tml_self; // time spent in a line itself
1666 proftime_T uf_tml_start; // start time for current line
1667 proftime_T uf_tml_children; // time spent in children for this line
1668 proftime_T uf_tml_wait; // start wait time for current line
1730 proftime_T prof_child; // time spent in a child
1869 proftime_T sn_pr_child; // time set when going into first child
1873 proftime_T sn_pr_total; // time spent in script + children
1874 proftime_T sn_pr_self; // time spent in script itself
1875 proftime_T sn_pr_start; // time at script start
1876 proftime_T sn_pr_children; // time in children after script start
1879 proftime_T sn_prl_start; // start time for current line
1880 proftime_T sn_prl_children; // time spent in children for this line
1881 proftime_T sn_prl_wait; // wait start time for current line
1938 proftime_T sn_prl_total; // time spent in a line + children
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
2520 proftime_T tr_due; // when the callback is to be invoked
3313 proftime_T tm; // for a time limit
4390 proftime_T *sa_tm; // timeout limit or NULL