1995-02-07 23:34:18 +01:00
|
|
|
#ifndef cg_print_h
|
|
|
|
#define cg_print_h
|
|
|
|
|
|
|
|
#include "gprof.h"
|
|
|
|
#include "symtab.h"
|
|
|
|
|
1995-02-08 03:35:44 +01:00
|
|
|
extern double print_time; /* total of time being printed */
|
1995-02-07 23:34:18 +01:00
|
|
|
|
1995-02-08 03:35:44 +01:00
|
|
|
extern void cg_print PARAMS ((Sym ** cg));
|
|
|
|
extern void cg_print_index PARAMS ((void));
|
1996-03-21 23:21:30 +01:00
|
|
|
extern void cg_print_file_ordering PARAMS ((void));
|
|
|
|
extern void cg_print_function_ordering PARAMS ((void));
|
1995-02-07 23:34:18 +01:00
|
|
|
|
|
|
|
#endif /* cg_print_h */
|