Table of Contents

Struct SectionTableEntry

Namespace
Typhon.Profiler
Assembly
Typhon.Profiler.dll

One entry in the section table. Identifies a named section by SectionId and locates it by byte offset + length within the cache file. Sections are always written contiguously in the file; the table gives random access without requiring the reader to walk section headers.

public struct SectionTableEntry
Inherited Members

Fields

Flags

Per-section flags (reserved; section-specific).

public ushort Flags

Field Value

ushort

Length

Byte length of the section payload.

public long Length

Field Value

long

Offset

Byte offset of the section payload from the start of the cache file.

public long Offset

Field Value

long

Padding

Padding to align Offset on an 8-byte boundary.

public uint Padding

Field Value

uint

SectionId

Section identifier (see CacheSectionId).

public ushort SectionId

Field Value

ushort