Table of Contents

Struct ProfilerHeader

Namespace
Typhon.Profiler
Assembly
Typhon.Profiler.dll

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

long

Version

Source format version (mirrors Version).

public ushort Version { get; init; }

Property Value

ushort