Skip to content

Commit

Permalink
Add useless files
Browse files Browse the repository at this point in the history
  • Loading branch information
WeldonWangwang committed Jul 4, 2024
1 parent 29c6577 commit e460311
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/plugins/intel_cpu/src/utils/profiler.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (C) 2018-2024 Intel Corporation
// SPDX-License-Identifier: Apache-2.0
//
#include "profiler.hpp"

#include <algorithm>
Expand Down Expand Up @@ -156,5 +159,5 @@ ProfilerManager::~ProfilerManager() {
finalizer.finalize();
}

} // namespace profiler
} // namespace profiler
#endif
3 changes: 3 additions & 0 deletions src/plugins/intel_cpu/src/utils/profiler.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (C) 2018-2024 Intel Corporation
// SPDX-License-Identifier: Apache-2.0
//
#pragma once
#ifndef CPU_WITH_PROFILER
#define CPU_WITH_PROFILER
Expand Down

0 comments on commit e460311

Please sign in to comment.