[Spambayes] Re: [Python-Dev] Re: some preliminary timings

Skip Montanaro skip@pobox.com
Tue, 25 Feb 2003 16:19:46 -0600


    >> interval                                    time
    >> --------                                    ----
    >> start -> open hammiefilter.pyc              0.071
    >> open hammiefilter.pyc -> open hammie.db     0.516
    >> open hammie.db -> close hammie.db           0.084
    >> close hammie.db -> program end              0.011

    Alex> This is good info.  Can you add in the time intervals between
    Alex> loading each of the modules?  That might point out which modules
    Alex> are actually expensive (or if it's none in particular).

That would be a bit tedious to do manually for the dozens of modules which
are loaded.  I'll see what I can come up with though.

Skip