SCRIPT  tests/vimfiles/global.vim
Sourced 1 time
Total time:   0.000661
 Self time:   0.000121

count  total (s)   self (s)
    1              0.000021 function! Today() abort
                              echo strftime('%Y-%m-%d')
                            endfunction
                            
    1              0.000002 function! Main() abort
                              echo 'Hello, world!'
                            endfunction
                            
    1   0.000575   0.000034 call Main()

FUNCTION  Today()
    Defined: tests/vimfiles/global.vim:1
Called 0 times
Total time:   0.000000
 Self time:   0.000000

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

FUNCTION  Main()
    Defined: tests/vimfiles/global.vim:5
Called 1 time
Total time:   0.000540
 Self time:   0.000540

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

FUNCTIONS SORTED ON TOTAL TIME
count  total (s)   self (s)  function
    1   0.000540             Main()
                             Today()

FUNCTIONS SORTED ON SELF TIME
count  total (s)   self (s)  function
    1              0.000540  Main()
                             Today()

