diff --git a/elephant/spade_src/include/Timer.h b/elephant/spade_src/include/Timer.h index 17a3ae85d..a146fac4b 100644 --- a/elephant/spade_src/include/Timer.h +++ b/elephant/spade_src/include/Timer.h @@ -45,7 +45,7 @@ #ifdef _MSC_VER using Clock = std::chrono::system_clock; #else -using Clock = std::chrono::high_resolution_clock; +using Clock = std::chrono::system_clock; #endif class Timer