Home | History | Annotate | Download | only in adaptation

Lines Matching full:perf_update

228 ** Function         perf_update
235 void perf_update(tPERF_DATA* t, long lapse, long bytes)
588 perf_update(&perf_poll, t2 - t1, 0);
590 perf_update(&perf_poll_2_poll, t2 - _poll_t0, 0);
616 perf_update(&perf_read, clock()-t2, ret);
1216 perf_update(&perf_write, clock() - t, total);