Welcome to MSDN Blogs Sign in | Join | Help

Windows Embedded Blog

A look at Embedded and other Cool Stuff.

News

  • This posting is provided "AS IS" with no warranties, and confers no rights.
EQATEC: .NET Compact Framework Application Profiler

Building an application for a mobile or embedded device is a different experience to developing on the desktop, you are usually building your application code to target a remote device (rather than running on a desktop PC [although you can of course use the Windows CE or Windows Mobile emulators!]) - One of the advantages of writing managed code (beyond the pure speed of development) is memory management, a typical C/C++ developer needs to be aware of the lifetime of any objects that are created (this includes operating system handles and any custom objects that the developer "new's up". Developers also need to be aware of the overall performance of their application, this is where application profilers come in - Windows CE embedded developers have a number of profiling options, from Monte Carlo operating system profiling through to the Remote Call Profiler for C/C++ (native code) applications.

But what about managed code developers? - EQATEC now have a .NET Compact Framework application call profiler available - go here to get more details.

Here's a video lifted from the EQATEC site (requires flash) that shows the profiler in action.

 

- Mike

Posted: Tuesday, May 06, 2008 4:44 PM by mikehall

Comments

Roger said:

Do you know any method to host NMD or MQE in my .NET Compact framework form applications?

# May 28, 2008 6:58 PM
New Comments to this post are disabled
Page view tracker