Application consuming 60% of CPU usage ..
Hi friends,
I developed my qt application with QGraphicsView and QGraphicsItem ..
most of the button i painted my own in different shapes ..
the problem is when i run my application the Xorg consumes 60% of the CPU usage ...
why it consuming this much process ...?
is there any way to overcome this problem .. just to reduce by 20% or 30 %
please help ..
Re: Application consuming 60% of CPU usage ..
Run your application through a profiler and see what takes the most time.
Re: Application consuming 60% of CPU usage ..
thanks for the reply .. can u suggest me a good profiling tool for Qt
OS: Linux Fedora core 7
Qt::4.4.3 Version
Re: Application consuming 60% of CPU usage ..