This is a module used for debugging. It should contain only test and debugging related functions. For example it contains functions to simulate delays and to dump core.
This modules should not be used in production.
Causes a ms
milliseconds delay in processing for the
executing process.
This function can be used to simulate delays.
Meaning of the parameters is as follows:
ms - delay in milliseconds.
Forces a core dump (see abort(3)).
Dumps the local memory malloc fragment list into the log.