results logged by instrumented, compiled c code function -凯发k8网页登录
results logged by instrumented, compiled c code function
syntax
description
showinstrumentationresults('
opens
the instrumentation report viewer, showing results from calling the
instrumented mex function mex_fcn
')mex_fcn
.
hovering over variables and expressions in the report displays the logged information.
the logged information includes minimum and maximum values, proposed fraction or word
lengths, percent of current range, and whether the value is always a whole number, depending
on which options you specify. if you specify to include them in the
buildinstrumentedmex
function, histograms are also included. the same
information is displayed in a summary table in the variables
tab.
when you call showinstrumentationresults
, a file named
instrumentation
/mex_fcn
/html/printable.html
is created. mex_fcn
is the name of the corresponding instrumented mex
function. selecting this file opens a web-based version of the instrumentation
report viewer. to open this file from within matlab®, right-click on the file and select open outside
matlab.
the showinstrumentationresults
function returns an error if the
instrumented mex_fcn
has not yet been called.
note
the logged results from the showinstrumentationresults
function
are an accumulation of all previous calls to the instrumented mex function. to clear the
log, see clearinstrumentationresults
.
examples
input arguments
version history
introduced in r2011bsee also
| clearinstrumentationresults
| buildinstrumentedmex
| codegen
(matlab coder) |