IsTsc

This function checks existence of TSC (Time Stamp Counter).

Syntax

BOOL IsTsc();

Parameters

Return Values

If "RDTSC" instruction is supported, the return value is TRUE.

If "RDTSC" instruction is not supported, the return value is FALSE.

Remarks

Intel Pentium or later processors have TSC.

Requirements