Пример #1
0
 def process_time_ns():
     # type: () -> int
     return int(_process_time() * 1e9)
Пример #2
0
 def process_time_ns():
     return int(_process_time() * 1e9)