TimerTicksPerSecond
Get and set number of timer ticks per second (MATLAB code generation)
Syntax
Description
returns the number of timer ticks per second. For example, if the timer runs at 1 MHz,
then the number of ticks per second is 106.timerTicksPerSecVal
= myExecutionProfile
.TimerTicksPerSecond
You can calculate the execution time in seconds using the formula .
sets the number of timer ticks per second. Use this method if the target connectivity
configuration does not specify this value.myExecutionProfile
.TimerTicksPerSecond
= timerTicksPerSecVal
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2012b
See Also
getCoderExecutionProfile
| Sections
| report
| Name
| Number
| NumCalls
| MaximumExecutionTimeCallNum
| MaximumSelfTimeCallNum
| ExecutionTimeInTicks
| MaximumExecutionTimeInTicks
| TotalExecutionTimeInTicks
| SelfTimeInTicks
| MaximumSelfTimeInTicks
| TotalSelfTimeInTicks
| MaximumTurnaroundTimeInTicks
| MaximumTurnaroundTimeCallNum
| TurnaroundTimeInTicks
| TotalTurnaroundTimeInTicks