Signed-off-by: gengwenxuan <gengwenxuan@huawei.com>

This commit is contained in:
gengwenxuan
2021-07-29 02:49:37 +00:00
committed by Gitee
parent c6b0e06cf2
commit 2bfa3094cc
2 changed files with 1 additions and 2 deletions
+1
View File
@@ -26,6 +26,7 @@
#include <vector>
#include <fcntl.h>
#include <getopt.h>
#include <signal.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>
@@ -22,7 +22,6 @@
extern "C" {
#endif
__BEGIN_DECLS
constexpr uint64_t BYTRACE_TAG_NEVER = 0; // This tag is never enabled.
constexpr uint64_t BYTRACE_TAG_ALWAYS = (1ULL << 0); // This tag is always enabled.
@@ -97,7 +96,6 @@ void MiddleTraceDebug(uint64_t label, const std::string& beforeValue, const std:
void CountTrace(uint64_t label, const std::string& name, int64_t count);
void CountTraceDebug(uint64_t label, const std::string& name, int64_t count);
__END_DECLS
#ifdef __cplusplus
}
#endif