14 #ifndef CPROVER_GOTO_INSTRUMENT_COUNT_ELOC_H
15 #define CPROVER_GOTO_INSTRUMENT_COUNT_ELOC_H
24 #define OPT_GOTO_PROGRAM_STATS \
27 "(print-global-state-size)" \
28 "(print-path-lengths)"
30 #define HELP_GOTO_PROGRAM_STATS \
31 " {y--count-eloc} \t count effective lines of code\n" \
32 " {y--list-eloc} \t list full path names of lines containing code\n" \
33 " {y--print-global-state-size} \t " \
34 "count the total number of bits of global objects\n" \
35 " {y--print-path-lengths} \t " \
36 "print statistics about control-flow graph paths\n"
void print_path_lengths(const goto_modelt &)
void count_eloc(const goto_modelt &)
void print_global_state_size(const goto_modelt &)
void list_eloc(const goto_modelt &)