[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

@@ -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