TwiceAsNice
2019-02-18
|
linux implementation of the timmer More...
#include <LinuxTimer.h>
Public Member Functions | |
LinuxTimer () | |
virtual | ~LinuxTimer () |
void | Start () |
void | Stop () |
double | GetTimeInMs () |
double | GetTimeInSec () |
![]() | |
virtual | ~ITimer () |
Private Attributes | |
struct timeval | m_start |
struct timeval | m_end |
linux implementation of the timmer
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
Copyright(c) 2011 Apogee Imaging Systems, Inc.
LinuxTimer::LinuxTimer | ( | ) |
|
virtual |
|
virtual |
Implements ITimer.
|
virtual |
Implements ITimer.
|
virtual |
Implements ITimer.
|
virtual |
Implements ITimer.
|
private |
|
private |