Managing Performance Results Using PerfLog

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

Most Windows Embedded CE 6.0 Test Kit (CETK) performance tests log performance data by default to a PerfLog file. The PerfLog.DLL library allows such performance logs to include system CPU and memory usage information. In addition, it provides a programmatic way for an application to register, start, and stop one or more high-resolution timers, which can be run in parallel and provide timing data for application-defined performance tests. You can use the PerfToCsv Tool to parse and view these files, or you can create your own custom parser.

In This Section

See Also

Other Resources

Managing CETK Tests and Test Results