Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CoMISo
Base
Commits
78308d2e
Commit
78308d2e
authored
Aug 18, 2017
by
Martin Marinov
Browse files
Add PROGRESS_TICK to the DebTime.hh macros.
parent
f3f003e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Debug/DebTime.hh
View file @
78308d2e
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment