wcx789ll/moonsim/trace does not have a README file
pub(all) struct EventRecord {
time : Double
source : String
message : String
category : EventCategory
value : Double?
}pub(all) struct Tracer {
name : String
enabled : Bool
record_count : Int
// private fields
}fn Tracer::record(self : Tracer, time : Double, source : String, category : EventCategory, message : String, value : Double?) -> UnitA high-performance deterministic discrete-event and multi-agent systems simulation framework in MoonBit