Skip to content

Commit

Permalink
Code Review project-chip#4:
Browse files Browse the repository at this point in the history
Reverted an accidental removal
  • Loading branch information
anush-apple committed Feb 23, 2024
1 parent b3b5e19 commit 8534751
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/tracing/macros.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
#pragma once

#include <matter/tracing/build_config.h>
#include <tracing/metric_macros.h>

#if MATTER_TRACING_ENABLED

Expand All @@ -28,6 +27,9 @@
// MATTER_TRACE_INSTANT(label, group)
// MATTER_TRACE_SCOPE(label, group)

// Tracing macro to trace monotonically increasing counter values.
// MATTER_TRACE_COUNTER(label)

#include <matter/tracing/macros_impl.h>
#include <tracing/log_declares.h>
#include <tracing/registry.h>
Expand Down

0 comments on commit 8534751

Please sign in to comment.