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

Function GetLevelName

IntelPresentMon/CommonUtilities/log/Level.cpp:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7namespace pmon::util::log
8{
9 std::string GetLevelName(Level lv)
10 {
11 return std::string{ reflect::enum_name(lv) };
12 }
13
14 std::map<std::string, Level> GetLevelMapNarrow()
15 {

Callers 6

FormatMethod · 0.70
GetLevelMapNarrowFunction · 0.70
ProcessCommon_Method · 0.70
WinMainFunction · 0.50
CommonEntryFunction · 0.50
FormatMethod · 0.50

Calls 1

enum_nameFunction · 0.85

Tested by

no test coverage detected