Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
Base
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CoMISo
Base
Commits
78308d2e
There was an error fetching the commit references. Please try again later.
Commit
78308d2e
authored
7 years ago
by
Martin Marinov
Browse files
Options
Downloads
Patches
Plain Diff
Add PROGRESS_TICK to the DebTime.hh macros.
parent
f3f003e3
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Debug/DebTime.hh
+6
-6
6 additions, 6 deletions
Debug/DebTime.hh
with
6 additions
and
6 deletions
Debug/DebTime.hh
+
6
−
6
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment