changeset 1723:d54e287eeef3 draft

change time measurement point in regex_mas
author Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
date Mon, 28 Oct 2013 15:26:37 +0900
parents 264a36d30f7f
children 3692c19847cc
files example/regex_mas/main.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/example/regex_mas/main.cc	Mon Oct 28 15:25:07 2013 +0900
+++ b/example/regex_mas/main.cc	Mon Oct 28 15:26:37 2013 +0900
@@ -370,8 +370,8 @@
     }
 
     task_init();
+    st_time = getTime();
     run_start(manager, filename);
-    st_time = getTime();
     manager->set_TMend(TMend);
     return 0;
 }