MCPcopy Create free account
hub / github.com/cloud-hypervisor/cloud-hypervisor / nano_time

Function nano_time

scripts/ch-trace-visualiser.py:23–24  ·  view source on GitHub ↗
(duration)

Source from the content-addressed store, hash-verified

21
22
23def nano_time(duration):
24 return (duration["secs"] * 10 ** 9) + duration["nanos"]
25
26
27def duration_to_px_x(start):

Callers 4

duration_to_px_xFunction · 0.85
duration_to_px_widthFunction · 0.85
duration_msFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected