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

  /external/valgrind/main/callgrind/
global.h 229 typedef ULong* FullCost; /* Simulator + User */
273 FullCost cost; /* simulator + user counters */
410 FullCost skipped; /* cost for skipped functions called from
492 FullCost enter_cost; /* cost event counters at entering frame */
523 FullCost cost;
611 FullCost lastdump_cost; /* Cost at last dump */
612 FullCost sighandler_cost;
814 extern FullCost CLG_(total_cost);
dump.c 49 FullCost CLG_(total_cost) = 0;
50 static FullCost dump_total_cost = 0;
    [all...]
main.c     [all...]
sim.c     [all...]

Completed in 79 milliseconds