This commit was generated by cvs2svn to track changes on a CVS vendor
[deliverable/binutils-gdb.git] / gprof / cg_print.h
CommitLineData
252b5132
RH
1#ifndef cg_print_h
2#define cg_print_h
3
4#include "gprof.h"
5#include "symtab.h"
6
7extern double print_time; /* total of time being printed */
8
9extern void cg_print PARAMS ((Sym ** cg));
10extern void cg_print_index PARAMS ((void));
11extern void cg_print_file_ordering PARAMS ((void));
12extern void cg_print_function_ordering PARAMS ((void));
13
14#endif /* cg_print_h */
This page took 0.02749 seconds and 4 git commands to generate.