Searched refs:CounterValue (Results 1 – 4 of 4) sorted by relevance
21 data class CounterValue(val timestamp: Double, val count: Long) class23 class Counter(val name: String, val events: List<CounterValue>) {29 infix fun Double.hasCount(value: Long): CounterValue = CounterValue(this, value)
19 import trebuchet.model.CounterValue22 val events: MutableList<CounterValue> = mutableListOf()
META-INF/MANIFEST.MF META-INF/ org/ org/jacoco/ org/ ...