Searched refs:nsec2 (Results 1 – 3 of 3) sorted by relevance
10 nsec2=$(LD_PRELOAD=$LIBUNWIND ./forker 2000 /bin/true | cut -f1 -d' ')11 printf "\"LD_PRELOAD=$LIBUNWIND /bin/true\"\t: $nsec2 nsec/execution\n"18 printf "Overhead of preloading $LIBUNWIND\t: $(($nsec2 - $nsec1)) nsec\n"
52 long long nsec1, nsec2; in timediff() local55 nsec2 = timestamp2ns(t2); in timediff()57 return nsec1 - nsec2; in timediff()
525 guint64 nsec1, nsec2; in gst_video_time_code_compare() local557 nsec2 = in gst_video_time_code_compare()560 if (nsec1 > nsec2) { in gst_video_time_code_compare()562 } else if (nsec1 < nsec2) { in gst_video_time_code_compare()