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

Method Finalize_

IntelPresentMon/PresentMonAPIWrapper/FixedQuery.cpp:100–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98 }
99
100 void FixedDynamicQueryContainer::Finalize_()
101 {
102 FinalizationPreprocess_();
103
104 // register query
105 assert(pSession_);
106 query_ = pSession_->RegisterDynamicQuery(rawElements_, winSizeMs_, metricOffsetMs_);
107
108 // make blobs
109 blobs_ = query_.MakeBlobContainer(nBlobs_);
110
111 FinalizationPostprocess_(true);
112 }
113
114
115

Callers 1

FinalizingElementMethod · 0.45

Calls 3

RegisterFrameQueryMethod · 0.80
RegisterDynamicQueryMethod · 0.45
MakeBlobContainerMethod · 0.45

Tested by

no test coverage detected