]>
Commit | Line | Data |
---|---|---|
5489fcc3 KR |
1 | #ifndef cg_print_h |
2 | #define cg_print_h | |
3 | ||
4 | #include "gprof.h" | |
5 | #include "symtab.h" | |
6 | ||
12516a37 | 7 | extern double print_time; /* total of time being printed */ |
5489fcc3 | 8 | |
12516a37 KR |
9 | extern void cg_print PARAMS ((Sym ** cg)); |
10 | extern void cg_print_index PARAMS ((void)); | |
df928c8f ILT |
11 | extern void cg_print_file_ordering PARAMS ((void)); |
12 | extern void cg_print_function_ordering PARAMS ((void)); | |
5489fcc3 KR |
13 | |
14 | #endif /* cg_print_h */ |