SSBM Decomp
Loading...
Searching...
No Matches
DEMOStats.c File Reference
#include <dolphin.h>
#include "__demo.h"
#include <dolphin/demo.h>
#include <dolphin/gx.h>

Functions

static void DEMOWriteStats (unsigned char update)
void DEMOSetStats (DemoStatData *stat, unsigned long nstats, DEMO_STAT_DISP disp)
void DEMOUpdateStats (unsigned char inc)
void DEMOPrintStats (void)

Variables

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

Function Documentation

◆ DEMOWriteStats()

void DEMOWriteStats ( unsigned char update)
static

◆ DEMOSetStats()

void DEMOSetStats ( DemoStatData * stat,
unsigned long nstats,
DEMO_STAT_DISP disp )

◆ DEMOUpdateStats()

void DEMOUpdateStats ( unsigned char inc)

◆ DEMOPrintStats()

void DEMOPrintStats ( void )

Variable Documentation

◆ DemoStatEnable

unsigned char DemoStatEnable = 0

◆ DemoStat

DemoStatData* DemoStat
static

◆ DemoStatIndx

unsigned long DemoStatIndx
static

◆ DemoStatMaxIndx

unsigned long DemoStatMaxIndx
static

◆ DemoStatClocks

unsigned long DemoStatClocks
static

◆ DemoStatDisp

unsigned long DemoStatDisp
static

◆ DemoStatStrLen

unsigned long DemoStatStrLen
static

◆ topPixIn

unsigned long topPixIn
static

◆ topPixOut

unsigned long topPixOut
static

◆ botPixIn

unsigned long botPixIn
static

◆ botPixOut

unsigned long botPixOut
static

◆ clrPixIn

unsigned long clrPixIn
static

◆ copyClks

unsigned long copyClks
static

◆ vcCheck

unsigned long vcCheck
static

◆ vcMiss

unsigned long vcMiss
static

◆ vcStall

unsigned long vcStall
static

◆ cpReq

unsigned long cpReq
static

◆ tcReq

unsigned long tcReq
static

◆ cpuRdReq

unsigned long cpuRdReq
static

◆ cpuWrReq

unsigned long cpuWrReq
static

◆ dspReq

unsigned long dspReq
static

◆ ioReq

unsigned long ioReq
static

◆ viReq

unsigned long viReq
static

◆ peReq

unsigned long peReq
static

◆ rfReq

unsigned long rfReq
static

◆ fiReq

unsigned long fiReq
static