Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/controllers/bits_lib/
Dbits_client.py35 def _to_ns(timestamp): function
182 for ts, marker in sorted(markers, key=lambda x: _to_ns(x[0])):
187 str(_to_ns(ts)),
212 cmd = cmd + ['--abs_start_time', str(_to_ns(start))]
214 cmd = cmd + ['--abs_stop_time', str(_to_ns(end))]