Searched refs:timeit (Results 1 – 6 of 6) sorted by relevance
142 syscall.c looper.c timeit.c time-polling.c \239 $(PROGDIR)/arithoh: $(SRCDIR)/arith.c $(SRCDIR)/timeit.c241 $(PROGDIR)/register: $(SRCDIR)/arith.c $(SRCDIR)/timeit.c243 $(PROGDIR)/short: $(SRCDIR)/arith.c $(SRCDIR)/timeit.c245 $(PROGDIR)/int: $(SRCDIR)/arith.c $(SRCDIR)/timeit.c247 $(PROGDIR)/long: $(SRCDIR)/arith.c $(SRCDIR)/timeit.c249 $(PROGDIR)/float: $(SRCDIR)/arith.c $(SRCDIR)/timeit.c251 $(PROGDIR)/double: $(SRCDIR)/arith.c $(SRCDIR)/timeit.c265 $(PROGDIR)/pipe: $(SRCDIR)/pipe.c $(SRCDIR)/timeit.c269 $(PROGDIR)/spawn: $(SRCDIR)/spawn.c $(SRCDIR)/timeit.c[all …]
100 see eg. arith.c. The utlilty functions in timeit.c can be used to implement
347 timeit.c). This function uses signal and alarm to set a countdown
236 bool timeit = false; in fbtft_update_display() local245 timeit = true; in fbtft_update_display()282 if (unlikely(timeit)) { in fbtft_update_display()
25 def timeit(f): function
141 @@ -66,41 +69,58 @@ timeit(char *where, size_t size)