rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
Functions
rfi_perftest.h File Reference

Detailed Description

Date
Nov 30, 2012
Author
Andrey Belomutskiy, (c) 2012-2020

Definition in file rfi_perftest.h.

Functions

void initTimePerfActions ()
 

Function Documentation

◆ initTimePerfActions()

void initTimePerfActions ( )

Definition at line 293 of file rfi_perftest.cpp.

293 {
294#if EFI_RTC
295 rtcStartTime = rtcGetTimeUnixSec(&RTCD1);
296#endif
297
298 addConsoleActionI("perftest", runTests);
299
300 addConsoleAction("timeinfo", timeInfo);
302}
void addConsoleAction(const char *token, Void callback)
Register console action without parameters.
void addConsoleActionI(const char *token, VoidInt callback)
Register a console command with one Integer parameter.
static void timeInfo()
static int rtcStartTime
static void runTests(const int count)
static void runChibioTest()

Referenced by initEfiWithConfig().

Here is the call graph for this function:
Here is the caller graph for this function:

Go to the source code of this file.