Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
VTK
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Scott Wittenburg
VTK
Commits
1d6dc5ee
Commit
1d6dc5ee
authored
Dec 08, 2018
by
Sean McBride
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarified comment about time system (unix vs UTC)
parent
479a0e20
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
Common/System/vtkTimerLog.cxx
Common/System/vtkTimerLog.cxx
+2
-2
Common/System/vtkTimerLog.h
Common/System/vtkTimerLog.h
+2
-2
No files found.
Common/System/vtkTimerLog.cxx
View file @
1d6dc5ee
...
...
@@ -675,8 +675,8 @@ void vtkTimerLog::PrintSelf(ostream& os, vtkIndent indent)
// timer table logging.
//----------------------------------------------------------------------------
// Returns the elapsed number of seconds since
January 1, 1970. This
//
is also called Universal Coordinated
Time.
// Returns the elapsed number of seconds since
00:00:00 Coordinated Universal
//
Time (UTC), Thursday, 1 January 1970. This is also called Unix
Time.
double
vtkTimerLog
::
GetUniversalTime
()
{
double
currentTimeInSeconds
;
...
...
Common/System/vtkTimerLog.h
View file @
1d6dc5ee
...
...
@@ -183,8 +183,8 @@ public:
static
void
CleanupLog
();
/**
* Returns the elapsed number of seconds since
January 1, 1970. This
*
is also called Universal Coordinated
Time.
* Returns the elapsed number of seconds since
00:00:00 Coordinated Universal
*
Time (UTC), Thursday, 1 January 1970. This is also called Unix
Time.
*/
static
double
GetUniversalTime
();
...
...
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