I have built a service fabric application which contains stateless and stateful services. When the user hits stateless endpoint(API), the API internally calls stateful service through proxy call and send the response.
Here, I want to check the execution time of each component so started checking profiling tools but I didn't find any good tool.
If anyone is using any tool to check CPU time and execution time of API/ service methods, Please let us know.