DespikerFrameFilter

Used to tell Despiker which zones are 'frames'.

Despiker displays one frame at a time, and it lines up frames from multiple profilers enable profiling multiple threads. Properties of this struct determine which zones will be considered frames by Despiker.

By default, it is enough to use a zone with info string set to "frame" (and to ensure no other zone uses the same info string).

struct DespikerFrameFilter {}

Members

Variables

info
string info;

Info string of a zone must be equal to this for that zone to be considered a frame.

nestLevel
ushort nestLevel;

Nest level of a zone must be equal to this for that zone to be considered a frame.

Meta