Home | History | Annotate | Download | only in callgrind

Lines Matching defs:diff

1622     ULong diff;
1625 diff = (tv_now.tv_sec * 1000000ULL + tv_now.tv_usec) - syscalltime[tid];
1627 UInt diff = VG_(read_millisecond_timer)() - syscalltime[tid];
1633 CLG_DEBUG(0," Time (Off %d) for Syscall %d: %ull\n", o, syscallno, diff);
1636 CLG_(current_state).cost[o+1] += diff;
1641 CLG_(current_state).bbcc->skipped[o+1] += diff;