orocos-toolchain / ocl

Orocos Component Library
Other
16 stars 33 forks source link

Refactor deployers #57

Closed snrkiwi closed 7 years ago

snrkiwi commented 7 years ago

Refactor the TLSF code in the three (3) deployers.

Add code to dump TLSF statistics

meyerj commented 7 years ago

I had to disable the TLSF dump in https://github.com/orocos-toolchain/ocl/commit/a14578452255aa04b5c608f81d34e03571c85700 because RTT is built without TLSF debugging by default (OS_RT_MALLOC_DEBUG=OFF). Ideally we add the flag to the generated target config header so that OCL and other packages can check whether TLSF debugging was enabled or not in RTT.

snrkiwi commented 7 years ago

On Apr 28, 2017, at 17:31, Johannes Meyer notifications@github.com wrote:

I had to disable the TLSF dump in a145784 https://github.com/orocos-toolchain/ocl/commit/a14578452255aa04b5c608f81d34e03571c85700 because RTT is built without TLSF debugging by default (OS_RT_MALLOC_DEBUG=OFF). Ideally we add the flag to the generated target config header so that OCL and other packages can check whether TLSF debugging was enabled or not in RTT.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/orocos-toolchain/ocl/pull/57#issuecomment-298045164, or mute the thread https://github.com/notifications/unsubscribe-auth/AAJuI_Cs78DVKKMSemDKCUysZVbNNiH_ks5r0hR-gaJpZM4Mh1xO.

Ok, thanks. Sorry about that - that shouldn’t have slipped in. S