On 28 July 2012 02:33,  <f...@star.sr.bham.ac.uk> wrote:

>> On 22 July 2012 22:30, Jordi Gutiérrez Hermoso <jord...@octave.org>
>> wrote:
>>> On 22 July 2012 18:53,  <f...@star.sr.bham.ac.uk> wrote:
>>>> I have already tried updating to Octave 3.6.2, but my code takes ages
>>>> to
>>>> be executed in this new version.
>>>
>>> This is a bug. Please prepare a report:
>>>
>>>     http://www.gnu.org/software/octave/bugs.html
>>
>> I'm still curious about this. Can you please describe what is slow?
>> What is the code you're running?
>>

> I apologize for not having sent the bug report yet. I have loads of
> things to do, but I'm planning to send the report some time next
> week.

It really shouldn't take you that long. "Octave is slow when I run
this code". It should take you 5 minutes to fill in this form and
attach your code:

    https://savannah.gnu.org/bugs/?func=additem&group=octave

It took you longer to write the above email than it would to fill out
this form.

> Here I have some figures

Yes, you've already said this. I can't really do anything with that
information. I need the code.

> Although it is not important for the bug report, I should say that
> my code calculates sensitivities of a particular type
> interferometer.

It's true I don't care about the particular application, but I care
about what functions you're calling and how.

> This implies several scripts calling other scripts and all those
> must be included on the bug report.

Is there a problem doing that? Just zip up your code and attach it. Or
if the code has to be kept private, then use the 3.6.2 profiler:

    profile on
    run_all_teh_coadz
    profshow(profile("info"))

and show us the result. At least that may give me an indication of
*which* 3.6.2 function is slow.

Give me some data to work with. :-)

- Jordi G. H.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Octave-dev mailing list
Octave-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to