HomeSort by relevance Sort by last modified time
    Searched full:cost_bc (Results 1 - 1 of 1) sorted by null

  /external/valgrind/main/callgrind/
main.c 140 ULong* cost_Bc;
152 cost_Bc = CLG_(current_state).nonskipped->skipped + fullOffset(EG_BC);
154 cost_Bc = CLG_(cost_base) + ii->cost_offset + ii->eventset->offset[EG_BC];
158 cost_Bc[0]++;
161 cost_Bc[1]++;
    [all...]

Completed in 258 milliseconds