Table of Contents

Enum TraceHeaderFlags

Namespace
Typhon.Profiler
Assembly
Typhon.Profiler.dll

Bit flags carried in Flags.

[Flags]
public enum TraceHeaderFlags : ushort

Fields

MultipleEnginesObserved = 1

More than one DatabaseEngine was live at some point during this capture, so the capture interleaves events from two (or more) archetype routing-id spaces and no single routing id is meaningful for the file. When this is set the archetype table's RoutingId values have been overwritten with UnknownRoutingId at close — the trace carries less rather than carrying something plausible and wrong. Correlation degrades to name-based joins, which still work. See design D-9.

None = 0

No flags set.