Home
last modified time | relevance | path

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

/lvgl-latest/tests/src/test_cases/
Dtest_profiler.c11 static uint32_t profiler_tick = 0; variable
17 return profiler_tick++; in get_tick_cb()
51 profiler_tick = 0; in test_profiler_normal()
66 TEST_ASSERT_EQUAL_INT(profiler_tick, 4); in test_profiler_normal()
79 profiler_tick = 0; in test_profiler_disable()
94 TEST_ASSERT_EQUAL_INT(profiler_tick, 0); in test_profiler_disable()