TraceProcessorSettings Class

Definition

Represents settings for a TraceProcessor.

public class TraceProcessorSettings : Microsoft.Windows.EventTracing.ITraceProcessorSettings
type TraceProcessorSettings = class
    interface ITraceProcessorSettings
Public Class TraceProcessorSettings
Implements ITraceProcessorSettings
Inheritance
TraceProcessorSettings
Implements

Constructors

TraceProcessorSettings()

Properties

AllowLostEvents

Gets or sets a value indicating whether to continue processing a trace even if it has a known non-zero number of lost events.

AllowTimeInversion

Gets or sets a value indicating whether to continue processing a trace even if it has time inversion, which usually indicates file corruption.

CatalogPath

Gets or sets the path to the Windows Performance Toolkit Catalog directory.

SuppressFirstTimeSetupMessage

Gets or sets a value indicating whether to disable printing a console message when the first-time setup process runs.

ToolkitPath

Gets or sets the path to the Windows Performance Toolkit directory.

Applies to