Version: 1.0
Classes | Public Member Functions | List of all members
PerformanceEvaluator Class Reference

#include <performance_evaluator.h>

Public Member Functions

void start ()
 
double stop ()
 
void reset ()
 
double last () const
 
double total () const
 
void store (const std::string &s, double time)
 
double get (const std::string &s)
 
bool find (const std::string &s)
 

Detailed Description

Definition at line 13 of file performance_evaluator.h.

Member Function Documentation

◆ find()

bool PerformanceEvaluator::find ( const std::string &  s)
inline

Definition at line 47 of file performance_evaluator.h.

◆ get()

double PerformanceEvaluator::get ( const std::string &  s)
inline

Definition at line 44 of file performance_evaluator.h.

◆ last()

double PerformanceEvaluator::last ( ) const
inline

Definition at line 37 of file performance_evaluator.h.

◆ reset()

void PerformanceEvaluator::reset ( )
inline

Definition at line 36 of file performance_evaluator.h.

◆ start()

void PerformanceEvaluator::start ( )
inline

Definition at line 24 of file performance_evaluator.h.

◆ stop()

double PerformanceEvaluator::stop ( )
inline

Definition at line 27 of file performance_evaluator.h.

◆ store()

void PerformanceEvaluator::store ( const std::string &  s,
double  time 
)
inline

Definition at line 40 of file performance_evaluator.h.

◆ total()

double PerformanceEvaluator::total ( ) const
inline

Definition at line 38 of file performance_evaluator.h.


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