예제 #1
0
 def __init__(self):
     Progress.__init__(self)
     self.clk = int(time.clock() * 1000)
예제 #2
0
 def __init__(self):
     Progress.__init__(self)
     self.clk = int(time.perf_counter() * 1000)
예제 #3
0
 def __init__(self):
   Progress.__init__(self)
   self.clk = int(time.clock() * 1000)