Skip to content

Commit

Permalink
Update src/platform/silabs/tracing/BackendImpl.h
Browse files Browse the repository at this point in the history
Co-authored-by: Mathieu Kardous <[email protected]>
  • Loading branch information
lpbeliveau-silabs and mkardous-silabs authored Nov 26, 2024
1 parent f994cb7 commit 772b242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/silabs/tracing/BackendImpl.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class BackendImpl : public ::chip::Tracing::Backend
public:
BackendImpl() = default;
// TraceBegin, TraceEnd and TraceInstant are redundant with LogMetricEvent in the usecases that we are trying to track,
// so we are not implementing them at current to avoid duplication of the same information in the trace. We might implement it
// so we are not implementing these at the moment to avoid duplication of the same information in the trace. We might implement them
// in the future if we want to add new traces that are not related to our metrics measurements
void TraceBegin(const char * label, const char * group) override;
void TraceEnd(const char * label, const char * group) override;
Expand Down

0 comments on commit 772b242

Please sign in to comment.