This is a static copy of a profile report

Home

Function details for run_admm>print_outputThis is a static copy of a profile report

Home

run_admm>print_output (Calls: 1, Time: 0.049 s)
Generated 20-Jul-2018 02:24:59 using performance time.
subfunction in file C:\Users\yz\Dropbox\Workspace\Researches\PhD Research\My Papers\2018_symmtry_reduction\18groupsymmetrySDPSlaterHaoRenata.d\codesgroupsymmetrySDPSlaterHaoRenata.d\admm\run_admm.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
run_admmfunction1
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
207
fprintf('primal residual  : %d...
10.020 s40.9%
206
fprintf('Total# iterations: %d...
10.007 s14.5%
205
fprintf('\n')
10.005 s10.0%
211
fprintf('solver status    : %s...
10.004 s8.6%
208
fprintf('dual   residual  : %d...
10.002 s4.5%
All other lines  0.010 s21.4%
Totals  0.049 s100% 
Children (called functions)
No children
Code Analyzer results
Line numberMessage
Coverage results
Show coverage for parent directory
Total lines in function12
Non-code lines (comments, blank lines)3
Code lines (lines that can run)9
Code lines that did run9
Code lines that did not run0
Coverage (did run/can run)100.00 %
Function listing
time 
Calls 
 line
 203 
function print_output(output)
 204 
% if print == 1
  0.005 
      1 
 205
fprintf('\n') 
  0.007 
      1 
 206
fprintf('Total# iterations: %d \n', output.it) 
  0.020 
      1 
 207
fprintf('primal residual  : %d (%.0d) \n', output.p_res(end), output.setting.tol) 
  0.002 
      1 
 208
fprintf('dual   residual  : %d (%.0d) \n', output.d_res(end), output.setting.tol) 
< 0.001 
      1 
 209
fprintf('solution value   : %.3f \n', output.fval) 
< 0.001 
      1 
 210
fprintf('solver time(s)   : %.3f \n', output.time) 
  0.004 
      1 
 211
fprintf('solver status    : %s \n', output.exitflag) 
< 0.001 
      1 
 212
fprintf('\n') 
 213 
% end
< 0.001 
      1 
 214
end 

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