mirror of
https://github.com/ipxe/ipxe
synced 2025-12-22 04:50:25 +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
|
||||
|
||||
Reference in New Issue
Block a user