Home | History | Annotate | Download | only in visualizer

Lines Matching full:nsec

563             long nsec = ts.tv_nsec - visu_ctxt->buffer_update_time.tv_nsec;
564 if (nsec < 0) {
566 nsec += 1000000000;
568 delta_ms = secs * 1000 + nsec / 1000000;