mirror of
https://github.com/apache/nuttx.git
synced 2026-09-01 14:43:02 +00:00
1. Avoid to_bytes by using memoryview directly. 2. No need to call gdb to cast to char *. 3. Cache the memory data without invoke gdb in every iteration. 4. Do code cleanup. memleak speed improved from 261.93 seconds to 29.9 seconds for x4b usecase. Signed-off-by: xuxingliang <xuxingliang@xiaomi.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| gcore.py | ||
| lists.py | ||
| macros.py | ||
| memdump.py | ||
| stack.py | ||
| thread.py | ||
| utils.py | ||