virtual bool IsInstructionSampling() const;
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.
Returns true if instruction sampling is used for instruction profiling; otherwise returns false.