help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: why is octave 4.2.0 x86_64-w64-mingw32 so slow?


From: Nicholas Jankowski
Subject: Re: why is octave 4.2.0 x86_64-w64-mingw32 so slow?
Date: Mon, 23 Oct 2017 19:31:06 -0400



On Oct 23, 2017 7:20 PM, "Ray Tayek" <address@hidden> wrote:
On 10/23/2017 3:25 PM, siko1056 wrote:
Ray Tayek wrote
.

And I am puzzled of the huge and still incomplete example you provided (what
are all the sub-functions doing, i/o maybe?).  Consider to use a MCVE
<https://stackoverflow.com/help/mcve> if you are honestly looking for help.

Absent trusting us to debug you know far better 5han we do, have you tried using the code profiler? It's not as thorough as matlab's, but it can give you a good idea of what is chewing up your time, which functions are called the most, etc.

The short instructions are to run:

>> profile on 

And 
>> profile off

Before and after your code. Then you can use profexplore and profshow (I think, check the help) to see the results.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]