Page 1 of 1

Codelite on OSX

Posted: Sun Dec 30, 2012 9:07 am
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:

Re: Codelite on OSX

Posted: Sun Dec 30, 2012 11:31 pm
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