CelWorkItemExecutionTimeMonitor

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


CategoryTidelandCel

last edited 2007-11-10 23:13:55 by FrankMueller