Lines Matching refs:seqno
21 seqno = e.num_field('seqno')
22 requests[seqno] = e.ts;
25 seqno = e.num_field('seqno')
26 throttle[seqno] = e.ts
36 seqno = e.num_field('seqno')
39 s = seqno
40 while s <= seqno:
50 if throttle.has_key(seqno) and throttle.has_key(prev_throttle) and num_dispatch:
51 …dispatch, avg %.3fms, max %dus" % ((throttle[seqno]-throttle[prev_throttle])/1000000, (e.ts - thro…
52 throttle[seqno] = e.ts
54 prev_throttle = seqno