As Iakobski says, you can try JetBrains dotTrace.After dowload JetBrains dotTrace, choose your application to profile and choose "Tracing" as your profiling Type.
After Starting profiling, you click "get snapshot" and you will get a Call Tree which records all your all methods that get executed.