Searched refs:ce_sec (Results 1 – 2 of 2) sorted by relevance
72 cep->ce_sec.stime = cep->ce_sec.etime = tv.tv_sec; in cpr_stat_event_start()73 cep->ce_sec.ltime = 0; in cpr_stat_event_start()109 cep->ce_sec.etime = tv.tv_sec; in cpr_stat_event_end()110 cep->ce_sec.ltime = cep->ce_sec.etime - cep->ce_sec.stime; in cpr_stat_event_end()111 cep->ce_sec.mtime = ((cep->ce_sec.mtime * (cep->ce_ntests - 1)) + in cpr_stat_event_end()112 cep->ce_sec.ltime) / cep->ce_ntests; in cpr_stat_event_end()117 if (cep->ce_sec.ltime == 0) { in cpr_stat_event_end()195 (int)cep->ce_sec.mtime, (int)(cep->ce_msec.mtime / 10), in cpr_stat_event_print()196 (int)cep->ce_sec.ltime, (int)(cep->ce_msec.ltime / 10)); in cpr_stat_event_print()
468 ctd_t ce_sec; /* cpr time in sec on this event */ member