[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Code Coverage
From: |
Carlo De Falco |
Subject: |
Re: Code Coverage |
Date: |
Fri, 12 Feb 2016 12:52:23 +0000 |
On 11 Feb 2016, at 08:47, Julien Bect <address@hidden> wrote:
> Le 11/02/2016 08:37, Max Görner a écrit :
>> I am using Octave for quite big projects. I'd like to get some code
>> coverage information to find dead areas in the source code.
>>
>> Unfortunately, until now I have to switch to Matlab to get them. Does
>> anyone know about a possibility to get them using Octave alone?
>
> Hi Max,
>
> I switch to Matlab too, when I need line coverage information...
>
> To the best of my knowledge, Octave doesn't have an equivalent tool yet.
>
> @++
> Julien
Octave does not have a specific tool for coverage analysis but I find it useful
to use the profiler to get similar info :
http://www.gnu.org/software/octave/doc/interpreter/Profiling.html#Profiling
c.