SCRIPT  tests/vimfiles/script_local.vim
Sourced 1 time
Total time:   0.000732000
 Self time:   0.000132000

count     total (s)      self (s)
    1              0.000027000 function! s:today() abort
                              echo strftime('%Y-%m-%d')
                            endfunction
                            
    1              0.000003000 function! s:main() abort
                              echo 'Hello, world!'
                            endfunction
                            
    1   0.000639000   0.000039000 call s:main()

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

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

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

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

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

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

