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

Method what

IntelPresentMon/CommonUtilities/Exception.cpp:24–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 pTrace_ = log::StackTrace::Here(PM_THROW_SKIP);
23 }
24 const char* Exception::what() const noexcept
25 {
26 if (buffer_.empty()) {
27 buffer_ = ComposeWhatString_();
28 }
29 return buffer_.c_str();
30 }
31 std::string Exception::ComposeWhatString_() const noexcept
32 {
33 try {

Callers 15

mainFunction · 0.80
ReportExceptionFunction · 0.80
TransformError_Method · 0.80
EntryBuilderClass · 0.80
TEST_METHODFunction · 0.80
GetProcessInformationFunction · 0.80
TEST_METHODFunction · 0.80
TEST_METHODFunction · 0.80

Calls 1

emptyMethod · 0.80

Tested by 4

GetProcessInformationFunction · 0.64
TEST_METHODFunction · 0.64
TEST_METHODFunction · 0.64
TEST_METHODFunction · 0.64