I don't know that solution exclude integration third-party reports.
--
Thanks,
Roman
On 05/29/2014 06:23 PM, OnaBai wrote:
> Thank you Roman for your answers... So, as far as I understand, there is
> no solution for showing profiling (execution times) information in
> Jenkins so far. Corre
Thank you Roman for your answers... So, as far as I understand, there is no
solution for showing profiling (execution times) information in Jenkins so
far. Correct?
Regards
On Thursday, May 29, 2014 4:09:09 PM UTC+2, Roman wrote:
>
> No, lcov doesn't support it, you asking about metrics which
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 detai
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 an
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 me