From 7c44fd68f000374d20610e547f26b84b0794c494 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Sun, 27 Apr 2014 19:31:25 +0100 Subject: [cmdline] Add "profstat" command to display profiling statistics Signed-off-by: Michael Brown --- src/include/usr/profstat.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/include/usr/profstat.h (limited to 'src/include/usr') 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 */ -- cgit