memory-check / nl.stokpop.memory / HistoAnalyser

HistoAnalyser

class HistoAnalyser

Constructors

<init>

HistoAnalyser()

Functions

analyse

fun analyse(histos: List<HistoInfo>): ClassGrowthTrend

analyseGrowth

fun analyseGrowth(histoLines: List<HistoLine>, thingToCheck: (HistoLine) -> Long? = { it.instances }): AnalysisResult