Concept
The CELETM provides a mechanism to measure the execution time of code blocks and to accumulate them. The accumulated data can be retrieved to display it on the screen or be written to an I/O device, like the shell.
Measuring = celetm:begin_measuring({?MODULE, foo}),
do_something(),
do_something_different(),
do_another_thing(),
celetm:end_measuring(Measuring).
Status
Functions for measuring - developed, tested and integrated
Functions for retrieval and resetting - developed, tested and integrated
Function for output to I/O device - developed, tested and integrated
