>>>>> "John" == John Levon <[EMAIL PROTECTED]> writes:
John> On Fri, Mar 28, 2003 at 06:39:12PM +0100, Jean-Marc Lasgouttes John> wrote: Roughly stable, -O2, Qt : >> What do you do on startup? What document do you load? John> Yes, it appears I forgot to mention John> lyx -x lyx-quit UserGuide.lyx John> I guess we really need to finish ParagraphList in order for the John> load times to come back down again How should this data be read? Can oprofile provide a call graph like gprof does? The things that seem strange to me are 0820afa4 1161 1.53197 operator==(LyXKeySym const&, LyXKeySym const&) 08206040 1220 1.60982 string_to_qkey(string const&) 083021e8 1364 1.79983 RunCommand(string const&) Why are they so high in the top abusers (parsing keysyms should be much easier than loading UserGuide...)? I guess the fact that you removed some debug message is the reason why the times are better? Parsing