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

Method GetTimestampRange

ETLTrimmer/main.cpp:273–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271 return eventCount_;
272 }
273 std::pair<uint64_t, uint64_t> GetTimestampRange() const
274 {
275 return { firstTimestamp_.value_or(0), lastTimestamp_};
276 }
277 void SetTrimRangeQpc(std::pair<uint64_t, uint64_t> range)
278 {
279 trimRangeQpc_ = range;

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected