SCRIPT  tests/vimfiles/lambda.vim
Sourced 1 time
Total time:   0.000106000
 Self time:   0.000106000

count     total (s)      self (s)
    1              0.000020000 let Lambda = {-> 'Hello, world!'}
    1   0.000044000   0.000043000 echo Lambda()

FUNCTION  <lambda>1()
    Defined: tests/vimfiles/lambda.vim:1
Called 1 time
Total time:   0.000001000
 Self time:   0.000001000

count     total (s)      self (s)
                                  return 'Hello, world!'

FUNCTIONS SORTED ON TOTAL TIME
count     total (s)      self (s)
    1   0.000001000                <lambda>1()

FUNCTIONS SORTED ON SELF TIME
count     total (s)      self (s)
    1                 0.000001000  <lambda>1()

