Home
last modified time | relevance | path

Searched refs:accumulator (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/components/freertos/test/
Dtest_freertos_scheduling_time.c34 uint64_t accumulator = 0; in test_task_2() local
41 accumulator += (portGET_RUN_TIME_COUNTER_VALUE() - context->before_sched); in test_task_2()
45 context->cycles_to_sched = accumulator / NUMBER_OF_ITERATIONS; in test_task_2()
/hal_espressif-3.6.0/examples/protocols/http_server/persistent_sockets/
DREADME.md39 …e server which has a URI POST handler for adding these numbers into an accumulator that is valid t…
40 * the script does a GET before closing and displays the final value of the accumulator