This helper formatter class outputs {@link org.perf4j.GroupedTimingStatistics} in a comma-separated value format.This class supports two main types of formats:
Pivoted output, where each GroupedTimingStatistics is output as a single line. The client must specify which tags from the GroupedTimingStatistics should have its values output.
Non-pivoted output, where each individual tag in the GroupedTimingStatistics gets its own row.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.