mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 05:12:45 +01:00
82e25a31cb
Not much help yet, but vital when we increase the number of fail points. Before: Maximum resident set size (kbytes): 1080148 Average resident set size (kbytes): 0 Major (requiring I/O) page faults: 0 Minor (reclaiming a frame) page faults: 271614 Voluntary context switches: 1 Involuntary context switches: 1083 After: Maximum resident set size (kbytes): 1062344 Average resident set size (kbytes): 0 Major (requiring I/O) page faults: 0 Minor (reclaiming a frame) page faults: 266236 Voluntary context switches: 1 Involuntary context switches: 2509 Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> |
||
---|---|---|
.. | ||
test_state_coverage.c |