OpenCog Framework
Branch: master, revision 6f0b7fc776b08468cf1b74aa9db028f387b4f0c0
|
Public Member Functions | |
TimeStats (const std::vector< record_t > &records) | |
void | print () |
Public Attributes | |
clock_t | t_total |
clock_t | t_max |
clock_t | t_min |
clock_t | t_mean |
clock_t | t_std |
long | t_N |
Definition at line 30 of file AtomSpaceBenchmark.h.
opencog::AtomSpaceBenchmark::TimeStats::TimeStats | ( | const std::vector< record_t > & | records | ) |
Definition at line 1152 of file AtomSpaceBenchmark.cc.
void opencog::AtomSpaceBenchmark::TimeStats::print | ( | ) |
clock_t opencog::AtomSpaceBenchmark::TimeStats::t_max |
Definition at line 32 of file AtomSpaceBenchmark.h.
clock_t opencog::AtomSpaceBenchmark::TimeStats::t_mean |
Definition at line 34 of file AtomSpaceBenchmark.h.
clock_t opencog::AtomSpaceBenchmark::TimeStats::t_min |
Definition at line 33 of file AtomSpaceBenchmark.h.
long opencog::AtomSpaceBenchmark::TimeStats::t_N |
Definition at line 36 of file AtomSpaceBenchmark.h.
clock_t opencog::AtomSpaceBenchmark::TimeStats::t_std |
Definition at line 35 of file AtomSpaceBenchmark.h.
clock_t opencog::AtomSpaceBenchmark::TimeStats::t_total |
Definition at line 31 of file AtomSpaceBenchmark.h.