octave-patch-tracker
[Top][All Lists]
Advanced

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

[Octave-patch-tracker] [patch #8539] Reduce profiling overhead using inl


From: Julien Bect
Subject: [Octave-patch-tracker] [patch #8539] Reduce profiling overhead using inlining and templates
Date: Thu, 30 Oct 2014 21:09:35 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:33.0) Gecko/20100101 Firefox/33.0

Follow-up Comment #3, patch #8539 (project octave):

Hello Rik,

I have just compiled the default branch with my patch, and I don't see the
problem that you report:


octave:1> profile on
octave:2> x = rand (1000);  y = rand (1000);   z = x * y;
octave:3> profile off
octave:4> profshow 
   #            Function Attr     Time (s)   Time (%)        Calls
------------------------------------------------------------------
   2            binary *             0.483      86.44            1
   1                rand             0.076      13.54            2
   3             profile             0.000       0.02            1
   6               false             0.000       0.00            1
   4              nargin             0.000       0.00            1
   5           binary !=             0.000       0.00            1
   7 __profiler_enable__             0.000       0.00            1
octave:5> 


Btw, where did you upload the patch ?


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?8539>

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/




reply via email to

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