Exemplo n.º 1
0
void ph_thread_epoch_end(void)
{
  ph_thread_t *me = ph_thread_self();
  ck_epoch_end(&me->epoch_record, NULL);
}
Exemplo n.º 2
0
void ph_thread_epoch_end(void)
{
  ph_thread_t *me = ph_thread_self();
  ck_epoch_end(&misc_epoch, &me->epoch_record);
}