help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How should this profiler report interpreted?


From: scame
Subject: How should this profiler report interpreted?
Date: Fri, 26 Mar 2021 13:59:36 +0000

I have a function which I use to process some files and it works
slowly with bigger files. I tried to profile it and I got this output.
Only the relevant part is shown:

 - save-excursion                                     9817  99%
  - insert                                               2   0%
   - jit-lock-after-change                               1   0%
    - run-hook-with-args                                 1   0%
       font-lock-extend-jit-lock-region-after-change     1   0%

Does this mean the save-excursion call itself consumes 99% of the CPU?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]