tracestats

Applies To: Windows 8, Windows 8.1

This action produces a text file that summarizes trace statistics.

-a tracestats [-timespan [actual]] [-detail] [-timezone {utc | local}]

Options

  • -timespan[actual]**
    Shows information about the session and trace. By default, -timespan requires inspection of trace headers only; no pass is performed through the traces in the session. When "actual" is specified, the actual times of the first event and the last event in the session are added to the report. In this case, a pass through the traces in the session is required.
  • -detail [stack]
    Shows detailed information about providers, identifiers, tasks, operation codes, versions, channels, and levels of events in the session, along with provider and operation code friendly names. Requires a full pass through the traces in the session.

    When the stack parameter is specified, the count of stacks for each type of event is added to the report. In this case, a second pass through the traces in the session is required.

  • -timezone{utc|local}**
    Shows timestamps in the specified time zone. If no time zone is specified, the local time zone is used by default.

See Also

Other Resources

Xperf Actions