internal PerformanceGraph(Profiler profiler, ProfilerConfig.UiViewConfig uiviewConfig, Vector2 size) : base(profiler, uiviewConfig, size) { for (var i = 0; i < MaxFrames; i++) { _frames.Enqueue(new Frame()); } DisplayedFrameCount = MaxFrames; }
internal ProfilerSummary(Profiler profiler, ProfilerConfig.UiViewConfig uiviewConfig, Vector2 size) : base(profiler, uiviewConfig, size) { }