~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/lsprof.py

  • Committer: Jelmer Vernooij
  • Date: 2010-01-11 02:54:48 UTC
  • mfrom: (398 trunk)
  • mto: This revision was merged to the branch mainline in revision 399.
  • Revision ID: jelmer@samba.org-20100111025448-lokdg33w2awf9f8n
Merge trunk.

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"
77
76
        file.write(hcols % ("CallCount", "Recursive", "Total(ms)",
78
77
                            "Inline(ms)", "module:lineno(function)"))
79
78
        for e in d: