![JAR search and dependency download from the Maven repository](/logo.png)
net.openhft.chronicle.testframework.apimetrics.package-info Maven / Gradle / Ivy
/**
* Provides the classes and interfaces necessary for API metrics analysis within
* the Chronicle Test Framework. This package includes functionality for defining
* metrics, accumulators, and builders, allowing for detailed analysis of code
* structures, including classes, methods, and fields.
*
* This package enables users to create customized metrics or utilize standard
* metrics, aggregate the results through accumulators, and build and execute
* analysis through the ApiMetricsBuilder.
*
*
Example usage might include analyzing code for compliance with specific
* coding standards, detecting patterns, or generating reports for code quality
* assurance.
*
* @see net.openhft.chronicle.testframework.apimetrics.ApiMetrics
* @see net.openhft.chronicle.testframework.apimetrics.Accumulator
* @see net.openhft.chronicle.testframework.apimetrics.Metric
*/
package net.openhft.chronicle.testframework.apimetrics;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy