QueryProfile
in
Set of values for setting the profile mode of a query.
Table of Contents
- OFF = "off"
- Set profiling to off
- PHASES = "phases"
- Set profiling to include phase timings
- TIMINGS = "timings"
- Set profiling to include execution timings
Constants
OFF
Set profiling to off
public
mixed
OFF
= "off"
PHASES
Set profiling to include phase timings
public
mixed
PHASES
= "phases"
TIMINGS
Set profiling to include execution timings
public
mixed
TIMINGS
= "timings"