nsubtil / lift

A collection of parallel programming primitives for CPUs and GPUs
Other
12 stars 3 forks source link

Runtime feedback for suballocator #72

Open nsubtil opened 8 years ago

nsubtil commented 8 years ago

It would be very useful to allow the suballocator to log what is happening in order to get a feel for how well it's behaving on any given workload.

There is existing code to do that by printing messages to the console (currently disabled). This would be a useful starting point, though we may need to add more information to the output.