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

Method KeepAlive

BeefySysLib/util/BeefPerf.cpp:573–581  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

571}
572
573void BpRootCmdTarget::KeepAlive()
574{
575 BPCMD_PREPARE;
576
577 BPCMD_RESERVE(1 + 8);
578 BPCMD_MEMBER(uint8) = BpCmd_KeepAlive;
579 BPCMD_MEMBER(int64) = GetTimestamp();
580 BPCMD_END();
581}
582
583void BpRootCmdTarget::AddThread(int threadId, BfpThreadId nativeThreadId)
584{

Callers 1

ThreadProcMethod · 0.80

Calls 1

GetTimestampFunction · 0.85

Tested by

no test coverage detected