I'm not sure if you're collecting the profiling results correctly.
Again, in your submission, the total time spent for the longest running
Slick-C macro was less that 1/5 second, and the auto-save timer was only
ran 14 times, so that's a duration of at most 4 seconds.
Do the following:
1) Macro > Slick-C Profiling > Begin Profiling
2) Work in the editor for five minutes or more,
do things like scrolling and moving around and typing
that have triggered the observed performance hits for you
3) Macro > Slick-C Profiling > Finish Profiling...
4) Capture a fresh screen shot
5) OR, Macro > Slick-C Profiling > Save...
and submit the profile.tsv created.
That does just capture time spent in the Slick-C interpreter.
To capture profiling data about the application in general,
do the following:
1) Open a Terminal window
2) Use the command "sample SlickEditPro2020 30 >vs30.txt"
to take a thirty second sample of SlickEdit
3) make sure you do something that triggers the performance hit in those 30 seconds.
3) zip up vs30.txt and post it here.
You can also sample the process using Activity Monitor, but the default sample time is only 10 seconds, so it might be hard to reproduce anything in that time.