From 3a51320ea671da103e613a861c01117291b87197 Mon Sep 17 00:00:00 2001 From: Wojtek Figat Date: Fri, 11 Jun 2021 09:53:43 +0200 Subject: [PATCH] Increase profiler samples length to 10s at 60hz --- Source/Editor/Windows/Profiler/ProfilerMode.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Editor/Windows/Profiler/ProfilerMode.cs b/Source/Editor/Windows/Profiler/ProfilerMode.cs index 578cfaebf..fe13b65ef 100644 --- a/Source/Editor/Windows/Profiler/ProfilerMode.cs +++ b/Source/Editor/Windows/Profiler/ProfilerMode.cs @@ -65,7 +65,7 @@ namespace FlaxEditor.Windows.Profiler /// /// The maximum amount of samples to collect. /// - public const int MaxSamples = 60 * 5; + public const int MaxSamples = 60 * 10; /// /// The minimum event time in ms.