Searched refs:ExceptionEntry (Results 1 – 2 of 2) sorted by relevance
74 public class ExceptionEntry : BaseEntry class76 public ExceptionEntry(ulong index) : base(ProfilerEntryType.Exception) in ExceptionEntry() method in Antmicro.Renode.Logging.Profiling.ExceptionEntry
2289 machine.Profiler.Log(new ExceptionEntry(exceptionIndex)); in EnableProfiling()