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