Profiler.maxEventBytes

Maximum size of any single event in bytes. Used to quickly check if we're out of space.

class Profiler
enum maxEventBytes = 512;

Meta