Exemplo n.º 1
0
 def __init__(self):
     Progress.__init__(self)
     self.clk = int(time.clock() * 1000)
Exemplo n.º 2
0
 def __init__(self):
     Progress.__init__(self)
     self.clk = int(time.perf_counter() * 1000)
Exemplo n.º 3
0
 def __init__(self):
   Progress.__init__(self)
   self.clk = int(time.clock() * 1000)