home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / binutils-2.7-src.tgz / tar.out / fsf / binutils / gprof / cg_print.h < prev    next >
C/C++ Source or Header  |  1996-09-28  |  360b  |  15 lines

  1. #ifndef cg_print_h
  2. #define cg_print_h
  3.  
  4. #include "gprof.h"
  5. #include "symtab.h"
  6.  
  7. extern double print_time;    /* total of time being printed */
  8.  
  9. extern void cg_print PARAMS ((Sym ** cg));
  10. extern void cg_print_index PARAMS ((void));
  11. extern void cg_print_file_ordering PARAMS ((void));
  12. extern void cg_print_function_ordering PARAMS ((void));
  13.  
  14. #endif /* cg_print_h */
  15.