Profiling flame graph

I am using profiling to check the performance of my code. When I view the profiling flame graph, the bar chart is not shown properly. The bars are very thin and are at the extreme right. Is there an option to change the layout of the graph? Thanks

I’m assuming you mean ProfileView? The bars you’re seeing are the dreaded inference towers, from where the ever watchful eye of the recursive compiler gazes down at you. You can zoom in (with ctrl + mouse) on other parts of the graph to avoid its stare.

3 Likes