Hi
I am install codelite v4.1.5960 on OS X to check is that have same problem/bug as my application.
I noticed that the wxStyleTextctrl is using cpu resources ,even the application is at the background(Idle).
For codelite, i check on "Active Monitor", it use cpu resources around 3.8~6% .
No so bad, still can acceptable.
For my application, it can grow up to 10++%, that is very worst.
Codelite on OSX
-
- CodeLite Curious
- Posts: 2
- Joined: Wed Feb 15, 2012 11:10 am
- Genuine User: Yes
- IDE Question: c++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Codelite on OSX
I would start by disconnecting all the events from the wxStyledTextCtrl and re-connecting them one after the other while watching on the "Active Monitor" applicationbcteh wrote:Hi
I am install codelite v4.1.5960 on OS X to check is that have same problem/bug as my application.
I noticed that the wxStyleTextctrl is using cpu resources ,even the application is at the background(Idle).
For codelite, i check on "Active Monitor", it use cpu resources around 3.8~6% .
No so bad, still can acceptable.
For my application, it can grow up to 10++%, that is very worst.
Eran
Make sure you have read the HOW TO POST thread