Versions in this module Expand all Collapse all v0 v0.2.0 Jan 3, 2026 Changes in this version + type CacheLineState struct + Address uint64 + State string + Tag uint64 + type CacheState struct + Accesses uint64 + Evictions uint64 + Hits uint64 + Lines []CacheLineState + Misses uint64 + Writebacks uint64 + type DetailLevel int + const DetailLevelFull + const DetailLevelSummary + type DirectoryEntryState struct + Address uint64 + Owner int + Sharers []int + State string + type DirectoryState struct + Entries []DirectoryEntryState + type ExportConfig struct + DetailLevel DetailLevel + type Exporter interface + ExportState func(cfg ExportConfig) T + type LinkState struct + Bandwidth int + CurrentCycle int + Latency int + Occupancy []int + SourceID int + TargetID int + type NetworkState struct + CurrentCycle int + Links []LinkState + Nodes []NodeState + type NodeState struct + Caches []CacheState + CurrentCycle int + CustomData map[string]interface{} + Directories []DirectoryState + ID int + Inputs []QueueState + Outputs []QueueState + Type string + type PacketState struct + Cycle int + Dst int + Msg string + Src int + Type string + type QueueState struct + Bandwidth int + Bitmap string + Capacity int + Length int + Packets []PacketState + Type string