Enum ResourceSubsystem
Subsystem categories for grouping resources in the registry tree.
public enum ResourceSubsystem
Fields
Allocation = 3Memory allocation: MemoryAllocator, Bitmaps
DataEngine = 1Data engine: DatabaseEngine, ComponentTables, Transactions
Durability = 2Durability layer: WAL, Checkpoint (future)
Profiler = 7Profiler subsystem: Tracy-style capture pipeline (consumer thread, exporters)
Runtime = 6Runtime subsystem: DAG scheduler, tick loop, worker pool
Storage = 0Storage layer: PageCache, ManagedPagedMMF, segments
Synchronization = 4Synchronization primitives: EpochManager, latch pools
Timer = 5Timer services: high-resolution shared and dedicated timers