theseus
theseus copied to clipboard
High CPU usage on Mac OS X 10.8.4
Brackets 29.. I like this extension, but every time I open it, the CPU usage shows more than 20% of CPU usage is used even I'm not debugging.
Can you try disabling the extension? Brackets does that for me all by itself because of tern, its JavaScript intelligence engine.
@alltom I used to remove that extension and reinstall when I need it. Hopefully the installing process is fast.
Interesting! Would you be able to collect a profile for me so I can see what the hot spots are on your computer?
Open the developer tools for your Brackets window:
Then start a profile from the Profiles tab, stopping it after a few seconds:
Then expand the tree to show where it's spending most time. This is a profile I just corrected, with some hot spots revealed that I'll look into first:
It looks like you can also save them, so actually, do that and upload it here if you don't mind:
Thanks for the report!
@alltom I recognize that in Chrome, but seems the version on web page is not the same.
I only got these pictures:
And when I try debug my JS code:
Thanks! I'll check this out and see what I can do.