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

Method Empty

IntelPresentMon/PresentMonAPIWrapper/EtlLogger.cpp:68–71  ·  view source on GitHub ↗

check if logger is empty

Source from the content-addressed store, hash-verified

66 }
67 // check if logger is empty
68 bool EtlLogger::Empty() const
69 {
70 return hSession_ == nullptr;
71 }
72 // alias for Empty();
73 EtlLogger::operator bool() const
74 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected