Skip to content

Commit 60b2a75

Browse files
committed
Code Review #4:
Reverted an accidental removal
1 parent f2607c1 commit 60b2a75

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/tracing/macros.h

+3-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
#pragma once
1919

2020
#include <matter/tracing/build_config.h>
21-
#include <tracing/metric_macros.h>
2221

2322
#if MATTER_TRACING_ENABLED
2423

@@ -28,6 +27,9 @@
2827
// MATTER_TRACE_INSTANT(label, group)
2928
// MATTER_TRACE_SCOPE(label, group)
3029

30+
// Tracing macro to trace monotonically increasing counter values.
31+
// MATTER_TRACE_COUNTER(label)
32+
3133
#include <matter/tracing/macros_impl.h>
3234
#include <tracing/log_declares.h>
3335
#include <tracing/registry.h>

0 commit comments

Comments
 (0)