Re: Jenkins C++ profiling (performance) plug-in

2014-05-29 Thread Roman
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

Re: Jenkins C++ profiling (performance) plug-in

2014-05-29 Thread OnaBai
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

Re: Jenkins C++ profiling (performance) plug-in

2014-05-29 Thread OnaBai
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

Re: Jenkins C++ profiling (performance) plug-in

2014-05-29 Thread Roman
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

Jenkins C++ profiling (performance) plug-in

2014-05-29 Thread OnaBai
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