Analyzing WST Data

When you have finished the measurement, use the WSTUNE utility to create the packing list. The syntax is as follows:

wstune [options] modulename.wsp

WSTUNE has the following options:

/O
Write data to the file. The extension is .DT if tuned, .DN if not tuned.
/D
Write analysis data only; do not write the strings of bits.
/N
Analyze the strings of bits, do not write any data.
/?
Display usage information.

For example:

wstune /o modulename.wsp

The data files created by WSTUNE are:

File Description
.DT Data tuned. Contains the analysis data/strings of bits for all functions called in the packing list order.
.DN Data not tuned. Contains the function called in unpacked order.
.PRF Contains the packing list to be used in tuning.
.WSR A worker index file created for internal use only.