Merge branch '21364-load-more-button'
[arvados.git] / services / fuse / tests / prof.py
index 021839c5b41253b507d5ced91d752311670737fb..5bdb1b2e7bfa69a0a809ba145380ef3647399ec8 100644 (file)
@@ -17,5 +17,5 @@ class CountTime(object):
         sec = (time.time() - self.start)
         th = ""
         if self.size:
-            th = "throughput %s/sec" % (self.size / sec)
-        print "%s time %s micoseconds %s" % (self.tag, sec*1000000, th)
+            th = "throughput %s/sec" % (self.size // sec)
+        print("%s time %s micoseconds %s" % (self.tag, sec*1000000, th))