Skip to content

Commit

Permalink
Add more details to comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
dstein64 committed Feb 11, 2024
1 parent 646f2cb commit 9852e82
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion autoload/startuptime.vim
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,9 @@ function! s:Extract(file) abort
endif
endfunction

" Returns the average startup time of the data returned by s:Extract().
" Returns the average startup time of the data returned by s:Extract(). The
" result is independent of the options used (e.g., using --no-sourced,
" --no-sourcing-events, --no-other-events doesn't impact the result).
function! s:Startup(items) abort
let l:times = []
for l:item in a:items
Expand Down

0 comments on commit 9852e82

Please sign in to comment.