예제 #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)