summaryrefslogtreecommitdiff
path: root/libunwindstack/benchmarks/Utils.h
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-22 01:10:53 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-22 01:10:53 +0000
commitd2fd0d98f8d5303be938bb7a9764a23c66456605 (patch)
treed7791735cd60241ffb1584d4e6843cd6c86a34a0 /libunwindstack/benchmarks/Utils.h
parent966185affc2e364a1b966aafca4055218f3fbbb9 (diff)
parent291b5c3926c7c222cbed378125cd379460a1743e (diff)
downloadunwinding-android13-d1-release.tar.gz
Change-Id: I103108f08e2d19131e9a6fd4b99373235770d551
Diffstat (limited to 'libunwindstack/benchmarks/Utils.h')
-rw-r--r--libunwindstack/benchmarks/Utils.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/libunwindstack/benchmarks/Utils.h b/libunwindstack/benchmarks/Utils.h
index e916525..2d05af9 100644
--- a/libunwindstack/benchmarks/Utils.h
+++ b/libunwindstack/benchmarks/Utils.h
@@ -14,8 +14,7 @@
* limitations under the License.
*/
-#ifndef _LIBUNWINDSTACK_UTILS_H
-#define _LIBUNWINDSTACK_UTILS_H
+#pragma once
#include <benchmark/benchmark.h>
#include <stdint.h>
@@ -66,5 +65,3 @@ class MemoryTracker {
// total number of iterations of the ranged for loop across all runs of a single benchmark.
size_t total_iterations_ = 0;
};
-
-#endif // _LIBUNWINDSTACK_UTILS_h