BakkesMod Programming Wiki
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

PerfStatGraphWrapper : StatGraphWrapper

View Implementation


void 
SetFPS(SampleHistoryWrapper newFPS)


Parameter Type Description
newFPS SampleHistoryWrapper

SampleHistoryWrapper 
GetFrameTime()



void 
SetFrameTime(SampleHistoryWrapper newFrameTime)


Parameter Type Description
newFrameTime SampleHistoryWrapper

SampleHistoryWrapper 
GetGameThreadTime()



void 
SetGameThreadTime(SampleHistoryWrapper newGameThreadTime)


Parameter Type Description
newGameThreadTime SampleHistoryWrapper

SampleHistoryWrapper 
GetRenderThreadTime()



void 
SetRenderThreadTime(SampleHistoryWrapper newRenderThreadTime)


Parameter Type Description
newRenderThreadTime SampleHistoryWrapper

SampleHistoryWrapper 
GetGPUFrameTime()



void 
SetGPUFrameTime(SampleHistoryWrapper newGPUFrameTime)


Parameter Type Description
newGPUFrameTime SampleHistoryWrapper

ArrayWrapper 
GetFrameTimeHistories()



float 
GetMaxFPS()



void 
SetMaxFPS(float newMaxFPS)


Parameter Type Description
newMaxFPS float

float 
GetTargetFPS()



void 
SetTargetFPS(float newTargetFPS)


Parameter Type Description
newTargetFPS float

void 
eventUpdateGraphRanges()



SampleHistoryWrapper 
CreateFrameTimeHistory(std::string Title)


Parameter Type Description
Title std::string

SampleHistoryWrapper 
CreateFpsHistory(std::string Title)


Parameter Type Description
Title std::string

void 
eventConstruct()