Searched refs:time_in_s (Results 1 – 1 of 1) sorted by relevance
30 def s_to_ns(time_in_s): argument31 return int(time_in_s * 1000000000)