HomeSort by relevance Sort by last modified time
    Searched defs:TICKS (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
profilee.py 17 # variable 'TICKS', which represents simulated time in milliseconds.
20 TICKS = 42000
23 return TICKS
27 # 1000 ticks total: 270 ticks local, 730 ticks in subfunctions
28 global TICKS
29 TICKS += 99
32 TICKS += 171
37 # 170 ticks total, 150 ticks loca
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
profilee.py 17 # variable 'TICKS', which represents simulated time in milliseconds.
20 TICKS = 42000
23 return TICKS
27 # 1000 ticks total: 270 ticks local, 730 ticks in subfunctions
28 global TICKS
29 TICKS += 99
32 TICKS += 171
37 # 170 ticks total, 150 ticks loca
    [all...]

Completed in 291 milliseconds