|
|
NAMELogFile::Parser - Perl module for parsing the log file containing the profiling data emitted by an suitably instrumented executable of the OpenOffice family.
SYNOPSISuse LogFile::Parser;
my $profiling_data = LogFileParser::parse ("profiling_data_1234.log");
DESCRIPTIONThe only function of this package parses the log file containing the profiling data of one run of a program of the OpenOffice family. It splits the set of time stamps according their thread ids. The returned hash reference maps the thread ids to references of arrays of time stamps. Each time stamp is represented by a hash map containing the following items:
|


