X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/107564f0fe3721e7b68afa89ad678a0a154bd17b..20ee10ed13aee7d9fb9c844648d5159ed4a054d2:/main.cpp diff --git a/main.cpp b/main.cpp index af47c64..64fa49f 100644 --- a/main.cpp +++ b/main.cpp @@ -201,8 +201,8 @@ int main(int argc, char* argv[]) { int exit_status = 0; // global exit status double simulated_time = -1.0; - timestamp elapsed_time(timestamp::wallclock_time); - timestamp simulation_time(timestamp::cpu_time); + timestamp elapsed_time(timestamp::clock_type::WALLCLOCK); + timestamp simulation_time(timestamp::clock_type::CPU); msg_error_t res; elapsed_time.start();