Zone.variableEvent

A shortcut to call variableEvent() of the zone's profiler, if any.

If a null Profiler has been passed to the Zone's constructor, this call is ignored.

struct Zone
@safe nothrow
void
variableEvent
(
string name
V
)
(
const V value
)

See Also

Profiler.variableEvent().

Meta