Monte Carlo Profiling (Windows CE 5.0)

Send Feedback

In Monte Carlo profiling, the kernel profiler interrupts the OS periodically and samples the program counter for the CPU. The kernel profiler then correlates each sample with the function that the samples is inside, and totals up the number of samples per function. The kernel profiler then generates a report of the modules and functions with the most profiler hits.

By interrupting the OS periodically, you can learn which functions run most of the time. You can monitor OS processes such as Nk.exe, Filesys.exe, and Device.exe. You can also monitor user processes.

Monte Carlo profiling requires that the OAL implement an interrupt for the kernel profiler. For more information, see Setting Up Monte Carlo Profiling.

You can perform Monte Carlo profiling with or without a buffer that holds samples collected by the kernel profiler. For more information about the benefits and disadvantages of buffered and unbuffered profiling, see Buffered and Unbuffered Profiling.

Note   Monte Carlo profiling does not measure or record execution time.

See Also

Kernel Profiler Modes | Setting Up the Kernel Profiler | Controlling the Kernel Profiler

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.