This context provides methods to handle profiling variables.
Methods
-
<inner> getVariables() → {Array.<ProfilingVariable>}
-
Gets the available profiling variables.
Returns:
Array of profiling variables.
- Type
- Array.<ProfilingVariable>
-
<inner> isAvailable() → {boolean}
-
Checks the availability of profiling variables.
Returns:
"true" if profiling variables are available, otherwise "false".
- Type
- boolean