Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GameTechDev/PresentMon
/ Process
Method
Process
IntelPresentMon/Core/source/kernel/Kernel.h:38–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
struct Process : public ::pmon::util::win::Process
37
{
38
Process(::pmon::util::win::Process base) : ::pmon::util::win::Process{ std::move(base) } {}
39
std::optional<std::wstring> windowName;
40
};
41
Callers
2
TEST_METHOD
Function · 0.45
RunTick
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected