Codelite on OSX

Discussion about CodeLite development process and patches
bcteh
CodeLite Curious
Posts: 2
Joined: Wed Feb 15, 2012 11:10 am
Genuine User: Yes
IDE Question: c++
Contact:

Codelite on OSX

Post by bcteh »

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. :evil:
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Codelite on OSX

Post by eranif »

bcteh 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. :evil:
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" application

Eran
Make sure you have read the HOW TO POST thread
Post Reply