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

Method SetTrimRangeQpc

ETLTrimmer/main.cpp:277–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275 return { firstTimestamp_.value_or(0), lastTimestamp_};
276 }
277 void SetTrimRangeQpc(std::pair<uint64_t, uint64_t> range)
278 {
279 trimRangeQpc_ = range;
280 }
281 void SetTrimRangeMs(std::pair<double, double> range)
282 {
283 trimRangeMs_ = range;

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected