NIST Biometric Evaluation Framework
Software components for biometric technology evaluations
Classes | Namespaces | Functions
be_time_timer.h File Reference
#include <chrono>
#include <cstdint>
#include <functional>
#include <be_time.h>

Go to the source code of this file.

Classes

class  BiometricEvaluation::Time::Timer
 This class can be used by applications to report the amount of time a block of code takes to execute. More...
 

Namespaces

namespace  BiometricEvaluation
 This software was developed at the National Institute of Standards and Technology (NIST) by employees of the Federal Government in the course of their official duties.
 
namespace  BiometricEvaluation::Time
 Support for time and timers.
 

Functions

std::ostream & BiometricEvaluation::Time::operator<< (std::ostream &s, const Timer &timer)
 Output stream operator overload for Timer. More...