Performance Evaluation
v1.0
- groupID
- at.tugraz.ist.ase.hiconfit
- artifactID
- eval
eval provides an evaluation approach to measure the algorithm performance in terms of runtime or the number of actions performed by an algorithm.
TBD
Table of Contents
What eval provides
This package provides a performance evaluator (PerformanceEvaluator
), i.e., counters (Counter
) and timers (Timer
), which could be used to measure the performance of algorithms.
How-tos
Using PerformanceEvaluator
as well as Counter
and Timer
Examples