Searched refs:ncalls (Results 1 - 3 of 3) sorted by relevance
/third_party/libuv/test/ |
H A D | test-signal.c | 87 unsigned int ncalls; member 94 unsigned int ncalls; member 104 if (++ctx->ncalls == NSIGNALS) { in signal_cb() 117 ASSERT_EQ(1, ++ctx->ncalls); in signal_cb_one_shot() 128 if (++ctx->ncalls == NSIGNALS) in timer_cb() 137 ctx->ncalls = 0; in start_watcher() 149 ctx->ncalls = 0; in start_timer() 166 ASSERT_EQ(tc.ncalls, NSIGNALS); in TEST_IMPL() 167 ASSERT_EQ(sc.ncalls, NSIGNALS); in TEST_IMPL() 171 ASSERT_EQ(tc.ncalls, NSIGNAL in TEST_IMPL() [all...] |
H A D | test-timer.c | 299 static int ncalls; in huge_repeat_cb() local 301 if (ncalls == 0) in huge_repeat_cb() 306 if (++ncalls == 10) { in huge_repeat_cb()
|
/third_party/python/Lib/ |
H A D | pstats.py | 38 CALLS = 'calls', 'ncalls' 60 ncalls: str 204 "ncalls" : (((1,-1), ), "call count"), 372 ncalls = str(nc) if nc == cc else (str(nc) + '/' + str(cc)) 378 ncalls, 473 print(" "*name_size + " ncalls tottime cumtime", file=self.stream) 501 print(' ncalls tottime percall cumtime percall', end=' ', file=self.stream)
|
Completed in 3 milliseconds