Hi

On Di, 01 Jul 2014, KKde wrote:

> > 
> > Since you already recompiled your Vim, would it be hard for you to 
> > profile it?
> > 
> > That might give us a clue, what is going on.
> 
> What flags I should use for profiling?

Seriously I do not know. I would start with uncommenting the 
PROFILE_LIBS variable in the Makefile and see how that works...

Last time I did this, I think, I used the 
http://www.thegeekstuff.com/2012/08/gprof-tutorial/ to profile Vim.

e.g. export PROFILE_LIBS = -pg, compile and then
run a slow operation with the new compiled vim and use gprof gmon.out 
and from there look at the most obvious slow down function calls.

On Windows, I would just compile a debug version and use ltprof.

Best,
Christian
-- 
Wie man sein Kind nicht nennen sollte: 
  Karl Ender 

-- 
-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to