Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GameTechDev/PresentMon
/ GetLogLevel
Method
GetLogLevel
IntelPresentMon/CommonUtilities/log/GlobalPolicy.cpp:32–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
}
31
32
Level GlobalPolicy::GetLogLevel() const noexcept
33
{
34
return logLevel_;
35
}
36
void GlobalPolicy::SetLogLevel(Level level) noexcept
37
{
38
logLevel_ = level;
Callers
10
ProcessEtwEventLatencyStats
Method · 0.80
operator<<
Method · 0.80
Log.cpp
File · 0.80
Poll
Method · 0.80
WinMain
Function · 0.80
ProcessEtwLatencyLogging_
Method · 0.80
CommonEntry
Function · 0.80
WinMain
Function · 0.80
ConfigureLogging
Function · 0.80
InjectorModule_
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected