SCRIPT  tests/vimfiles/script_local.vim
Sourced 1 time
Total time:   0.000732
 Self time:   0.000132

count  total (s)   self (s)
    1              0.000027 function! s:today() abort
                              echo strftime('%Y-%m-%d')
                            endfunction
                            
    1              0.000003 function! s:main() abort
                              echo 'Hello, world!'
                            endfunction
                            
    1   0.000639   0.000039 call s:main()

FUNCTION  <SNR>2_main()
    Defined: tests/vimfiles/script_local.vim:5
Called 1 time
Total time:   0.000600
 Self time:   0.000600

count  total (s)   self (s)
    1              0.000599   echo 'Hello, world!'

FUNCTION  <SNR>2_today()
    Defined: tests/vimfiles/script_local.vim:1
Called 0 times
Total time:   0.000000
 Self time:   0.000000

count  total (s)   self (s)
                              echo strftime('%Y-%m-%d')

FUNCTIONS SORTED ON TOTAL TIME
count  total (s)   self (s)  function
    1   0.000600             <SNR>2_main()
                             <SNR>2_today()

FUNCTIONS SORTED ON SELF TIME
count  total (s)   self (s)  function
    1              0.000600  <SNR>2_main()
                             <SNR>2_today()

