This is a static copy of a profile report

Home

fliplr (Calls: 56, Time: 0.001 s)
Generated 16-Jul-2020 17:09:46 using performance time.
function in file /Applications/MATLAB_R2020a.app/toolbox/matlab/elmat/fliplr.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
strjust>strjustOnCharsubfunction56
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
13
x = flip(x,2);
560.000 s50.6%
All other lines  0.000 s49.4%
Totals  0.001 s100% 
Children (called functions)
No children
Code Analyzer results
No Code Analyzer messages.
Coverage results
Show coverage for parent directory
Total lines in function13
Non-code lines (comments, blank lines)12
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 = fliplr(x)
   2 
%FLIPLR Flip array in left/right direction.
   3 
%   Y = FLIPLR(X) returns X with the order of elements flipped left to right
   4 
%   along the second dimension. For example,
   5 
%   
   6 
%   X = 1 2 3     becomes  3 2 1
   7 
%       4 5 6              6 5 4
   8 
%
   9 
%   See also FLIPUD, ROT90, FLIP.
  10 

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

< 0.001 
     56 
  13
x = flip(x,2); 

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