Skip to content

Commit

Permalink
LintRunner
Browse files Browse the repository at this point in the history
  • Loading branch information
ivberg committed Dec 20, 2023
1 parent 7233a4e commit d8097b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions onnxruntime/core/platform/windows/telemetry.cc
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,7 @@ void WindowsTelemetry::LogEvaluationStop() const {
return;

TraceLoggingWrite(telemetry_provider_handle,
"EvaluationStop",
);
"EvaluationStop", );
}

void WindowsTelemetry::LogEvaluationStart() const {
Expand Down
3 changes: 1 addition & 2 deletions onnxruntime/core/providers/qnn/qnn_execution_provider.cc
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,7 @@ QNNExecutionProvider::QNNExecutionProvider(const ProviderOptions& provider_optio
ParseProfilingLevel("basic", profiling_level);
} else if (level < 5) {
LOGS_DEFAULT(INFO) << "QNN Profiler ETW level not supported below level 5. Level: " << static_cast<int>(level);
}
else {
} else {
LOGS_DEFAULT(INFO) << "Overriding profiling to detailed based on ETW level: " << static_cast<int>(level);
ParseProfilingLevel("detailed", profiling_level);
}
Expand Down

0 comments on commit d8097b2

Please sign in to comment.