Lines Matching +full:3 +full:ns
48 def ns(sec, nsec): function
51 def time(ns): argument
52 return "%dns" % ns if opt_ns else "%dus" % (round(ns, -3) / 1000)
70 def __init__(self, ns): argument
71 self.ns = ns
77 self.ns += rhs.ns
85 s = "%s " % time(self.ns)
97 self.ns = ns(secs, nsecs) - self.ns
168 self.ns += rhs.ns
173 self.pending = cnode(ns(secs, nsecs))
299 if m.group(3) != None:
300 f = pid_filter(m.group(3), m.group(3))