Get Processor Run Duration in Nano Second
| 136 | } |
| 137 | // Get Processor Run Duration in Nano Second |
| 138 | uint64_t getRunDurationNano(void) { |
| 139 | return (run_duration_nano_); |
| 140 | } |
| 141 | // Set Processor yield period in MilliSecond |
| 142 | void setYieldPeriodMsec(uint64_t period) { |
| 143 | yield_period_msec_ = period; |
no outgoing calls
no test coverage detected