コード例 #1
0
ファイル: compat.py プロジェクト: nizox/dd-trace-py
 def process_time_ns():
     # type: () -> int
     return int(_process_time() * 1e9)
コード例 #2
0
 def process_time_ns():
     return int(_process_time() * 1e9)