This is a static copy of a profile report

Home

config_cpu (Calls: 2, Time: 0.001 sec)
Generated 28-May-2016 14:58:45 using performance time.
function in file /home/johs/work/clustering/src/config_cpu.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
AMoG_cpu>readInputsubfunction1
...ll_classes_within_confidence_intervalclass method1
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
2
param.DOFS = 3;
20.000 s18.2%
10
param.CONFIDENCE_LEVEL = 0.95;
20.000 s12.2%
3
param.MIN_CLASSES = 10;
20.000 s9.2%
4
param.MAX_CLASSES = 10;
20.000 s7.6%
5
param.NPROBABILITY_BINS = 20;
20.000 s7.3%
All other lines  0.000 s45.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 function11
Non-code lines (comments, blank lines)1
Code lines (lines that can run)10
Code lines that did run10
Code lines that did not run0
Coverage (did run/can run)100.00 %
Function listing
time 
Calls 
 line
   1 
function param = config_cpu()
< 0.01 
      2 
   2 
param.DOFS = 3; 
< 0.01 
      2 
   3 
param.MIN_CLASSES = 10; 
< 0.01 
      2 
   4 
param.MAX_CLASSES = 10; 
< 0.01 
      2 
   5 
param.NPROBABILITY_BINS = 20; 
< 0.01 
      2 
   6 
param.EM_EPSILON = 1e-06; 
< 0.01 
      2 
   7 
param.MIN_EM_ITERATIONS = 100; 
< 0.01 
      2 
   8 
param.SUBSAMPLE = 300; 
< 0.01 
      2 
   9 
param.MAX_EM_ITERATIONS = 100; 
< 0.01 
      2 
  10 
param.CONFIDENCE_LEVEL = 0.95; 
< 0.01 
      2 
  11 
end