Package nl.stokpop.memory.report

Types

HtmlGraphCreator
Link copied to clipboard
object HtmlGraphCreator
Create graphs with google graphs: https://google-developers.appspot.
JsonReport
Link copied to clipboard
object JsonReport
ReportAnalyser
Link copied to clipboard
object ReportAnalyser
ReportConfig
Link copied to clipboard
class ReportConfig(settings: Set<AnalysisResult>, histosDirectory: String, reportDirectory: String, extension: String, identifier: String, reportDateTime: String, reportLimits: ReportLimits)
ReportLimits
Link copied to clipboard
class ReportLimits(classLimit: Int, byteLimit: Long, maxGrowthPercentage: Double, minGrowthPointsPercentage: Double, safeList: Set<String>, watchList: Set<String>, doReportGrowCritical: Boolean, doReportGrowMinor: Boolean, doReportGrowSafe: Boolean, doReportGrowHickUps: Boolean, doReportShrinkAndGrow: Boolean, doReportShrinks: Boolean, doReportStable: Boolean)
TextReport
Link copied to clipboard
object TextReport