TwiceAsNice
2019-02-18
|
wrapper for cross platform timing More...
#include <ApgTimer.h>
Public Member Functions | |
ApgTimer () | |
virtual | ~ApgTimer () |
void | Start () |
void | Stop () |
double | GetTimeInMs () |
double | GetTimeInSec () |
Private Attributes | |
std::shared_ptr< ITimer > | m_timer |
wrapper for cross platform timing
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.
ApgTimer::ApgTimer | ( | ) |
|
virtual |
double ApgTimer::GetTimeInMs | ( | ) |
double ApgTimer::GetTimeInSec | ( | ) |
void ApgTimer::Start | ( | ) |
void ApgTimer::Stop | ( | ) |
|
private |