SkePU  1.2
 All Classes Namespaces Files Functions Variables Enumerations Friends Macros Groups Pages
testing.h
Go to the documentation of this file.
1 
5 #ifndef TESTING_H
6 #define TESTING_H
7 
8 #ifdef _WIN32
9 
10 // #include "src/timer_windows.h"
11 // typedef TimerWindows Timer;
12 
13 #else
14 
15 #include "src/timer_linux.h"
16 
17 namespace skepu
18 {
19 // typedef TimerLinux_GTOD Timer;
20 }
21 
22 #endif
23 
24 #include "src/data_collector.h"
25 
26 #endif
27 
28 
Contains a declaration of a data collector class that simpifies data collection when testing SkePU...
Contains timer class that can be used by Linux systems.