Searched refs:__pbn__Timestamp (Results 1 – 1 of 1) sorted by relevance
140 get { return __pbn__Timestamp.GetValueOrDefault(); }141 set { __pbn__Timestamp = value; }143 public bool ShouldSerializeTimestamp() => __pbn__Timestamp != null; in ShouldSerializeTimestamp()144 public void ResetTimestamp() => __pbn__Timestamp = null; in ResetTimestamp()145 private ulong? __pbn__Timestamp; field in Antmicro.Renode.Peripherals.CPU.GuestProfiling.ProtoBuf.TracePacket