Skip to content

Commit

Permalink
codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
itikhono committed Jun 20, 2024
1 parent 429832b commit f28fa8e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/core/src/pass/manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ bool getenv_visualize_tracing() {
return ov::util::getenv_bool("OV_ENABLE_VISUALIZE_TRACING");
}


class stopwatch {
public:
void start() {
Expand Down Expand Up @@ -81,8 +80,8 @@ class stopwatch {
class Profiler {
public:
Profiler(bool visualize, bool profile_pass_enable)
: m_visualize(visualize),
m_profile_pass_enable(profile_pass_enable) {}
: m_visualize(visualize),
m_profile_pass_enable(profile_pass_enable) {}

void start_timer(const std::string& name) {
if (m_profile_pass_enable) {
Expand Down

0 comments on commit f28fa8e

Please sign in to comment.