Beispiel #1
0
 def process_time_ns():
     # type: () -> int
     return int(_process_time() * 1e9)
Beispiel #2
0
 def process_time_ns():
     return int(_process_time() * 1e9)