begin($name)
Beginning of event C$<name>.
end(name)
End of event C$<name>.
get_stats
Returns measured statistics in format: { name1 => { 'time' => ..., 'count' => ...}, name2 => ...}
print_stats
Prints out measured statistics in format: name1 time1 count1 name2 time2 count2
NAME
Treex::Tool::Probe
VERSION
version 2.20210102
DESCRIPTION
A module for measuring time consumed.
AUTHORS
Martin Majlis <majlis@ufal.mff.cuni.cz>
COPYRIGHT AND LICENSE
Copyright © 2012 by Institute of Formal and Applied Linguistics, Charles University in Prague
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.