From e5184599814a3210497035e9942f154945f2b02f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Sun, 13 Sep 2020 19:46:34 +0200 Subject: Add DiskIOMeter for IO read/write usage --- DiskIOMeter.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 DiskIOMeter.h (limited to 'DiskIOMeter.h') diff --git a/DiskIOMeter.h b/DiskIOMeter.h new file mode 100644 index 00000000..6aca5c2d --- /dev/null +++ b/DiskIOMeter.h @@ -0,0 +1,14 @@ +#ifndef HEADER_DiskIOMeter +#define HEADER_DiskIOMeter +/* + h top - DiskIOMeter*.h +(C) 2020 Christian Göttsche +Released under the GNU GPL, see the COPYING file +in the source distribution for its full text. +*/ + +#include "Meter.h" + +extern MeterClass DiskIOMeter_class; + +#endif /* HEADER_DiskIOMeter */ -- cgit v1.2.3