On 2024-03-15, 17:18 +0000, Ihor Radchenko <yanta...@posteo.net> wrote:

> Bruno Cardoso <cardoso...@gmail.com> writes:
>
> May you do the following:
>
> 1. (require 'elp)
> 2. (elp-instrument-function #'org-fold-core--property-symbol-get-create)
> 3. Do actions in Org file
> 4. (elp-results)
> 5. See *ELP Profiling Results*
> 6. (elp-restore-all)
>
> For me, the result is
>
> Function Name                              Call Count  Elapsed Time  Average 
> Time
> org-fold-core--property-symbol-get-create  27361       0.5646422580  
> 2.063...e-05
>
> (the time numbers are not real because instrumenting itself makes
> function a lot slower, but we can compare the call count)
>

My call count is in fact higher:

org-fold-core--property-symbol-get-create  196278      3.2828460320  
1.672...e-05


Reply via email to