Monday, July 25, 2022

How to debug performance of gvim

Hello,

The gvim of (A) below is much faster than the gvim of (B) -- how would
one debug this difference in performance?

Both (A and B) are from WSL 2 Ubuntu 20.04 inside Microsot Windows 11

A) $ sudo apt-get install vim-gtk3
# VIM - Vi IMproved 8.1 (2018 May 18, compiled Feb 01 2022 09:16:32)
# Included patches: 1-2269, 3612, 3625, 3669, 3741
# Modified by team+vim@tracker.debian.org #<-- what was done here?
# Compiled by team+vim@tracker.debian.org
# Huge version with GTK3 GUI.
$ gvim

B) # git clone ...; cd vim/src
$ make clean
$ make distclean
$ ./configure --prefix=/opt/vim --enable-gui --enable-gui=gtk3
--with-features=huge
$ make && make test
$ sudo make install
$ /opt/vim/bin/gvim

--Suresh

--
--
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 vim_use+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/9209d428-7c9c-d30d-0585-01f4530692f4%40yahoo.com.

No comments: