MCPcopy
hub / github.com/mandiant/flare-floss / get_runtime_diff

Function get_runtime_diff

floss/utils.py:387–388  ·  view source on GitHub ↗
(time0)

Source from the content-addressed store, hash-verified

385
386
387def get_runtime_diff(time0):
388 return round(time.time() - time0, 4)
389
390
391def is_all_zeros(buffer: bytes):

Callers 1

mainFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected