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
Function Name | Function Type | Calls |
getLegendableChildren | function | 8 |
...>AxesLayoutManager.insertAboveAxes | class method | 8 |
Legend.autoUpdateCallback>processGroups | subfunction | 108 |
Legend.getEntries | function | 44 |
Legend.doMethod>syncEntries | subfunction | 14 |
Line Number | Code | Calls | Total Time | % Time | Time Plot |
14 | x = flip(x,1); | 182 | 0.026 s | 94.7% | |
All other lines | 0.001 s | 5.3% | |||
Totals | 0.028 s | 100% |
Function Name | Function Type | Calls | Total Time | % Time | Time Plot |
flip | function | 182 | 0.015 s | 53.8% | |
Self time (built-ins, overhead, etc.) | 0.013 s | 46.2% | |||
Totals | 0.028 s | 100% |
Total lines in function | 14 |
Non-code lines (comments, blank lines) | 13 |
Code lines (lines that can run) | 1 |
Code lines that did run | 1 |
Code lines that did not run | 0 |
Coverage (did run/can run) | 100.00 % |
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.