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

Method FinishLogSession

IntelPresentMon/PresentMonService/EtwLogger.cpp:67–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 return id;
66 }
67 util::file::TempFile EtwLogger::FinishLogSession(uint32_t id)
68 {
69 std::lock_guard lk{ mtx_ };
70 auto file = sessions_.at(id).Finish();
71 sessions_.erase(id);
72 return file;
73 }
74 void EtwLogger::CancelLogSession(uint32_t id)
75 {
76 std::lock_guard lk{ mtx_ };

Callers

nothing calls this directly

Calls 1

FinishMethod · 0.45

Tested by

no test coverage detected