> On 2022-07-01,, at 8:04 , Eli Zaretskii wrote: > >> From: Gerd Möllmann >> Would it be possible to run this with gprof profiling? I think that could give some clues what is going on. > > Or (on GNU/Linux only) under 'prof' -- which doesn't require you to > build a special version of Emacs, and still produces detailed CPU > usage info. I have medium_line.json now, and I see slowness (with truncate-lines nil and font-lock), after finding the file and doing random things. Is it sufficient to do just that for some time while tracing? Do we have some Lisp code to automated this, and make it more reproducible? Or, even, should be do truncate-line t first, and without font-lock? (Did someone else observe it being fast at first, and then later slowing down?)