rusEFI
The most advanced open source ECU
|
Functions | |
void | resetMaxValues () |
void | printRuntimeStats (void) |
Variables | |
uint32_t | maxSchedulingPrecisionLoss = 0 |
uint32_t | maxLockedDuration |
uint32_t | maxEventCallbackDuration |
uint32_t | triggerMaxDuration |
int | maxTriggerReentrant |
uint32_t | maxPrecisionCallbackDuration |
void printRuntimeStats | ( | void | ) |
Definition at line 42 of file runtime_state.cpp.
void resetMaxValues | ( | ) |
Definition at line 26 of file runtime_state.cpp.
Referenced by writeToFlashNowImpl().
|
extern |
See also maxPrecisionCallbackDuration for total hw callback time
Definition at line 201 of file event_queue.cpp.
Referenced by printRuntimeStats(), and resetMaxValues().
|
extern |
Maximum time before requesting lock and releasing lock at the end of critical section
Definition at line 549 of file error_handling.cpp.
Referenced by onUnlockHook(), printRuntimeStats(), and resetMaxValues().
|
extern |
Maximum duration of complete timer callback, all pending events together See also 'maxEventCallbackDuration' for maximum duration of one event
Definition at line 34 of file microsecond_timer.cpp.
Referenced by portMicrosecondTimerCallback(), and resetMaxValues().
uint32_t maxSchedulingPrecisionLoss = 0 |
Definition at line 12 of file runtime_state.cpp.
Referenced by printRuntimeStats(), and resetMaxValues().
|
extern |
Definition at line 460 of file trigger_central.cpp.
Referenced by handleShaftSignal(), and printRuntimeStats().
|
extern |
Definition at line 462 of file trigger_central.cpp.
Referenced by handleShaftSignal(), resetMaxValues(), and triggerInfo().