In spite of having used Juno for a while, I have only just recently started using its profiler visualization, which I find very nice. However I do have a couple questions about how to interpret the visualization:
- The documentation states that in the flamechart, yellow means dynamic dispatch and red means garbage collection. But I also see blue boxes. What does blue mean? Allocation?
- In the source code, I see yellow bars on both function calls and function declarations. I understand the former – it means the call was dispatched dynamically – but what does yellow on a function declaration mean?