[cmdline] Add "profstat" command to display profiling statistics

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2014-04-27 19:31:25 +01:00
parent e5f6a9be38
commit 7c44fd68f0
5 changed files with 132 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
#ifndef _USR_PROFSTAT_H
#define _USR_PROFSTAT_H
/** @file
*
* Profiling
*
*/
FILE_LICENCE ( GPL2_OR_LATER );
extern void profstat ( void );
#endif /* _USR_PROFSTAT_H */