Changes
authorAli Younis <ayounis@uci.edu>
Wed, 17 May 2017 20:45:15 +0000 (13:45 -0700)
committerAli Younis <ayounis@uci.edu>
Wed, 17 May 2017 20:45:15 +0000 (13:45 -0700)
version2/src/java/light_fan_embed_benchmark/Sensor.java

index 8033677c2e8be1d2f909ec9494991f70eddd3251..689df106017bea01be7f3f2a234db036ed4047a2 100644 (file)
@@ -17,7 +17,17 @@ class Sensor {
 
         long start = System.currentTimeMillis();
         t1.rebuild();
-        
+
+
+        System.out.println("Sleeping......");
+
+         try {
+            Thread.sleep(10000);
+        } catch (Exception e) {
+
+        }
+
+        System.out.println("Pulling......");
         long stop1 = System.currentTimeMillis();
 
         t1.update();