Please add some sort of performance evaluation functionality to filter forge.
This request is motivated by the two following challenges:
1. being able to identify performance of library filters (I'm not interested in dead slow filters)
2. being able to optimize/construct more optimal filters
Some ideas for a solution:
- Profile the sample time of components inside filters and add it all up
- Do some basic internal rating of components. Count the number of sample draws (it would be very useful if I could see the bomber/whatever component being queried 18 times output sample or so)
- Time a known complex build in filter (preferably something that uses a lot of different components), compare any other filter performance to that reference and use it to put together some absolute performance rating that anyone can relate to.