sldvtimer
Identify, change, and display timer optimizations
Syntax
Description
returns a
status
= sldvtimerstatus
of 1
if timer optimizations are
enabled for Simulink®
Design Verifier™ test generation. Otherwise, sldvtimer
returns a
status
of 0
.
indicates if timer optimizations are recorded in Simulink
Design Verifier data file status
= sldvtimer(sldvdata
)sldvdata
. If timer optimizations are
recorded, the function returns a status
of
1
. If timer optimizations are not recorded, the function returns
a status
of 0
. If
sldvdata
does not have information about the timer
optimizations, the function returns a status
of
-1
.
indicates if timer optimizations are recorded in Simulink
Design Verifier data file status
= sldvtimer(sldvdata
,display
)sldvdata
and identifies model items
that are part of recognized timer patterns when display
is
true. If timer optimizations are recorded, the function returns a
status
of 1
. If timer optimizations are
not recorded, the function returns a status
of
0
. If sldvdata
does not have information
about timer optimizations, the function returns a status
of
-1
.
Examples
Input Arguments
Output Arguments
Limitations
If relational boundary objectives are included for test case generation,
sldvtimer
can optimize fewer timers. For information on
relational boundary objectives, see Relational Boundary.
Version History
Introduced in R2012a