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

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

[Octave-bug-tracker] [bug #65145] Profiler fields missing


From: Muhali
Subject: [Octave-bug-tracker] [bug #65145] Profiler fields missing
Date: Tue, 9 Jan 2024 15:11:45 -0500 (EST)

URL:
  <https://savannah.gnu.org/bugs/?65145>

                 Summary: Profiler fields missing
                   Group: GNU Octave
               Submitter: muhali
               Submitted: Tue 09 Jan 2024 12:11:45 PM PST
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Matlab Compatibility
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
                 Release: stable
         Discussion Lock: Any
        Operating System: GNU/Linux
           Fixed Release: None
         Planned Release: None


    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: Tue 09 Jan 2024 12:11:45 PM PST By: Muhali <muhali>
Several fields are missing in the output of the profile command. E.g. using


profile on
sqrt(pi);
prof = profile("info");
fieldnames(prof.FunctionTable)


one gets

octave:
  [1,1] = FunctionName
  [2,1] = TotalTime
  [3,1] = NumCalls
  [4,1] = IsRecursive
  [5,1] = Parents
  [6,1] = Children

Matlab:
    CompleteName
    FunctionName
    FileName
    Type
    Children
    Parents
    ExecutedLines
    IsRecursive
    TotalRecursiveTime
    PartialData
    NumCalls
    TotalTime

See https://mathworks.com/help/matlab/ref/profile.html








    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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