Share via


Keyboard Profiling Shortcuts

The default drivers for AT and PC/XT keyboards have built in shortcuts that turn profiling on and off. The shortcuts are implemented by the scan code processing libraries in %_WINCEROOT%\Public\Common\OAK\Drivers\Keybd\Scanvk. Disable the shortcuts by commenting out #define PROFILE 1 in the source files for the libraries. The following table shows the shortcut key and the associated function call.

Shortcut key Windows CE .NET 4.1 and earlier Windows CE .NET 4.2
F8 Runs object call profiling. Toggles between buffered, unbuffered, and CELog storage modes.
F9 Runs buffered Monte Carlo profiling. Runs Monte Carlo profiling.
F10 Runs kernel call profiling. Runs kernel call profiling.
F11 Runs unbuffered Monte Carlo profiling. Runs object call profiling.
F12 Quits profiling. Quits profiling.

For descriptions of the function calls related to these profiling shortcuts, see the ProfileStart function and the ProfileStop function.

See Also

Event Tracking | Keyboard Drivers

 Last updated on Friday, October 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.