bootchart icon indicating copy to clipboard operation
bootchart copied to clipboard

collector: Allocate space on heap for chunks

Open bkylerussell opened this issue 8 years ago • 2 comments

Nicer for embedded devices which may have smaller stack limitations.

bkylerussell avatar Jul 12 '16 21:07 bkylerussell

Thanks for the patch, have you hit this in practice? If so on which hardware?

xrmx avatar Jul 13 '16 14:07 xrmx

Yes, I hit this trying to run bootchart on a board where we limit stack size to 128K, which CHUNK_SIZE meets. I was running on an ARM platform.

bkylerussell avatar Jul 13 '16 18:07 bkylerussell