The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Text::Editor::Easy::Trace::Print - Print management (every print is traced : which thread writes it, what was the thread called for, stack call is also saved). The consequence is that a print should be considered as a long operation. The benefit is that every print is a little more than a print.

VERSION

Version 0.35

FUNCTIONS

init_trace_print

This function is called just after the Trace::Print thread has been created. It initializes the files that will make possible to link a print and the code that generated it.

trace_full

This function saves the link between a print and the code that generated it.

get_info_for_display

This function recovers the link between a print and the code that generated it.

trace_display_calls

This function is not used.

COPYRIGHT & LICENSE

Copyright 2008 Sebastien Grommier, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.