Home
last modified time | relevance | path

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

/freebsd-9-stable/tools/sched/
Dschedgraph.py120 ticksps = None variable
153 ns = float(ticksps) / 1000000000
916 global ticksps
917 ticksps = self.ticksps()
919 ghz = float(ticksps) / 1000000000.0
1080 def ticksps(self): member in KTRFile