Home
last modified time | relevance | path

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

/lvgl-3.7.0/tests/src/test_cases/
Dtest_snapshot.c15 lv_mem_monitor_t monitor; in test_snapshot_should_not_leak_memory() local
19 lv_mem_monitor(&monitor); in test_snapshot_should_not_leak_memory()
20 initial_available_memory = monitor.free_size; in test_snapshot_should_not_leak_memory()
31 lv_mem_monitor(&monitor); in test_snapshot_should_not_leak_memory()
32 final_available_memory = monitor.free_size; in test_snapshot_should_not_leak_memory()
Dtest_switch.c54 lv_mem_monitor_t monitor; in test_switch_should_not_leak_memory_after_deletion() local
57 lv_mem_monitor(&monitor); in test_switch_should_not_leak_memory_after_deletion()
58 initial_available_memory = monitor.free_size; in test_switch_should_not_leak_memory_after_deletion()
68 lv_mem_monitor(&monitor); in test_switch_should_not_leak_memory_after_deletion()
69 final_available_memory = monitor.free_size; in test_switch_should_not_leak_memory_after_deletion()
/lvgl-3.7.0/docs/get-started/platforms/
Dpc-simulator.md7 - Hardware independent - Write code, run it on the PC and see the result on a monitor.
/lvgl-3.7.0/
DKconfig393 prompt "Performance monitor position."
422 prompt "Memory monitor position."
/lvgl-3.7.0/docs/porting/
Ddisplay.md232 If the performance monitor is enabled, the value of `LV_DISP_DEF_REFR_PERIOD` needs to be set to be…
/lvgl-3.7.0/docs/
DCHANGELOG.md509 - fix(refr): fix performance monitor NULL pointer access [`3105`](https://github.com/lvgl/lvgl/pull…
691 - feat(Kconfig): add monitor position configuration [`2834`](https://github.com/littlevgl/lvgl/pull…
809 - fix(mem/perf monitor): fix issue introduced in #2910 [`0788d91`](https://github.com/littlevgl/lvg…