MCPcopy Create free account
hub / github.com/ZDoom/Raze / Reset

Method Reset

source/common/objects/dobjgc.cpp:799–807  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

797//==========================================================================
798
799void FStepStats::Reset()
800{
801 for (unsigned i = 0; i < countof(Count); ++i)
802 {
803 Count[i] = 0;
804 BytesCovered[i] = 0;
805 Clock[i].Reset();
806 }
807}
808
809//==========================================================================
810//

Callers 1

MarkRootFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected