bugGNU Octave - Bugs: bug #65145, Profiler fields missing

 
 

bug #65145: Profiler fields missing

Submitter:  Muhali <muhali>
Submitted:  Tue 09 Jan 2024 08:11:45 PM UTC
   
 
Category:  Octave Function Severity:  1 - Wish
Priority:  3 - Low Item Group:  Feature Request
Status:  None Assigned to:  None
Originator Name:  Open/Closed:  * Open
Release:  * dev Operating System:  * GNU/Linux
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 11 Jan 2024 05:47:36 AM UTC, comment #1: 

Marking as Confirmed.  Matlab seems to have added additional fields over time.

Rik <rik5>
Group administrator
Tue 09 Jan 2024 08:11:45 PM UTC, original submission:  

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

Muhali <muhali>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by jwe (Updated the item)
  • -email is unavailable- added by rik5 (Posted a comment)
  • -email is unavailable- added by muhali (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 5 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2024-01-11 jwe Severity3 - Normal 1 - Wish
        Priority5 - Normal 3 - Low
        Item GroupMatlab Compatibility Feature Request
    2024-01-11 rik5 CategoryNone Octave Function
        Releasestable dev

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code