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
New sample provided by @farmaazon at #5745 (comment) shows similar issue as #5782, but also contains an interesting observation. A lot of time is spent in TextUtils.split_on_lines. Is that appropriate?
The text was updated successfully, but these errors were encountered:
One can also use VisualVM's Polyglot Sampler to get Enso level profiling. Start the JVM with the LS+engine, "Open" it in VisualVM. Switch to polyglot sampler tab. Start CPU sampling. Do the desired action in the IDE. Stop sampling.
New sample provided by @farmaazon at #5745 (comment) shows similar issue as #5782, but also contains an interesting observation. A lot of time is spent in
TextUtils.split_on_lines
. Is that appropriate?The text was updated successfully, but these errors were encountered: