Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7
namespace 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
Format
Method · 0.70
GetLevelMapNarrow
Function · 0.70
ProcessCommon_
Method · 0.70
WinMain
Function · 0.50
CommonEntry
Function · 0.50
Format
Method · 0.50
Calls
1
enum_name
Function · 0.85
Tested by
no test coverage detected