Skip to content

Commit

Permalink
poor man's profiler: increase interval buffer size
Browse files Browse the repository at this point in the history
  • Loading branch information
derhass committed Oct 23, 2022
1 parent 12d7ed6 commit 58caf80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GameMod/PoorMansProfiler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ public void WriteResults(StreamWriter sw)

public class MethodProfileCollector
{
public const int MaxEntryCount = 5000;
public const int MaxEntryCount = 7500;
public MethodProfile[] entry;

public MethodProfileCollector() {
Expand Down

0 comments on commit 58caf80

Please sign in to comment.