pingspice.scripts.paramfind.Darwin(object)
class documentation
Part of pingspice.scripts.paramfind
(View In Hierarchy)
Method | __init__ | Undocumented |
Method | tryGetClass | Undocumented |
Static Method | profile | Undocumented |
Method | cleak | No summary |
Method | run | Undocumented |
Method | _analyze | Provides some limited info about unhandled Deferred failures. For development purposes only. |
Method | _run | Undocumented |
Provides some limited info about unhandled Deferred failures. For development purposes only.
For debugging memory leaks. Calls the deferred-returning function f (with any args, kw), recording changes made to the heap during the call. Prints a warning-level message about the heap every call, and stops with the debugger after 'stopInterval' calls, if defined.
Returns a deferred that fires with the call result, which should make this indistinguishable from the original call.