Does lcov show metrics as execution time? Cobertura show how many times each function, line,... is executed but doesn't show times, is it available with lcov?
Regards On Thursday, May 29, 2014 1:45:12 PM UTC+2, Roman wrote: > > Hi, > I use html report generated by lcov/HTML Publisher for details and > dbCharts for high-level graphs. > Cobertura for gcov is not so good choice, it is pretty unclean how > correctly intepret 'Packages', 'Files' and 'Classes' > especially for C. > In same time lcov covers 'Functions' metrics and have annotated sources > with touch counters per line. > I planned to use same solution for c performance report. > > -- > Thanks, > Roman > > On 05/29/2014 02:34 PM, OnaBai wrote: > > I'm looking for some Jenkins plugin that takes the output of gprof and > > present the results in Jenkins. Something like Cobertura does for gcov. > > Is there anything like this? > > Is there any way for presenting C++ performance (profiling) results in > > Jenkins? > > > > Thanks in advance > > -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
