Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
In the Target Control window or a command prompt window, you can use the prof command to control the kernel profiler. For more information about the prof command, see Target Control Debugging Commands.
To start the kernel profiler by using the prof command
At the Windows CE prompt, type one of the following commands:
prof on -mThis command runs the kernel profiler in Monte Carlo profiling mode. For more information about Monte Carlo profiling, see Monte Carlo Profiling.
prof on -sThis command runs the kernel profiler in system call profiling mode. For more information about system call profiling, see System Call Profiling.
prof on -kThis command runs the kernel profiler in instrumented kernel profiling mode. For more information about instrumented kernel profiling, see Instrumented Kernel Profiling.
Append the
-boption to run the kernel profiler in buffered mode- or -
Append the
-uoption to run the kernel profiler in unbuffered mode.If you do not append the
-boption or the-uoption, the kernel profiler runs in buffered mode. For more information about buffered and unbuffered mode, see Buffered and Unbuffered Profiling.Press the ENTER key.
To stop the kernel profiler by using the prof command
- At the Windows CE prompt, type
prof off, and then press the ENTER key.
See Also
Controlling the Kernel Profiler | Kernel Profiler Modes
Send Feedback on this topic to the authors