This is a static copy of a profile report

Home

Function details for get_B>B2orbitThis is a static copy of a profile report

Home

get_B>B2orbit (Calls: 2, Time: 49.423 s)
Generated 20-Jul-2018 02:24:58 using performance time.
subfunction in file C:\Users\yz\Dropbox\Workspace\Researches\PhD Research\My Papers\2018_symmtry_reduction\18groupsymmetrySDPSlaterHaoRenata.d\codesgroupsymmetrySDPSlaterHaoRenata.d\qap\sub-routines\get_B.m
Copy to new window for comparing multiple runs

This function changed during profiling or before generation of this report. Results may be incomplete or inaccurate.

Parents (calling functions)

Function NameFunction TypeCalls
get_B>symmetrize_basissubfunction1
get_B>arrow_basissubfunction1
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
88
nr_B = length(B);
789849.417 s100.0%
89
orbit = 0;
78980.006 s0.0%
87
% compress the basis into a mo...
20.000 s0.0%
91
orbit = orbit + B{i}*i;
20.000 s0.0%
86
20.000 s0.0%
All other lines  0.000 s0.0%
Totals  49.423 s100% 
Children (called functions)
No children
Code Analyzer results
No Code Analyzer messages.
Coverage results
Show coverage for parent directory
Total lines in function10
Non-code lines (comments, blank lines)4
Code lines (lines that can run)6
Code lines that did run6
Code lines that did not run3
Coverage (did run/can run)100.00 %
Function listing
time 
Calls 
 line
< 0.001 
      2 
  85
function orbit = B2orbit(B) 
< 0.001 
      2 
  86
 
< 0.001 
      2 
  87
% compress the basis into a more compact form for computational purpose 
 49.417 
   7898 
  88
nr_B = length(B); 
  0.006 
   7898 
  89
orbit = 0; 
  90 
for i = 1:nr_B
< 0.001 
      2 
  91
    orbit = orbit + B{i}*i; 
  92 
end
  93 

  94 
end

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