I'm seeing some very slow performance in my JS code in an electron app
I am trying to performance profile my application but the term that comes up is "Run console task"
I have attached a picture of an example trace
I suspect that there is poor performance in the JS code itself, but it is completely unable to be inspected because of this "Run console task" which is inscrutible
For reference I am using [email protected] and just clicking "Performance" in the devtools
