This section introduces Mnesia with an example database. This example is referenced in the following sections, where the example is modified to illustrate various program constructs. This section ...
Callback module of a Diameter application. A record containing the identities of the local Diameter node and the remote Diameter peer having an established transport connection, as well as the ...
Ports provide the basic mechanism for communication with the external world, from Erlang's point of view. They provide a byte-oriented interface to an external program. When a port has been created, ...
cprof is a profiling tool that can be used to get a picture of how often different functions in the system are called. cprof uses breakpoints similar to local call trace, but containing counters, to ...
This document focuses on the graphical parts of the tool. The concepts are explained in the reference manual for the module reltool. On the library page it is possible to control which sources the ...
The scroll bar of the et_viewer window could not be dragged all the way to the top of the window. It would always stop at the second event. This is now corrected. asn1, common_test, compiler, crypto, ...
Basic functions on Core Erlang abstract syntax trees.
@tag = new_try_tag `try` br @tag, ^protected_block0, ^landing_pad_block protected_block0: @success0 = ... % Something that could raise an exception br @success0, ^protected_block1, ^landing_pad_block ...
The Trivial File Transfer Protocol or TFTP is a very simple protocol used to transfer files. It has been implemented on top of the User Datagram protocol (UDP) so it may be used to move files between ...
This module implements a simple megaco codec-based performance tool.
In a distributed system with several Erlang nodes, it can be necessary to control applications in a distributed manner. If the node, where a certain application is running, goes down, the application ...
This module implements the OMG CosTime::UTO interface. This operation create a new UTO object representing the time in the target object added to current time (UTC). The time base is 15 october 1582 ...