Server::IsInstructionSampling

Server::IsInstructionSampling
virtual bool IsInstructionSampling() const;
Description

IsInstructionSampling returns whether or not instruction sampling is used for instruction profiling. With instruction sampling, there is a smaller performance hit, but the timing results are less accurate.

Return Value

Returns true if instruction sampling is used for instruction profiling; otherwise returns false.