MCPcopy Index your code
hub / github.com/sqlmapproject/sqlmap / calculateDeltaSeconds

Function calculateDeltaSeconds

lib/core/common.py:2518–2526  ·  view source on GitHub ↗

Returns elapsed time from start till now >>> calculateDeltaSeconds(0) > 1151721660 True

(start)

Source from the content-addressed store, hash-verified

2516 return sqrt(_ / (len(values) - 1))
2517
2518def calculateDeltaSeconds(start):
2519 """
2520 Returns elapsed time from start till now
2521
2522 >>> calculateDeltaSeconds(0) > 1151721660
2523 True
2524 """
2525
2526 return time.time() - start
2527
2528def initCommonOutputs():
2529 """

Callers 7

_goInferenceFunction · 0.90
directFunction · 0.90
queryPageMethod · 0.90
unionUseFunction · 0.90
dnsUseFunction · 0.90
queryOutputLengthFunction · 0.90
errorUseFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…