Home | History | Annotate | Download | only in visualizer

Lines Matching full:nsec

503             long nsec = ts.tv_nsec - visu_ctxt->buffer_update_time.tv_nsec;
504 if (nsec < 0) {
506 nsec += 1000000000;
508 delta_ms = secs * 1000 + nsec / 1000000;