Exemplo n.º 1
0
 def process_time_ns():
     # type: () -> int
     return int(_process_time() * 1e9)
Exemplo n.º 2
0
 def process_time_ns():
     return int(_process_time() * 1e9)