Converting a RTX Time View Log File to Text Format

The program, showtext.exe, converts the RTX Time View Log file into text format and writes the data into a readable text file. Depending upon the parameters specified, the data may be compressed. The file that is created is easily displayed with Notepad.

Format

showtext [/f inFile]  [/s outFile] [/w] [/g g1,g2,g3,...]

Parameters

/f inFile

Use this parameter to specify an input filename other than the default ("C:\RtxTrace.rtv") filename.

/s outFile

Use this parameter to specify an output filename other than the default ("RtxView.txt") filename.

/i

Displays all timer interrupt events without compression.  The default (i.e., flag is not used) is compression.

/w

Displays a warning and exits if outFile already exists.

/g#

Specifies which groups to display (default is all groups). Groups are specified as /g g1,g2, etc.  There are no spaces between the group numbers. See the RTX Time View Events for a listing of group numbers as well as group names, their contents, and filters they are associated with.

/?

Use this parameter to get a help usage statement.

Example

showtext /f  "temp.rtv" /s "temp.txt"

 

See Also

IntervalZero.com | Support | Give Feedback