Object descriping the statistics of a token pattern match run for runtime analysis.
More...
#include <patternMatcherStatistics.hpp>
Object descriping the statistics of a token pattern match run for runtime analysis.
strus::analyzer::PatternMatcherStatistics::PatternMatcherStatistics |
( |
| ) |
|
|
inline |
void strus::analyzer::PatternMatcherStatistics::define |
( |
const char * |
name, |
|
|
double |
value |
|
) |
| |
|
inline |
Define statistics item.
- Parameters
-
[in] | name | name of the statistics item |
[in] | value | value of the statistics item |
const std::vector<Item>& strus::analyzer::PatternMatcherStatistics::items |
( |
| ) |
const |
|
inline |
Get all statistics items defined.
- Returns
- the statistics items
The documentation for this class was generated from the following file: