Home
last modified time | relevance | path

Searched defs:Double (Results 1 – 5 of 5) sorted by relevance

/tools/trebuchet/core/common/src/main/kotlin/trebuchet/util/
DTime.kt19 fun Double.secondValueToMillisecondString() = "%.3f ms".format(this * 1000.0) method
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/extras/
DImportUtils.kt24 fun Double.format(digits: Int) = String.format("%.${digits}f", this) in format() method
/tools/trebuchet/trebuchet/user-switch-analyzer/src/
DUserSwitchAnalyzer.kt50 fun Double.durationString(): String { in Double() method
/tools/trebuchet/trebuchet/system-server-analyzer/src/
DSystemServerAnalyzer.kt60 fun Double.durationString(): String { in Double() method
/tools/trebuchet/trebuchet/analyzer/src/
DAnalyzer.kt77 private fun Double.toMilliseconds() = this / 1000.0 in toMilliseconds() method