NamedVariable

Variable together with its name and time of the variable event.

Variable Event itself only stores variable type/value. It is followed by an info event specifying variable name. VariableRange can be used to get NamedVariables from profiling data.

Alias This

variable

Members

Variables

name
const(char)[] name;

Variable name.

time
ulong time;

Time when the variable event has occured.

variable
Variable variable;

Variable type and value (members directly accessible with alias this).

Meta