Home
last modified time | relevance | path

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

/freebsd/tools/sched/
H A Dschedgraph.py123 ticksps = None variable
156 ns = float(ticksps) / 1000000000
929 global ticksps
930 ticksps = self.ticksps()
932 ghz = float(ticksps) / 1000000000.0
1093 def ticksps(self): member in KTRFile