Pointer Analysis Metrics
include/Alias/Metrics/ and lib/Alias/Metrics/ provide helpers for
measuring precision and soundness-related properties of alias analyses.
Main components:
PointerAnalysisMetricsstores collected statistics.CollectMetricsOptionsconfigures metric collection.collectMetricsFromWrapperruns the collection against an alias-analysis wrapper.
This module is primarily for evaluation, comparison, and regression tracking of points-to algorithms.
See also Alias Analysis Components.