OpenCog Framework  Branch: master, revision 6f0b7fc776b08468cf1b74aa9db028f387b4f0c0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
opencog::AtomSpaceBenchmark::TimeStats Struct Reference

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
 

Detailed Description

Definition at line 30 of file AtomSpaceBenchmark.h.

Constructor & Destructor Documentation

opencog::AtomSpaceBenchmark::TimeStats::TimeStats ( const std::vector< record_t > &  records)

Definition at line 1152 of file AtomSpaceBenchmark.cc.

Member Function Documentation

void opencog::AtomSpaceBenchmark::TimeStats::print ( )

Definition at line 1174 of file AtomSpaceBenchmark.cc.

+ Here is the caller graph for this function:

Member Data Documentation

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.


The documentation for this struct was generated from the following files: