mirror of
https://github.com/yse/easy_profiler.git
synced 2024-12-26 16:11:02 +08:00
Added new line in files
This commit is contained in:
parent
c60ac3ea85
commit
b5848ea7a6
@ -15,4 +15,4 @@ include_directories(
|
||||
)
|
||||
|
||||
add_subdirectory(src)
|
||||
add_subdirectory(sample)
|
||||
add_subdirectory(sample)
|
||||
|
@ -106,4 +106,4 @@ namespace profiler
|
||||
};
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
@ -13,4 +13,4 @@ int main()
|
||||
PROFILER_ADD_MARK_GROUPED("mark1",1);
|
||||
PROFILER_DISABLE;
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
@ -41,4 +41,4 @@ end(begin)
|
||||
Block::~Block()
|
||||
{
|
||||
tick(end);
|
||||
}
|
||||
}
|
||||
|
@ -53,4 +53,4 @@ void ProfileManager::endBlock()
|
||||
void ProfileManager::setEnabled(bool isEnable)
|
||||
{
|
||||
m_isEnabled = isEnable;
|
||||
}
|
||||
}
|
||||
|
@ -37,4 +37,4 @@ public:
|
||||
void setEnabled(bool isEnable);
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
@ -1,3 +0,0 @@
|
||||
#include "profiler/profiler.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user