mirror of
https://github.com/ipxe/ipxe
synced 2025-12-24 15:23:42 +03:00
[cmdline] Add "profstat" command to display profiling statistics
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
14
src/include/usr/profstat.h
Normal file
14
src/include/usr/profstat.h
Normal 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 */
|
||||
Reference in New Issue
Block a user