summaryrefslogtreecommitdiffstats
path: root/fastos/src/tests/prefetchtest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'fastos/src/tests/prefetchtest.cpp')
-rw-r--r--fastos/src/tests/prefetchtest.cpp13
1 files changed, 4 insertions, 9 deletions
diff --git a/fastos/src/tests/prefetchtest.cpp b/fastos/src/tests/prefetchtest.cpp
index 5749ef2ae54..c5acc623874 100644
--- a/fastos/src/tests/prefetchtest.cpp
+++ b/fastos/src/tests/prefetchtest.cpp
@@ -12,25 +12,20 @@
* ALL RIGHTS RESERVED
*************************************************************************/
-
-
-#include <stdlib.h>
-#include <vespa/fastos/fastos.h>
#include "tests.h"
-
+#include <vespa/fastos/time.h>
+#include <vespa/fastos/prefetch.h>
class PrefetchTestApp : public BaseTest
{
-private:
-
public:
- virtual ~PrefetchTestApp() {};
+ virtual ~PrefetchTestApp() {}
bool PrefetchTest ()
{
bool rc = false;
int j, size, *a;
- register int or1, or2;
+ int or1, or2;
FastOS_Time start, stop;
double timeVal;