TOP_LEVEL_STATEMENTS

Outermost statements of modules that are loaded.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The title of the StatisticReport.

Link copied to clipboard

The units which the contained reports use.

Functions

Link copied to clipboard
fun clear()

Clear all my Statistics.

Link copied to clipboard

Register a Statistic with this StatisticReport. This happens when the statistic is first created, as part of its constructor. Access to the List of statistics is synchronized on the list, to ensure atomic access among registrations and between registrations and enumeration of the list.

Link copied to clipboard

Collect the aggregates of my statistics, filter out the ones with zero counts, then sort descending by their sums. Maintain names with the aggregated statistics as Pairs.