Increase profiler samples length to 10s at 60hz

This commit is contained in:
Wojtek Figat
2021-06-11 09:53:43 +02:00
parent dfa6f5c75f
commit 3a51320ea6

View File

@@ -65,7 +65,7 @@ namespace FlaxEditor.Windows.Profiler
/// <summary>
/// The maximum amount of samples to collect.
/// </summary>
public const int MaxSamples = 60 * 5;
public const int MaxSamples = 60 * 10;
/// <summary>
/// The minimum event time in ms.