SSBM Decomp
Loading...
Searching...
No Matches
perf.h File Reference
#include <platform.h>

Go to the source code of this file.

Data Structures

struct  HSD_PerfStat
 

Functions

void HSD_PerfInitStat (void)
 
void HSD_PerfSetStartTime (void)
 
void HSD_PerfSetCPUTime (void)
 
void HSD_PerfSetDrawTime (void)
 
void HSD_PerfSetTotalTime (void)
 
void HSD_PerfCountEnvelopeBlending (s32 n)
 
static void HSD_PerfCountMtxLoad (void)
 

Variables

HSD_PerfStat HSD_PerfCurrentStat
 

Function Documentation

◆ HSD_PerfInitStat()

void HSD_PerfInitStat ( void  )

◆ HSD_PerfSetStartTime()

void HSD_PerfSetStartTime ( void  )

◆ HSD_PerfSetCPUTime()

void HSD_PerfSetCPUTime ( void  )

◆ HSD_PerfSetDrawTime()

void HSD_PerfSetDrawTime ( void  )

◆ HSD_PerfSetTotalTime()

void HSD_PerfSetTotalTime ( void  )

◆ HSD_PerfCountEnvelopeBlending()

void HSD_PerfCountEnvelopeBlending ( s32  n)

◆ HSD_PerfCountMtxLoad()

static void HSD_PerfCountMtxLoad ( void  )
inlinestatic

Variable Documentation

◆ HSD_PerfCurrentStat

HSD_PerfStat HSD_PerfCurrentStat
extern