Home | History | Annotate | Download | only in callgrind

Lines Matching defs:diff

1735     ULong diff;
1738 diff = (tv_now.tv_sec * 1000000ULL + tv_now.tv_usec) - syscalltime[tid];
1740 UInt diff = VG_(read_millisecond_timer)() - syscalltime[tid];
1747 (ULong)diff);
1750 CLG_(current_state).cost[o+1] += diff;
1755 CLG_(current_state).bbcc->skipped[o+1] += diff;