Optimization

 
11 Jun 2008 - 08:18

If an application runs and performs all required task for the user or client, doesn’t means that it is complete in all the sense. Using performance analysis tools like profiler we can find out how our application is performing internally means in terms of speed, memory usage and power utilization. There are lots of issues which can reduce performance of your application; and here is a list of some of them

Tutorial posted June 11th, 2008 by cheers
 
16 Jan 2008 - 10:43

To work with real-time video one needs at least two things - direct access to bitmaps and fast way to get frames from a video camera. To achieve the first goal one needs to keep in mind that Bitmaps are located on a shared heap that needs to be locked before any direct access can safely take place.

Tutorial posted January 16th, 2008 by Voblin
 
11 Jun 2003 - 12:57
This paper studies methods, practices and patterns that lead to smaller software. It explores concrete means for software size optimisation on the Symbian Platform. The focus is on C++ software that is designed to run on mobile phones and other wireless devices.
Tutorial posted June 11th, 2003 by heikkipora

copyright 2003-2009 NewLC SARL