From: Ihor Radchenko <yantar92@posteo.net>
To: Bruno Cardoso <cardoso.bc@gmail.com>
Cc: William Denton <william@williamdenton.org>,
Emacs Org mode mailing list <emacs-orgmode@gnu.org>
Subject: Re: Things got very slow: profiler output
Date: Fri, 15 Mar 2024 17:18:20 +0000 [thread overview]
Message-ID: <87edcbza5f.fsf@localhost> (raw)
In-Reply-To: <87v85n4fqh.fsf@gmail.com>
Bruno Cardoso <cardoso.bc@gmail.com> writes:
> See attached the profiler-report in emacs -Q and Org mode version 9.7-pre (release_9.6.20-1281-gfb61e8).
>
> In a new org file I created some headings, fold/unfold, and did some typing while recording.
This does not make sense.
The profiler trace implies
org-activate-folds -> org-fold-core-next-visibility-change ->
org-fold-core-next-folding-state-change ->
org-fold-core--property-symbol-get-create (takes most time)
But your benchmark showed that
`org-fold-core--property-symbol-get-create' cannot take that much
time...
Unless it is called 100k+ times.
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)
--
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>
next prev parent reply other threads:[~2024-03-15 17:19 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-29 5:13 Things got very slow: profiler output William Denton
2024-02-29 9:21 ` Bruno Barbier
2024-02-29 9:28 ` Ihor Radchenko
[not found] ` <notmuch-sha1-998a6a574db756b51dbdd759ff59b5174d99c7f1>
2024-02-29 9:25 ` Bruno Barbier
2024-03-07 16:12 ` William Denton
2024-03-07 17:42 ` Bruno Barbier
2024-03-09 19:27 ` William Denton
2024-03-12 12:43 ` Ihor Radchenko
2024-03-13 23:19 ` Bruno Cardoso
2024-03-14 1:17 ` William Denton
2024-03-14 7:34 ` Gerard Vermeulen
2024-03-14 10:27 ` Bruno Cardoso
2024-03-14 10:22 ` Bruno Cardoso
2024-03-14 21:23 ` Ihor Radchenko
2024-03-15 1:09 ` Bruno Cardoso
2024-03-15 14:24 ` Ihor Radchenko
2024-03-15 16:33 ` Bruno Cardoso
2024-03-15 17:18 ` Ihor Radchenko [this message]
2024-03-15 17:49 ` Bruno Cardoso
2024-03-16 8:56 ` Ihor Radchenko
2024-03-16 13:31 ` Bruno Cardoso
2024-03-16 15:56 ` Ihor Radchenko
2024-03-16 18:39 ` William Denton
2024-03-16 18:56 ` Ihor Radchenko
2024-03-17 18:59 ` William Denton
2024-03-17 19:33 ` Ihor Radchenko
2024-03-16 20:21 ` Bruno Cardoso
2024-03-16 21:14 ` Ihor Radchenko
2024-03-17 13:02 ` Bruno Cardoso
2024-03-17 14:19 ` Ihor Radchenko
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87edcbza5f.fsf@localhost \
--to=yantar92@posteo.net \
--cc=cardoso.bc@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=william@williamdenton.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).