Table of Contents

Enum ResourceSubsystem

Namespace
Typhon.Engine
Assembly
Typhon.Engine.dll

Subsystem categories for grouping resources in the registry tree.

public enum ResourceSubsystem

Fields

Allocation = 3

Memory allocation: MemoryAllocator, Bitmaps

DataEngine = 1

Data engine: DatabaseEngine, ComponentTables, Transactions

Durability = 2

Durability layer: WAL, Checkpoint (future)

Profiler = 7

Profiler subsystem: Tracy-style capture pipeline (consumer thread, exporters)

Runtime = 6

Runtime subsystem: DAG scheduler, tick loop, worker pool

Storage = 0

Storage layer: PageCache, ManagedPagedMMF, segments

Synchronization = 4

Synchronization primitives: EpochManager, latch pools

Timer = 5

Timer services: high-resolution shared and dedicated timers