This is a static copy of a profile report

Home

flipud (Calls: 182, Time: 0.028 s)
Generated 16-Jul-2020 17:08:51 using performance time.
function in file /Applications/MATLAB_R2020a.app/toolbox/matlab/elmat/flipud.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
getLegendableChildrenfunction8
...>AxesLayoutManager.insertAboveAxesclass method8
Legend.autoUpdateCallback>processGroupssubfunction108
Legend.getEntriesfunction44
Legend.doMethod>syncEntriessubfunction14
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
14
x = flip(x,1);
1820.026 s94.7%
All other lines  0.001 s5.3%
Totals  0.028 s100% 
Children (called functions)

Function NameFunction TypeCallsTotal Time% TimeTime Plot
flipfunction1820.015 s53.8%
Self time (built-ins, overhead, etc.)  0.013 s46.2%
Totals  0.028 s100% 
Code Analyzer results
No Code Analyzer messages.
Coverage results
Show coverage for parent directory
Total lines in function14
Non-code lines (comments, blank lines)13
Code lines (lines that can run)1
Code lines that did run1
Code lines that did not run0
Coverage (did run/can run)100.00 %
Function listing
time 
Calls 
 line
   1 
function x = flipud(x)
   2 
%FLIPUD Flip array in up/down direction.
   3 
%   Y = FLIPUD(X) returns X with the order of elements flipped upside down
   4 
%   along the first dimension.  For example,
   5 
%   
   6 
%   X = 1 4      becomes  3 6
   7 
%       2 5               2 5
   8 
%       3 6               1 4
   9 
%
  10 
%   See also FLIPLR, ROT90, FLIP.
  11 

  12 
%   Copyright 1984-2013 The MathWorks, Inc.
  13 

  0.026 
    182 
  14
x = flip(x,1); 

Other subfunctions in this file are not included in this listing.