~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/lsprof.py

  • Committer: Matt Nordhoff
  • Date: 2009-04-21 05:16:48 UTC
  • mto: (389.2.2 pep8-2009-10)
  • mto: This revision was merged to the branch mainline in revision 392.
  • Revision ID: mnordhoff@mattnordhoff.com-20090421051648-z6u6cutmlbochf37
Remove some unnecessary optparse arguments

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
            d = d[:top]
74
74
        cols = "% 12s %12s %11.4f %11.4f   %s\n"
75
75
        hcols = "% 12s %12s %12s %12s %s\n"
 
76
        cols2 = "+%12s %12s %11.4f %11.4f +  %s\n"
76
77
        file.write(hcols % ("CallCount", "Recursive", "Total(ms)",
77
78
                            "Inline(ms)", "module:lineno(function)"))
78
79
        for e in d: