Loading [MathJax]/extensions/tex2jax.js
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
DEMOStats.c File Reference

Functions

static void DEMOWriteStats (u8 update)
 
void DEMOSetStats (DemoStatData *stat, u32 nstats, DEMO_STAT_DISP disp)
 
void DEMOUpdateStats (u8 inc)
 
void DEMOPrintStats (void)
 

Variables

u8 DemoStatEnable = 0
 
static DemoStatDataDemoStat
 
static u32 DemoStatIndx
 
static u32 DemoStatMaxIndx
 
static u32 DemoStatClocks
 
static u32 DemoStatDisp
 
static u32 DemoStatStrLen
 
static u32 topPixIn
 
static u32 topPixOut
 
static u32 botPixIn
 
static u32 botPixOut
 
static u32 clrPixIn
 
static u32 copyClks
 
static u32 vcCheck
 
static u32 vcMiss
 
static u32 vcStall
 
static u32 cpReq
 
static u32 tcReq
 
static u32 cpuRdReq
 
static u32 cpuWrReq
 
static u32 dspReq
 
static u32 ioReq
 
static u32 viReq
 
static u32 peReq
 
static u32 rfReq
 
static u32 fiReq
 

Function Documentation

◆ DEMOPrintStats()

void DEMOPrintStats ( void )

◆ DEMOSetStats()

void DEMOSetStats ( DemoStatData * stat,
u32 nstats,
DEMO_STAT_DISP disp )

◆ DEMOUpdateStats()

void DEMOUpdateStats ( u8 inc)

◆ DEMOWriteStats()

static void DEMOWriteStats ( u8 update)
static

Variable Documentation

◆ botPixIn

u32 botPixIn
static

◆ botPixOut

u32 botPixOut
static

◆ clrPixIn

u32 clrPixIn
static

◆ copyClks

u32 copyClks
static

◆ cpReq

u32 cpReq
static

◆ cpuRdReq

u32 cpuRdReq
static

◆ cpuWrReq

u32 cpuWrReq
static

◆ DemoStat

DemoStatData* DemoStat
static

◆ DemoStatClocks

u32 DemoStatClocks
static

◆ DemoStatDisp

u32 DemoStatDisp
static

◆ DemoStatEnable

u8 DemoStatEnable = 0

◆ DemoStatIndx

u32 DemoStatIndx
static

◆ DemoStatMaxIndx

u32 DemoStatMaxIndx
static

◆ DemoStatStrLen

u32 DemoStatStrLen
static

◆ dspReq

u32 dspReq
static

◆ fiReq

u32 fiReq
static

◆ ioReq

u32 ioReq
static

◆ peReq

u32 peReq
static

◆ rfReq

u32 rfReq
static

◆ tcReq

u32 tcReq
static

◆ topPixIn

u32 topPixIn
static

◆ topPixOut

u32 topPixOut
static

◆ vcCheck

u32 vcCheck
static

◆ vcMiss

u32 vcMiss
static

◆ vcStall

u32 vcStall
static

◆ viReq

u32 viReq
static