MCPcopy Create free account
hub / github.com/GameTechDev/PresentMon / Empty

Method Empty

IntelPresentMon/Interprocess/source/HistoryRing.h:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 return samples_.GetSerialRange();
54 }
55 bool Empty() const
56 {
57 return samples_.Empty();
58 }
59 size_t Size() const
60 {
61 const auto range = GetSerialRange();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected