Jump to content
Edwin Yip

Flame Graphs visualize profiled code - not sure if Delphi can utilize that!

Recommended Posts

Check https://github.com/brendangregg/FlameGraph, the flame graph is very very cool and intuitive for showing the details of the performance of the call stacks!

 

Not sure if that technical can be applied to Delphi, it seems to be getting the statistics data from DTrace.

 

 @Arnaud Bouchez , it'll be amazing if we can see how our web service methods perform like that :D

 

 

Edited by Edwin Yip

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×