JASSv2
Public Member Functions | Public Attributes | List of all members
JASS_anytime_stats Class Reference

Runtime statistics for the anytime search engine. More...

#include <JASS_anytime_stats.h>

Public Member Functions

 JASS_anytime_stats ()
 Constructor.
 

Public Attributes

size_t threads
 The number of threads (mean queries per thread = number_of_queries/threads)
 
size_t number_of_documents
 The number of documents in the collection.
 
size_t number_of_queries
 The number of queries that have been processed.
 
size_t wall_time_in_ns
 Total wall time to do all the search (in nanoseconds)
 
size_t sum_of_CPU_time_in_ns
 Sum of the indivivual thread total timers (multi-threaded can be larger than wall_time_in_ns)
 
size_t total_run_time_in_ns
 includes I/O and everything (start main() to end of main()).
 

Detailed Description

Runtime statistics for the anytime search engine.


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