help-octave
[Top][All Lists]
Advanced

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

Re: instrumenting Octave


From: Jordi Gutiérrez Hermoso
Subject: Re: instrumenting Octave
Date: Thu, 27 Sep 2012 08:36:12 -0400

On 26 September 2012 19:10, hicham <address@hidden> wrote:
> Could anyone let me know if there is a way to instrument code in
> Octave?

"Instrumenting code" means inserting other code into your code for the
purpose of debugging or profiling, for example, inserting debugging
symbols into a binary so that you can inspect your binary in a
debugger. You have already been directed to the profile function which
is apparently what you want, for which you do not need to instrument
your code. The tic-toc examples are one way to profile your code by
instrumenting it.

HTH,
- Jordi G. H.


reply via email to

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