This is a static copy of a profile report

Home

Function details for padding_and_phiZThis is a static copy of a profile report

Home

padding_and_phiZ (Calls: 3243, Time: 665.502 s)
Generated 19-Jun-2021 04:01:57 using performance time.
function in file /nfs/inm_phd/07/d07944009/2021/0618-proj6/simpleNN/MATLAB/cnn/padding_and_phiZ.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
feedforwardfunction1947
Jvfunction1296
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
6
phiZ = phiZ(net.idx_phiZ{m}, :...
3243601.117 s90.3%
3
phiZ = padding(model, Z, m, nu...
324362.828 s9.4%
10
phiZ = reshape(phiZ, h*h*d, []...
32431.359 s0.2%
5
phiZ = reshape(phiZ, [], num_d...
32430.118 s0.0%
8
h = model.wd_filter(m);
32430.027 s0.0%
All other lines  0.052 s0.0%
Totals  665.502 s100% 
Children (called functions)

Function NameFunction TypeCallsTotal Time% TimeTime Plot
padding_and_phiZ>paddingsubfunction324362.794 s9.4%
Self time (built-ins, overhead, etc.)  602.707 s90.6%
Totals  665.502 s100% 
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 run0
Coverage (did run/can run)100.00 %
Function listing
time 
Calls 
 line
   1 
function phiZ = padding_and_phiZ(model, net, Z, m, num_data)
   2 

 62.828 
   3243 
   3
phiZ = padding(model, Z, m, num_data); 
   4 
% Calculate phiZ
  0.118 
   3243 
   5
phiZ = reshape(phiZ, [], num_data); 
 601.117 
   3243 
   6
phiZ = phiZ(net.idx_phiZ{m}, :); 
   7 

  0.027 
   3243 
   8
h = model.wd_filter(m); 
  0.005 
   3243 
   9
d = model.ch_input(m); 
  1.359 
   3243 
  10
phiZ = reshape(phiZ, h*h*d, []); 

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