This is a static copy of a profile report

Home

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

Home

Jacobian (Calls: 5, Time: 219.885 s)
Generated 19-Jun-2021 04:39:11 using performance time.
function in file /nfs/inm_phd/07/d07944009/2021/0618-proj6/simpleNN/MATLAB/cnn/Jacobian.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
CGfunction5
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
7
net = cal_dzdS(model, net, siz...
5199.858 s90.9%
4
net = feedforward(data, model,...
520.026 s9.1%
All other lines  0.000 s0.0%
Totals  219.885 s100% 
Children (called functions)

Function NameFunction TypeCallsTotal Time% TimeTime Plot
Jacobian>cal_dzdSsubfunction5199.856 s90.9%
feedforwardfunction520.025 s9.1%
Self time (built-ins, overhead, etc.)  0.003 s0.0%
Totals  219.885 s100% 
Code Analyzer results
Line numberMessage
1Input argument 'param' might be unused, although a later one is used. Consider replacing it by ~.
Coverage results
Show coverage for parent directory
Total lines in function7
Non-code lines (comments, blank lines)5
Code lines (lines that can run)2
Code lines that did run2
Code lines that did not run0
Coverage (did run/can run)100.00 %
Function listing
time 
Calls 
 line
   1 
function net = Jacobian(data, param, model, net)
   2 

   3 
% net.Z
 20.026 
      5 
   4
net = feedforward(data, model, net); 
   5 

   6 
% net.dzdS
 199.858 
      5 
   7
net = cal_dzdS(model, net, size(data, 2)); 

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