|
| |
|
For developers: free .NET Compact Framework Code Profiler released May 15, 2008 [General] | By Edward J. R. It's apparently the first and only .NET CF Code profiler, for performance tuning Managed Windows Mobile and Windows CE applications... This program is free, so you can't go wrong with it. The only really profitable area of mobile software development is .NET-based enterprise software development, and there with help of this profiler one can write much faster software: We've used it for a year on this particularly large application (7-8000 methods in 40-50 DLLs) and easily found and fixed performance bottlenecks that would have been very hard to spot without a code profiler. We've even integrated the profiling-step in our autobuild. The profiling-step is very quick and the profiled code is only 40-50% bigger and runs 20-25% slower. Profilers can easily make your code run 2-10 times slower, so ours is quite efficient. To learn more visit home page of this profiler. Credit: Morten Damsgaard.
|
| |