Searched refs:monitor (Results 1 – 6 of 6) sorted by relevance
15 lv_mem_monitor_t monitor; in test_snapshot_should_not_leak_memory() local19 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()
54 lv_mem_monitor_t monitor; in test_switch_should_not_leak_memory_after_deletion() local57 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()
7 - Hardware independent - Write code, run it on the PC and see the result on a monitor.
393 prompt "Performance monitor position."422 prompt "Memory monitor position."
232 If the performance monitor is enabled, the value of `LV_DISP_DEF_REFR_PERIOD` needs to be set to be…
509 - 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…