|
SkePU 0.7
|
00001 00005 #ifndef TESTING_H 00006 #define TESTING_H 00007 00008 #ifdef _WIN32 00009 00010 // #include "src/timer_windows.h" 00011 // typedef TimerWindows Timer; 00012 00013 #else 00014 00015 #include "src/timer_linux.h" 00016 00017 namespace skepu 00018 { 00019 typedef TimerLinux_GTOD Timer; 00020 } 00021 00022 #endif 00023 00024 #include "src/data_collector.h" 00025 00026 #endif 00027
1.7.4