Show More
@@ -48,7 +48,7 b' class Stats(object):' | |||||
48 | d = self.data |
|
48 | d = self.data | |
49 | if top is not None: |
|
49 | if top is not None: | |
50 | d = d[:top] |
|
50 | d = d[:top] | |
51 |
cols = "% 12 |
|
51 | cols = "% 12d %12d %11.4f %11.4f %s\n" | |
52 | hcols = "% 12s %12s %12s %12s %s\n" |
|
52 | hcols = "% 12s %12s %12s %12s %s\n" | |
53 | file.write(hcols % ("CallCount", "Recursive", "Total(s)", |
|
53 | file.write(hcols % ("CallCount", "Recursive", "Total(s)", | |
54 | "Inline(s)", "module:lineno(function)")) |
|
54 | "Inline(s)", "module:lineno(function)")) |
General Comments 0
You need to be logged in to leave comments.
Login now