[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.
- Re: Instrumenting Octave, (continued)
- Re: Instrumenting Octave, Nicholas Jankowski, 2012/09/27
- instrumenting Octave, hicham, 2012/09/26
- Re: instrumenting Octave, Doug Stewart, 2012/09/26
- Re: instrumenting Octave, hicham, 2012/09/26
- Re: instrumenting Octave, Doug Stewart, 2012/09/26
- Re: instrumenting Octave, hicham, 2012/09/26
- Re: instrumenting Octave, Doug Stewart, 2012/09/26
- Re: instrumenting Octave, hicham, 2012/09/26
- Re: instrumenting Octave, c., 2012/09/27
- Re: instrumenting Octave, hicham, 2012/09/27
Re: instrumenting Octave,
Jordi Gutiérrez Hermoso <=