Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bchretien/vim-profiler
/ functions
Functions
20 in github.com/bchretien/vim-profiler
⨍
Functions
20
◇
Types & classes
2
↓ 3 callers
Method
__sort_data
Sort data by decreasing time.
vim-profiler.py:285
↓ 3 callers
Method
average_data
Return average times for each plugin.
vim-profiler.py:215
↓ 2 callers
Method
__clean_log
Clean log file.
vim-profiler.py:181
↓ 2 callers
Function
get_exe
(cmd)
vim-profiler.py:38
↓ 2 callers
Function
to_list
(cmd)
vim-profiler.py:32
↓ 1 callers
Method
__guess_plugin_dir
Try to guess the vim directory containing plugins.
vim-profiler.py:96
↓ 1 callers
Method
__init__
(self, cmd, log_filename, check_system=False)
vim-profiler.py:74
↓ 1 callers
Method
__load_times
Load startup times for log file.
vim-profiler.py:118
↓ 1 callers
Method
__run_vim
Run vim/nvim to generate startup logs.
vim-profiler.py:169
↓ 1 callers
Method
export
Write sorted result to file.
vim-profiler.py:249
↓ 1 callers
Method
generate
Generate startup data.
vim-profiler.py:82
↓ 1 callers
Function
is_subdir
(paths, subdir)
vim-profiler.py:43
↓ 1 callers
Function
main
()
vim-profiler.py:292
↓ 1 callers
Method
plot
Plot startup data.
vim-profiler.py:227
↓ 1 callers
Method
print_summary
Print summary of startup times for plugins.
vim-profiler.py:264
↓ 1 callers
Method
process_data
Merge startup times for each plugin.
vim-profiler.py:208
↓ 1 callers
Function
stdev
Compute the standard deviation.
vim-profiler.py:54
↓ 1 callers
Method
stdev_data
Return standard deviation for each plugin.
vim-profiler.py:221
Method
__del__
Destructor taking care of clean up.
vim-profiler.py:188
Method
__init__
(self, param)
vim-profiler.py:199