#include "always.h"
#include "wwprofile.h"
#include "fastallocator.h"
#include "wwdebug.h"
#include <windows.h>
#include "systimer.h"
#include "rawfile.h"
#include "ffactory.h"
#include "simplevec.h"
#include "cpudetect.h"
#include "hashtemplate.h"
#include <stdio.h>
Go to the source code of this file.
◆ Read_Float()
| unsigned Read_Float |
( |
char * | memory, |
|
|
unsigned | pos, |
|
|
unsigned | maxpos, |
|
|
float & | fnumber ) |
◆ Read_Int()
| unsigned Read_Int |
( |
char * | memory, |
|
|
unsigned | pos, |
|
|
unsigned | maxpos, |
|
|
unsigned & | number ) |
◆ Read_String()
| unsigned Read_String |
( |
char * | memory, |
|
|
unsigned | pos, |
|
|
unsigned | maxpos, |
|
|
char * | string ) |
◆ WWProfile_Get_Inv_Processor_Ticks_Per_Second()
| WWINLINE double WWProfile_Get_Inv_Processor_Ticks_Per_Second |
( |
void | | ) |
|
◆ WWProfile_Get_System_Time()
| unsigned WWProfile_Get_System_Time |
( |
| ) |
|
◆ WWProfile_Get_Ticks()
| void WWProfile_Get_Ticks |
( |
_int64 * | ticks | ) |
|
|
inline |