Package: target
Provide timer details for processor
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.