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

Method GetProcessList

ETLTrimmer/main.cpp:293–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291 return keepCount_;
292 }
293 auto GetProcessList() const
294 {
295 return eventCountByProcess_
296 | vi::transform([](auto const& kv) {return std::pair{ kv.first, kv.second };})
297 | rn::to<std::vector>();
298 }
299};
300
301class TempFile

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected