changeset 40141 | 8643219146e1 |
parent 39825 | 874712506b07 |
child 40142 | 25ce80ce84c5 |
--- a/contrib/perf.py Mon Oct 01 17:37:53 2018 +0200 +++ b/contrib/perf.py Mon Oct 01 17:53:47 2018 +0200 @@ -307,7 +307,7 @@ fm.write(prefix + b'comb', b' comb %f', entry[1] + entry[2]) fm.write(prefix + b'user', b' user %f', entry[1]) fm.write(prefix + b'sys', b' sys %f', entry[2]) - fm.write(prefix + b'count', b' (%s of %d)', role, count) + fm.write(prefix + b'count', b' (%s of %%d)' % role, count) fm.plain(b'\n') results.sort() min_val = results[0]