MCPcopy Create free account
hub / github.com/dmtcp/dmtcp / numCheckpoints

Function numCheckpoints

contrib/python/dmtcp.py:47–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45
46
47def numCheckpoints():
48 numCkpt = c_int()
49 numRst = c_int()
50 if isEnabled:
51 libdmtcp.dmtcp_get_local_status(byref(numCkpt), byref(numRst))
52 return numCkpt.value
53
54def numRestarts():
55 numCkpt = c_int()

Callers 1

dmtcp.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected