2020-05-20 21:50:02 +02:00
2020-05-20 20:37:21 +02:00
2020-05-20 20:37:37 +02:00
2020-05-20 20:37:37 +02:00
2020-05-20 21:50:02 +02:00

Tesla2Csv

This converter-script is an addition to a maven profiler called "tesla-profiler". A version of the profiler can be found for example here:

To install the profiler, simply place the jar file inside $MVN_HOME/lib/ext

Then you can run the profiler and save the output to a file: mvn clean install -Dmaven.profile > profile.log 2>&1

From the created output, extract the profiling section. See profile.log for an example.

In order to convert the output to CSV, simply run the Perl script: ./convert.pl

At the moment there are no arguments, if you want to change the in- or output file, you have to edit the script.

Description
Convert the output from tesla-profiler (a Maven profiler) to CSV
Readme 24 KiB
Languages
Perl 95.8%
CSV 4.2%