Home
last modified time | relevance | path

Searched refs:readDouble (Results 1 – 2 of 2) sorted by relevance

/tools/trebuchet/core/common/src/main/kotlin/trebuchet/util/
DBufferReader.kt89 return reader.readDouble() in double()
187 fun readDouble(): Double { in readDouble() method in trebuchet.util.BufferReader
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/importers/ftrace/
DFtraceLine.kt148 val timestamp = readDouble() in parseLine()