Searched refs:self_ticks (Results 1 – 3 of 3) sorted by relevance
102 self.self_ticks = 0129 return self.self_ticks > 0 or self.callee_ticks is not None132 self.self_ticks += 1176 percent = 100.0 * count / self.self_ticks190 assert total_count == self.self_ticks, \191 "Lost ticks (%d != %d) in %s" % (total_count, self.self_ticks, self)809 used_code.sort(key=lambda x: x.self_ticks, reverse=True)811 code_ticks = code.self_ticks829 if code.self_ticks < 10:
214 unsigned self_ticks() const { return self_ticks_; } in self_ticks() function
10028 return reinterpret_cast<const i::ProfileNode*>(this)->self_ticks(); in GetHitCount()