0
0
mirror of https://github.com/yse/easy_profiler.git synced 2025-01-14 00:27:55 +08:00

Added new line in files

This commit is contained in:
Sergey Yagovtsev 2016-02-16 23:25:12 +03:00
parent c60ac3ea85
commit b5848ea7a6
7 changed files with 6 additions and 9 deletions

View File

@ -15,4 +15,4 @@ include_directories(
) )
add_subdirectory(src) add_subdirectory(src)
add_subdirectory(sample) add_subdirectory(sample)

View File

@ -106,4 +106,4 @@ namespace profiler
}; };
} }
#endif #endif

View File

@ -13,4 +13,4 @@ int main()
PROFILER_ADD_MARK_GROUPED("mark1",1); PROFILER_ADD_MARK_GROUPED("mark1",1);
PROFILER_DISABLE; PROFILER_DISABLE;
return 0; return 0;
} }

View File

@ -41,4 +41,4 @@ end(begin)
Block::~Block() Block::~Block()
{ {
tick(end); tick(end);
} }

View File

@ -53,4 +53,4 @@ void ProfileManager::endBlock()
void ProfileManager::setEnabled(bool isEnable) void ProfileManager::setEnabled(bool isEnable)
{ {
m_isEnabled = isEnable; m_isEnabled = isEnable;
} }

View File

@ -37,4 +37,4 @@ public:
void setEnabled(bool isEnable); void setEnabled(bool isEnable);
}; };
#endif #endif

View File

@ -1,3 +0,0 @@
#include "profiler/profiler.h"