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

Function DoCapture_

IntelPresentMon/CommonUtilities/Exception.cpp:75–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 }
74
75 void DoCapture_(Exception& e)
76 {
77 if (log::GlobalPolicy::Get().GetExceptionTrace()) {
78 e.CaptureStackTrace();
79 }
80 }
81
82 std::pair<std::string, std::optional<PM_STATUS>> ReportException(std::string note, std::exception_ptr pEx) noexcept
83 {

Callers 1

ExceptFunction · 0.85

Calls 2

GetExceptionTraceMethod · 0.80
CaptureStackTraceMethod · 0.80

Tested by

no test coverage detected