HomeSort by relevance Sort by last modified time
    Searched refs:FullCost (Results 1 - 5 of 5) sorted by null

  /external/valgrind/main/callgrind/
global.h 232 typedef ULong* FullCost; /* Simulator + User */
266 FullCost cost; /* simulator + user counters */
403 FullCost skipped; /* cost for skipped functions called from
485 FullCost enter_cost; /* cost event counters at entering frame */
516 FullCost cost;
604 FullCost lastdump_cost; /* Cost at last dump */
605 FullCost sighandler_cost;
812 extern FullCost CLG_(total_cost);
dump.c 49 FullCost CLG_(total_cost) = 0;
50 static FullCost dump_total_cost = 0;
    [all...]
main.c     [all...]
command.c 234 static FullCost sum = 0, tmp = 0;
sim.c     [all...]

Completed in 273 milliseconds