Intel® Trace Analyzer and Collector User and Reference Guide

ID 767272
Date 8/08/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

LOGFILE-FORMAT

Syntax

LOGFILE-FORMAT [ASCII|STF|STFSINGLE|SINGLESTF]

Variable

VT_LOGFILE_FORMAT

Default

STF

Description

Specifies the format of the tracefile. ASCII is the traditional Vampir file format where all trace data is written into one file. It is human-readable.

The Structured Trace File (STF) is a binary format which supports storage of trace data in several files and allows Intel® Trace Analyzer and Collector to analyze the data without loading all of it, so it is more scalable. Writing it is only supported by the Intel Trace Analyzer and Collector at the moment.

One trace in STF format consists of several different files which are referenced by one index file (.stf). The advantage is that different processes can write their data in parallel (see STF-PROCS-PER-FILE, STF-USE-HW-STRUCTURE). SINGLESTF rolls all of these files into one (.single.stf), which can be read without unpacking them again. However, this format does not support distributed writing, so for large program runs with many processes the generic STF format is better.

Did you find the information on this page useful?

Characters remaining:

Feedback Message