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.