MCPcopy Create free account
hub / github.com/beefytech/Beef / Tick

Method Tick

BeefySysLib/util/BeefPerf.cpp:563–571  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

561}
562
563void BpRootCmdTarget::Tick()
564{
565 BPCMD_PREPARE;
566
567 BPCMD_RESERVE(1 + 8);
568 BPCMD_MEMBER(uint8) = BpCmd_Tick;
569 BPCMD_MEMBER(int64) = GetTimestamp();
570 BPCMD_END();
571}
572
573void BpRootCmdTarget::KeepAlive()
574{

Callers 1

BpFrameTickFunction · 0.80

Calls 1

GetTimestampFunction · 0.85

Tested by

no test coverage detected