target.Timer Class
Namespace: target
Description
Use the target.Timer
class to provide timer details for your processor.
For example, information about the C or C++ function interface and implementation, frequency,
and timer count direction. To provide information about instrumenting C or C++ code for
profiling, you can associate the timer details with a target.Processor
object.
To create a target.Timer
object, use the target.create
function. Create the object and then use separate steps to specify
properties. Or, using name-value arguments, create the object and specify properties in a
single step.
Properties
Examples
Version History
Introduced in R2020b