Home
last modified time | relevance | path

Searched refs:last_ts (Results 1 – 7 of 7) sorted by relevance

/external/blktrace/btt/
Dplat.c27 double first_ts, last_ts, tl; member
39 pp->first_ts = pp->last_ts = pp->tl = -1.0; in plat_alloc()
61 double delta = pp->last_ts - pp->first_ts; in plat_free()
78 pp->first_ts = pp->last_ts = now; in plat_x2c()
82 double delta = pp->last_ts - pp->first_ts; in plat_x2c()
87 pp->first_ts = pp->last_ts = now; in plat_x2c()
91 pp->last_ts = now; in plat_x2c()
/external/igt-gpu-tools/scripts/
Dtrace.pl753 my $last_ts = 0;
765 $last_ts = $end if $end > $last_ts;
899 $flat_busy{'gpu-busy'} = $total / ($last_ts - $first_ts) * 100.0;
900 $flat_busy{'gpu-idle'} = (1.0 - $total / ($last_ts - $first_ts)) * 100.0;
1095 my $elapsed = $last_ts - $first_ts;
1154 my $elapsed = $last_ts - $first_ts;
1346 $last_ts = $end;
1351 push @freqs, [$prev_freq_ts, $last_ts, $prev_freq] if $prev_freq;
1357 next if $start > $last_ts;
1360 $end = $last_ts if $end > $last_ts;
[all …]
/external/libiio/src/examples/
Ddummy-iiostream.c282 int64_t last_ts = 0; in main() local
304 printf("[%04ld] ", last_ts > 0 ? (now_ts - last_ts)/1000/1000 : 0); in main()
305 last_ts = now_ts; in main()
/external/linux-kselftest/tools/testing/selftests/rcutorture/bin/
Dkvm-test-1-run.sh230 if test -z "$last_ts"
234 if test "$newline" != "$oldline" -a "$last_ts" -lt $((seconds + $TORTURE_SHUTDOWN_GRACE))
/external/igt-gpu-tools/tests/
Dkms_flip.c114 struct timeval last_ts; /* kernel reported timestamp */ member
161 timeval_float(&es->last_ts), in dump_event_state()
520 timersub(&es->current_ts, &es->last_ts, &diff); in check_state()
525 es->name, timeval_float(&es->last_ts), es->last_seq, in check_state()
532 es->name, timeval_float(&es->last_ts), es->last_seq, in check_state()
709 igt_assert(timercmp(&reply.ts, &o->flip_state.last_ts, ==)); in run_test_step()
842 es->last_ts = es->current_ts; in update_state()
/external/perfetto/src/trace_processor/
Dexport_json.cc760 int64_t last_ts = 0; in FindLastSliceTimestamp() local
766 if (duration_ns + timestamp_ns > last_ts) { in FindLastSliceTimestamp()
767 last_ts = duration_ns + timestamp_ns; in FindLastSliceTimestamp()
770 return last_ts; in FindLastSliceTimestamp()
/external/toybox/kconfig/
Dlex.zconf.c_shipped783 static int last_ts, first_ts;
1221 last_ts = ts;
1261 first_ts = last_ts;
2243 last_ts = first_ts = 0;