Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 53 of file profil.c.
{ LARGE_INTEGER Result; /* for now */ if(PerformanceFrequency) PerformanceFrequency->QuadPart = 100000000; Result.HighPart = HalpDecrementerRoll; Result.LowPart = __rdtsc(); return Result; }