MCPcopy Create free account
hub / github.com/doldecomp/mkdd / incCount

Method incCount

include/JSystem/JKernel/JKRThread.h:84–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 void resetCount() { mSwitchCount = 0; }
83
84 void incCount() { mSwitchCount++; }
85 void addCurrentCost() { mCost = mCost + (OSGetTick() - mLastTick); }
86
87 void clear()

Callers 1

callbackMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected