diff options
| author | Michael Brown | 2014-04-27 20:31:25 +0200 |
|---|---|---|
| committer | Michael Brown | 2014-04-28 00:14:47 +0200 |
| commit | 7c44fd68f000374d20610e547f26b84b0794c494 (patch) | |
| tree | f4321e95f081eea2d4053745860ba6af3d9d62cd /src/include/usr | |
| parent | [profile] Add generic profiling infrastructure (diff) | |
| download | ipxe-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.h | 14 |
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 000000000..06ea251a0 --- /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 */ |
