NON_PRIMITIVE_RETURNEE_TYPE_CHECKS

Non-primitive Return Type Checks report, organized by the raw function being returned into. This collects contextual timings for non-primitive returns that had to check the type of the return result.

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.