rusEFI
The most advanced open source ECU
|
Functions | |
void | chVTSetAny (virtual_timer_t *vtp, systime_t time, vtfunc_t vtfunc, void *par) |
void | printHistogram (Logging *logging, histogram_s *histogram) |
This function knows how to print a histogram_s summary. | |
void chVTSetAny | ( | virtual_timer_t * | vtp, |
systime_t | time, | ||
vtfunc_t | vtfunc, | ||
void * | par | ||
) |
Definition at line 27 of file os_util.cpp.
Referenced by runAndScheduleNext().
void printHistogram | ( | Logging * | logging, |
histogram_s * | histogram | ||
) |
This function knows how to print a histogram_s summary.
Definition at line 150 of file efilib.cpp.