Home | History | Annotate | Download | only in visualizer

Lines Matching full:nsec

555             long nsec = ts.tv_nsec - visu_ctxt->buffer_update_time.tv_nsec;
556 if (nsec < 0) {
558 nsec += 1000000000;
560 delta_ms = secs * 1000 + nsec / 1000000;