From 2c6562fa78e884d66b8c2a306f020101e8803f2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 19 Nov 2017 21:16:46 +0100 Subject: Just something I had stagged --- qtmips_gui/cachestatistics.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 qtmips_gui/cachestatistics.h (limited to 'qtmips_gui/cachestatistics.h') diff --git a/qtmips_gui/cachestatistics.h b/qtmips_gui/cachestatistics.h new file mode 100644 index 0000000..4fa77a6 --- /dev/null +++ b/qtmips_gui/cachestatistics.h @@ -0,0 +1,11 @@ +#ifndef CACHESTATISTICS_H +#define CACHESTATISTICS_H + + +class CacheStatistics +{ +public: + CacheStatistics(); +}; + +#endif // CACHESTATISTICS_H \ No newline at end of file -- cgit v1.2.3