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

Function PrintEventHeader

PresentData/Debug.cpp:214–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212}
213
214void PrintEventHeader(EVENT_HEADER const& hdr)
215{
216 wprintf(L"%16hs %5u %5u ", AddCommas(ConvertTimestampToNs(hdr.TimeStamp.QuadPart)), hdr.ProcessId, hdr.ThreadId);
217}
218
219void PrintEventHeader(EVENT_HEADER const& hdr, char const* name)
220{

Callers 1

VerboseTraceEventImplFunction · 0.85

Calls 3

AddCommasFunction · 0.85
ConvertTimestampToNsFunction · 0.85
PrintEventHeaderHelper_Function · 0.85

Tested by

no test coverage detected