Struct ProfilerHeader
Minimal subset of TraceFileHeader needed by IncrementalCacheBuilder — kept abstract so the live path can construct one from the engine's Init frame without owning a full TraceFileHeader.
public readonly struct ProfilerHeader
- Inherited Members
Properties
TimestampFrequency
Stopwatch frequency (Hz) used to convert tick durations to microseconds.
public long TimestampFrequency { get; init; }
Property Value
Version
Source format version (mirrors Version).
public ushort Version { get; init; }