csharp
public readonly record struct ProfileEntryOne scope name, and everything the capture recorded under it.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (7)
public ProfilingKey KeyWhich scope.
public int CallsHow many times it ran.
public double TotalMillisecondsHow long, inclusive of everything nested inside it.
public double SelfMillisecondsHow long with its children's time taken out.
public double MaximumMillisecondsThe worst single call.
public string NameWhat the scope is called.
public double MeanMillisecondsThe average call, in milliseconds.
Methods (1)
public ProfileEntry(ProfilingKey Key, int Calls, double TotalMilliseconds, double SelfMilliseconds, double MaximumMilliseconds)One scope name, and everything the capture recorded under it.
Used by (8)
- CaptureComparisonVixen.Editor.Profiler
- CaptureTestsVixen.Editor.Profiler.Tests
- DiagnosticsPanelTestsVixen.Editor.App.Tests
- EditorApplicationVixen.Editor.App
- ProfileCaptureVixen.Editor.Profiler
- ProfileDeltaVixen.Editor.Profiler
- ProfileSummaryVixen.Editor.Profiler
- ProfilerViewVixen.Editor.Profiler