Home | History | Annotate | Download | only in tools

Lines Matching refs:percent

176       percent = 100.0 * count / self.self_ticks
178 if percent >= 0.01:
186 print "%5d | %6.2f%% %x(%d): %s" % (count, percent, offset, offset, lines[i][1])