Home | History | Annotate | Download | only in test

Lines Matching full:ticks

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 local
38 # 3 primitive calls, 130, 20 and 20 ticks total
39 # including 116, 17, 17 ticks local
40 global TICKS
42 TICKS += n
45 TICKS += 11
51 global TICKS
52 TICKS += 1
57 # 300 ticks total: 20 ticks local, 260 ticks in subfunctions
58 global TICKS
59 TICKS += 1
61 TICKS += 2
63 TICKS += 6
65 TICKS += 3
67 TICKS += 2
69 TICKS += 5
71 TICKS += 1
75 # 30 ticks total: 29 ticks local, 1 tick in subfunctions
76 global TICKS
77 TICKS += 10
79 TICKS += 19
90 # 50 ticks local: 39 ticks local, 11 ticks in subfunctions
91 global TICKS
92 TICKS += 11
94 TICKS += 13
96 TICKS += 15
100 # 10 ticks total: 8 ticks local, 2 ticks in subfunctions
101 global TICKS
102 TICKS += 2
107 TICKS += 3 # 3 x 2
113 global TICKS
114 TICKS += 1