You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Switching channels is quite slow, especially with large logs. I’ve had a quick look at perf top and that revealed Qt text layout as the culprit. Limiting the QTextDocument’s block count clearly isn’t enough (I consider 1000 lines a relatively small number)…
The text was updated successfully, but these errors were encountered:
Switching channels is quite slow, especially with large logs. I’ve had a quick look at
perf top
and that revealed Qt text layout as the culprit. Limiting the QTextDocument’s block count clearly isn’t enough (I consider 1000 lines a relatively small number)…The text was updated successfully, but these errors were encountered: