summaryrefslogtreecommitdiffstats
path: root/src/include/usr
diff options
context:
space:
mode:
authorMichael Brown2014-04-27 20:31:25 +0200
committerMichael Brown2014-04-28 00:14:47 +0200
commit7c44fd68f000374d20610e547f26b84b0794c494 (patch)
treef4321e95f081eea2d4053745860ba6af3d9d62cd /src/include/usr
parent[profile] Add generic profiling infrastructure (diff)
downloadipxe-7c44fd68f000374d20610e547f26b84b0794c494.tar.gz
ipxe-7c44fd68f000374d20610e547f26b84b0794c494.tar.xz
ipxe-7c44fd68f000374d20610e547f26b84b0794c494.zip
[cmdline] Add "profstat" command to display profiling statistics
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/usr')
-rw-r--r--src/include/usr/profstat.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/include/usr/profstat.h b/src/include/usr/profstat.h
new file mode 100644
index 00000000..06ea251a
--- /dev/null
+++ b/src/include/usr/profstat.h
@@ -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 */