Pyrogenesis  trunk
Classes | Functions
tsc.cpp File Reference
#include "precompiled.h"
#include "lib/sysdep/os/win/whrt/tsc.h"
#include "lib/sysdep/os/win/whrt/counter.h"
#include "lib/bits.h"
#include "lib/sysdep/acpi.h"
#include "lib/sysdep/os_cpu.h"
#include "lib/sysdep/os/win/win.h"
#include "lib/sysdep/os/win/wutil.h"
Include dependency graph for tsc.cpp:

Classes

class  CounterTSC
 

Functions

static bool IsUniprocessor ()
 
static bool IsInvariantTSC ()
 
static bool IsThrottlingPossible ()
 
static bool IsSandyBridge ()
 
ICounterCreateCounterTSC (void *address, size_t size)
 

Function Documentation

ICounter* CreateCounterTSC ( void *  address,
size_t  size 
)
static bool IsInvariantTSC ( )
static
static bool IsSandyBridge ( )
static
static bool IsThrottlingPossible ( )
static
static bool IsUniprocessor ( )
static