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

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

[Octave-bug-tracker] [bug #64573] VM compiled functions do not appear at


From: Petter T.
Subject: [Octave-bug-tracker] [bug #64573] VM compiled functions do not appear at all in profiling when using the octave interpreter
Date: Mon, 21 Aug 2023 16:11:35 -0400 (EDT)

Follow-up Comment #1, bug #64573 (project octave):

The default profiler is not supported by the VM. You could try the VM
profiler. E.g.:


function t
  __vm_profile__
  for i=1:100
     a = betainc (0.5, 1, 3);
  endfor
  __vm_profile__
end



  pkg load statistics; __enable_vm_eval__(1); dbstop sind; t




    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?64573>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

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