Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
S
SWE
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Gaurav Kukreja
SWE
Commits
7f7e21be
Commit
7f7e21be
authored
Jul 18, 2013
by
Sebastian Rettenberger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Allow user to access timer directly
parent
9bcac1fa
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
Logger.hh
src/tools/Logger.hh
+10
-0
swe_solvers
submodules/swe_solvers
+1
-1
No files found.
src/tools/Logger.hh
View file @
7f7e21be
...
@@ -477,6 +477,16 @@ class tools::Logger {
...
@@ -477,6 +477,16 @@ class tools::Logger {
<<
timer
.
at
(
i_name
)
<<
" seconds"
<<
std
::
endl
;
<<
timer
.
at
(
i_name
)
<<
" seconds"
<<
std
::
endl
;
}
}
/**
* Get elapsed time
*
* @param i_name Name of the time
* @return elapsed time
*/
double
getTime
(
const
std
::
string
&
i_name
)
{
return
timer
.
at
(
i_name
);
}
/**
/**
* Print number of iterations done
* Print number of iterations done
*
*
...
...
swe_solvers
@
9f7fe2f2
Subproject commit
479999755e660f1969c294fe6cb68615d140ea19
Subproject commit
9f7fe2f2ebc31a9c9e68583232748fb5de7dba18
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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