Fully dynamic ETW controlled logging for ORT and QNN logs #30322
Annotations
9 warnings
include/onnxruntime/core/common/logging/logging.h#L185
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
include/onnxruntime/core/common/logging/logging.h:185: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
onnxruntime/core/common/logging/logging.cc#L28
[cpplint] reported by reviewdog 🐶
Include the directory when naming header files [build/include_subdir] [4]
Raw Output:
onnxruntime/core/common/logging/logging.cc:28: Include the directory when naming header files [build/include_subdir] [4]
|
onnxruntime/core/common/logging/sinks/composite_sink.h#L63
[cpplint] reported by reviewdog 🐶
Add #include <algorithm> for min [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/common/logging/sinks/composite_sink.h:63: Add #include <algorithm> for min [build/include_what_you_use] [4]
|
onnxruntime/core/providers/qnn/qnn_execution_provider.cc#L256
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/core/providers/qnn/qnn_execution_provider.cc:256: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
onnxruntime/core/session/inference_session.cc#L424
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/core/session/inference_session.cc:424: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
onnxruntime/core/session/inference_session.cc#L427
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/core/session/inference_session.cc:427: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
onnxruntime/core/session/inference_session.cc#L431
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/core/session/inference_session.cc:431: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
onnxruntime/core/session/inference_session.cc#L433
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/core/session/inference_session.cc:433: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
onnxruntime/test/common/logging/helpers.h#L27
[cpplint] reported by reviewdog 🐶
Add #include <string> for string [build/include_what_you_use] [4]
Raw Output:
onnxruntime/test/common/logging/helpers.h:27: Add #include <string> for string [build/include_what_you_use] [4]
|
This job succeeded
Loading