Skip to content
Snippets Groups Projects
Commit 78308d2e authored by Martin Marinov's avatar Martin Marinov
Browse files

Add PROGRESS_TICK to the DebTime.hh macros.

parent f3f003e3
No related branches found
No related tags found
No related merge requests found
......@@ -40,10 +40,10 @@ private:
} //namespace Debug
#define DEB_time_session(SSSN, LL) \
#define DEB_time_session(SSSN, LL) PROGRESS_TICK; \
Debug::StopWatchSession __sw_sssn(deb, SSSN, LL);
#define DEB_time_session_def(SSSN) \
#define DEB_time_session_def(SSSN) PROGRESS_TICK; \
Debug::StopWatchSession __sw_sssn(deb, SSSN, 2);
#define DEB_time_func(LL) DEB_enter_func \
......@@ -53,13 +53,13 @@ private:
#else
#define DEB_time_session(SSSN, LL)
#define DEB_time_session(SSSN, LL) PROGRESS_TICK;
#define DEB_time_session_def(SSSN)
#define DEB_time_session_def(SSSN) PROGRESS_TICK;
#define DEB_time_func(LL)
#define DEB_time_func(LL) PROGRESS_TICK;
#define DEB_time_func_def
#define DEB_time_func_def PROGRESS_TICK;
#endif // DEB_ON
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment