Package avrora.util.profiling

Class Summary
Counter This class implements a simple counter as a data item.
Databank The Databank class is a static class that collects Database objects and generates a report on all of them when the report() method is called.
Database  
DatabaseVisitor  
DataItem This class represents a data item that can be placed inside a database.
Distribution This class keeps track of the min, max, and median of a stream of integers, as well as the distribution of each.
Measurements The Measurements class implements a simple array-like data structure that collects a large list of integers and supports iterating over that list.
MinMaxMean This models the min, max, mean, accumulation, total, and number of occurrences of min and max in a stream of integers.
ProfilingData  
ProfilingDatabase The profiling database.
Proportion This class represents the proportion of different items with respect to one another.
TimedMeasurements The TimedMeasurements class implements a simple array-like data structure that collects a large list of integers and supports iterating over that list.
TimedMeasurements.Measurement