Changes
[iotcloud.git] / version2 / src / java / light_fan_embed_benchmark / Sensor.java
index 689df106017bea01be7f3f2a234db036ed4047a2..3dd370332da87c21bd6eeb0ed5630a911d20e0ab 100644 (file)
@@ -7,6 +7,9 @@ class Sensor {
     public static void main(String[] args) throws Exception {
 
 
+        long pstart = System.currentTimeMillis();
+
+
         Table t1 = new Table("http://dc-6.calit2.uci.edu/test.iotcloud/", "reallysecret", 361, -1);
 
         try {
@@ -30,6 +33,8 @@ class Sensor {
         System.out.println("Pulling......");
         long stop1 = System.currentTimeMillis();
 
+        System.out.println(stop1 - pstart);
+
         t1.update();
         long stop2 = System.currentTimeMillis();