Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GameTechDev/PresentMon
/ AddLine
Method
AddLine
IntelPresentMon/CommonUtilities/log/SimpleFileStrategy.cpp:9–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
path_{ std::move(path) }
8
{}
9
std::shared_ptr<std::ostream> SimpleFileStrategy::AddLine()
10
{
11
CreateFile_();
12
return pFileStream_;
13
}
14
std::shared_ptr<std::ostream> SimpleFileStrategy::GetFileStream() const
15
{
16
return pFileStream_;
Callers
1
Submit
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected