]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[cmdline] Add "profstat" command to display profiling statistics
authorMichael Brown <mcb30@ipxe.org>
Sun, 27 Apr 2014 18:31:25 +0000 (19:31 +0100)
committerMichael Brown <mcb30@ipxe.org>
Sun, 27 Apr 2014 22:14:47 +0000 (23:14 +0100)
commit7c44fd68f000374d20610e547f26b84b0794c494
treef4321e95f081eea2d4053745860ba6af3d9d62cd
parente5f6a9be384f6adc2b50ffdb8781e81327b790aa
[cmdline] Add "profstat" command to display profiling statistics

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/config/config.c
src/config/general.h
src/hci/commands/profstat_cmd.c [new file with mode: 0644]
src/include/usr/profstat.h [new file with mode: 0644]
src/usr/profstat.c [new file with mode: 0644]