Share via


Viewing Test Results for the Bluetooth Performance Test (Windows Embedded CE 6.0)

1/6/2010

On the Windows Embedded CE–based device or Windows–based desktop computer that functions as the client, the Bluetooth Performance Test generates a .txt file for Kato and a .log file. The .log file is a Perflog.dll log file that contains performance data that you can export to .csv format by using the Pparse.exe tool. For more information about Perflog files, see Managing Performance Results Using PerfLog.

The test results will tell how many milliseconds were required to transfer the number of bytes specified in the parameter list; see Command Line Parameters for the Bluetooth Performance Test. After the test finishes, the .log file is available at one of the following locations:

  • In the release directory, if there is a kernel independent transport layer (KITL) connection between the development workstation and the target device.
  • In the root directory of the target device, if there is no KITL connection and if you set the following registry setting before running the test:
    [HKLM\Software\Microsoft\Perf]
    "NoRelease"=DWORD:1

To view test results for the Bluetooth Performance Test

  1. Copy the .log file to the development workstation.

  2. From <Platform Builder installation path>\Cepb\Wcetk\Ddtk\Desktop, copy Pparse.exe to the directory that contains the log file.

  3. In the directory that contains the log file, run the following command:

    pparse-c log_filename

    where log_filename is the name of the log file and this would create a csv file of log_filename.csv

  4. In Excel, open the .csv file.

See Also

Other Resources

Bluetooth Performance Test