On Mon, Aug 13, 2012 at 8:51 AM, Jeroen Demeyer <jdeme...@cage.ugent.be> wrote: > On 2012-08-13 17:29, Volker Braun wrote: >> Counting the number of open() is related to startup speed, but it does >> not account for the majority of the startup time unless you run on NFS. > True, I just tested a fast disk and there, the *system* time was around > 25% of the *wall* time. So, it's not the major contributor but > certainly significant. > > Anyway, I am looking for a better measurement of start-up performance, > i.e. something which doesn't depend on system load.
How about len(sys.modules) for one metric. The actual new module(s) introduced would be more useful than the fact that a system call count went up. User and wall time should be monitored as well, but aren't as stable. I plan to make a patchbot plugin that lists any new modules that are imported due to a ticket. - Robert -- -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org