Searched refs:self_ticks (Results 1 – 3 of 3) sorted by relevance
106 self.self_ticks = 0133 return self.self_ticks > 0 or self.callee_ticks is not None136 self.self_ticks += 1180 percent = 100.0 * count / self.self_ticks194 assert total_count == self.self_ticks, \195 "Lost ticks (%d != %d) in %s" % (total_count, self.self_ticks, self)812 used_code.sort(key=lambda x: x.self_ticks, reverse=True)814 code_ticks = code.self_ticks832 if code.self_ticks < 10:
304 unsigned self_ticks() const { return self_ticks_; } in self_ticks() function
9815 return reinterpret_cast<const i::ProfileNode*>(this)->self_ticks(); in GetHitCount()