TimerTicksPerSecond
Get and set number of timer ticks per second
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. You can calculate the
execution time in seconds using the formula .timerTicksPerSecVal
= myExecutionProfile
.TimerTicksPerSecond
sets the number of timer ticks per second. Use this method if the Create PIL Target Connectivity Configuration for Simulink does not specify this value.myExecutionProfile
.TimerTicksPerSecond
= timerTicksPerSecVal
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2012b
See Also
Sections
| display
| report
| Name
| Number
| NumCalls
| MaximumExecutionTimeCallNum
| MaximumSelfTimeCallNum
| ExecutionTimeInTicks
| MaximumExecutionTimeInTicks
| TotalExecutionTimeInTicks
| SelfTimeInTicks
| MaximumSelfTimeInTicks
| TotalSelfTimeInTicks
| MaximumTurnaroundTimeInTicks
| MaximumTurnaroundTimeCallNum
| TurnaroundTimeInTicks
| TotalTurnaroundTimeInTicks