We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f3ab204 + db8bbb6 commit b904a8eCopy full SHA for b904a8e
IntelPresentMon/PresentMonService/EtwLogSession.cpp
@@ -48,6 +48,7 @@ namespace pmon::svc
48
auto logFilePath = logFileDirectory / file::TempFile::MakeRandomName();
49
// create / start the trace session that outputs to .etl file
50
traceProps_.Wnode.BufferSize = sizeof(traceProps_);
51
+ traceProps_.MaximumFileSize = 1024;
52
traceProps_.Wnode.Flags = WNODE_FLAG_TRACED_GUID;
53
traceProps_.Wnode.ClientContext = TIMESTAMP_TYPE_QPC;
54
traceProps_.LogFileMode = EVENT_TRACE_FILE_MODE_SEQUENTIAL;
0 commit comments