mirror of
https://github.com/ipxe/ipxe
synced 2025-12-22 21:11:03 +03:00
[cmdline] Add "profstat" command to display profiling statistics
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -290,6 +290,9 @@ REQUIRE_OBJECT ( console_cmd );
|
||||
#ifdef IPSTAT_CMD
|
||||
REQUIRE_OBJECT ( ipstat_cmd );
|
||||
#endif
|
||||
#ifdef PROFSTAT_CMD
|
||||
REQUIRE_OBJECT ( profstat_cmd );
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Drag in miscellaneous objects
|
||||
|
||||
@@ -149,6 +149,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||
//#define PING_CMD /* Ping command */
|
||||
//#define CONSOLE_CMD /* Console command */
|
||||
//#define IPSTAT_CMD /* IP statistics commands */
|
||||
//#define PROFSTAT_CMD /* Profiling commands */
|
||||
|
||||
/*
|
||||
* ROM-specific options
|
||||
|
||||
Reference in New Issue
Block a user