SCRIPT  tests/vimfiles/script_local.vim
Sourced 1 time
Total time:   0.000767
 Self time:   0.000091

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

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

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

FUNCTION  <SNR>2_today()
    Defined: tests/vimfiles/script_local.vim line 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.000676             <SNR>2_main()
                             <SNR>2_today()

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

