xref: /netbsd-src/external/gpl3/binutils.old/dist/gprof/cg_print.h (revision e992f068c547fd6e84b3f104dc2340adcc955732)
175fd0b74Schristos /* cg_print.h
275fd0b74Schristos 
3*e992f068Schristos    Copyright (C) 2000-2022 Free Software Foundation, Inc.
475fd0b74Schristos 
575fd0b74Schristos    This file is part of GNU Binutils.
675fd0b74Schristos 
775fd0b74Schristos    This program is free software; you can redistribute it and/or modify
875fd0b74Schristos    it under the terms of the GNU General Public License as published by
975fd0b74Schristos    the Free Software Foundation; either version 2 of the License, or
1075fd0b74Schristos    (at your option) any later version.
1175fd0b74Schristos 
1275fd0b74Schristos    This program is distributed in the hope that it will be useful,
1375fd0b74Schristos    but WITHOUT ANY WARRANTY; without even the implied warranty of
1475fd0b74Schristos    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1575fd0b74Schristos    GNU General Public License for more details.
1675fd0b74Schristos 
1775fd0b74Schristos    You should have received a copy of the GNU General Public License
1875fd0b74Schristos    along with this program; if not, write to the Free Software
1975fd0b74Schristos    Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
2075fd0b74Schristos    MA 02110-1301, USA.  */
2175fd0b74Schristos 
2275fd0b74Schristos #ifndef cg_print_h
2375fd0b74Schristos #define cg_print_h
2475fd0b74Schristos 
2575fd0b74Schristos extern double print_time;	/* Total of time being printed.  */
2675fd0b74Schristos 
2775fd0b74Schristos extern void cg_print                    (Sym **);
2875fd0b74Schristos extern void cg_print_index              (void);
2975fd0b74Schristos extern void cg_print_file_ordering      (void);
3075fd0b74Schristos extern void cg_print_function_ordering  (void);
3175fd0b74Schristos 
3275fd0b74Schristos #endif /* cg_print_h */
33