No, lcov doesn't support it, you asking about metrics which is not a
part of coverage report. We planned to use perf and additional scripts
for profiling visualization.
PS
I checked gcovr and see that it is really improved in last 2 years and
now support about all features of gcov.
--
Thanks,
Roman
On 05/29/2014 03:53 PM, OnaBai wrote:
> 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?
I haven't see it for C.
>
> 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
>