NIST Fingerprint Image Quality 2
Fingerprint image quality assessment tool
Public Member Functions | List of all members
NFIQ2::Timer Class Reference

Used to calculate speed of internal operations. More...

#include <nfiq2_timer.hpp>

Public Member Functions

void start ()
 Start the timer. More...
 
double getElapsedTime ()
 Obtain the elapsed time. More...
 
double stop ()
 Stop the timer. More...
 

Detailed Description

Used to calculate speed of internal operations.

Definition at line 19 of file nfiq2_timer.hpp.

Member Function Documentation

◆ start()

void NFIQ2::Timer::start ( )

Start the timer.

Note
Resets currently running timer.

◆ getElapsedTime()

double NFIQ2::Timer::getElapsedTime ( )

Obtain the elapsed time.

Returns
Elapsed time (milliseconds).

◆ stop()

double NFIQ2::Timer::stop ( )

Stop the timer.

Returns
Elapsed time (milliseconds).

The documentation for this class was generated from the following file: