Managing Performance Results Using PerfLog (Windows Embedded CE 6.0)
1/6/2010
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
- PerfLog Output File Name and Location
Tells the filename and location of the output file.
- PerfLog Output File Contents
Describes the contents of the output file.
- PerfLog Parsing Considerations and Examples
Gives examples of PerfLog parsing.