SCRIPT  tests/vimfiles/global.vim
Sourced 1 time
Total time:   0.000661000
 Self time:   0.000121000

count     total (s)      self (s)
    1              0.000021000 function! Today() abort
                              echo strftime('%Y-%m-%d')
                            endfunction
                            
    1              0.000002000 function! Main() abort
                              echo 'Hello, world!'
                            endfunction
                            
    1   0.000575000   0.000034000 call Main()

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

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

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

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

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

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

