MCPcopy Create free account
hub / github.com/Illation/ETEngine / EndTick

Method EndTick

Engine/source/EtCore/UpdateCycle/TickManager.cpp:277–281  ·  view source on GitHub ↗

--------------------------------- TickManager::EndTick At the end of the tick stop performance tracking

Source from the content-addressed store, hash-verified

275// At the end of the tick stop performance tracking
276//
277void TickManager::EndTick()
278{
279 // update performance info
280 PERFORMANCE->Update();
281}
282
283
284} // namespace core

Callers

nothing calls this directly

Calls 1

UpdateMethod · 0.45

Tested by

no test coverage detected