We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02ba8ad commit 83f3f70Copy full SHA for 83f3f70
benchmarks/lockhammer/include/verbose.h
@@ -0,0 +1,19 @@
1
+
2
+/*
3
+ * SPDX-FileCopyrightText: Copyright 2024-2025 Arm Limited and/or its affiliates <open-source-office@arm.com>
4
+ * SPDX-License-Identifier: BSD-3-Clause
5
+ */
6
7
+#ifndef VERBOSE_H
8
+#define VERBOSE_H
9
10
+enum {
11
+ VERBOSE_MORE=3,
12
+ VERBOSE_YES=2,
13
+ VERBOSE_LOW=1, // default
14
+ VERBOSE_NONE=0 // to-be-implemented
15
+};
16
17
+#endif
18
19
+/* vim: set tabstop=4 shiftwidth=4 softtabstop=4 expandtab: */
0 commit comments