diff --git a/examples/testbed/framework/profiler.h b/examples/testbed/framework/profiler.h index 5428ee1..38165cd 100644 --- a/examples/testbed/framework/profiler.h +++ b/examples/testbed/framework/profiler.h @@ -25,8 +25,8 @@ #include // This defines the maximum number of profiler events that can be -// queued per frame until the function Profiler::Flush is called. -#define MAX_PROFILER_EVENTS 256 +// queued per frame until the function Profiler::End is called. +#define MAX_PROFILER_EVENTS 2048 class ProfilerListener;