25#ifndef _SB_ELAPSED_TIME_H_
26#define _SB_ELAPSED_TIME_H_
30#include <Inventor/STL/iostream>
76 static uint64_t getTimeStamp();
87 static SbBool hasHiResTimer();
97 static double m_frequency;
100 LARGE_INTEGER m_startCount;
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Class for measur...
SbTime getElapsedTime() const
Gets elapsed time.
friend std::ostream & operator<<(std::ostream &os, const SbElapsedTime &t)
Writes the time to the specified output stream.
SbElapsedTime()
Constructor (initializes timer)
double getElapsed() const
Gets elapsed time in seconds.
void reset()
Resets timer.
Class for representation of a time.