(number, total, description)
| 985 | |
| 986 | if not options.quiet: |
| 987 | def PrintTicks(number, total, description): |
| 988 | print("%10d %5.1f%% ticks in %s" % |
| 989 | (number, 100.0*number/total, description)) |
| 990 | print() |
| 991 | print("Stats:") |
| 992 | print("%10d total trace events" % events) |
no test coverage detected
searching dependent graphs…