jacob
jacob

Reputation: 1427

Generate profiling information as part of a .net assembly

Is there a tool that can help me profile .net applications by generating a file and then opening the file with a viewer. I want to be able to deploy my application and it will constantly generate profiling information, then when my issue reoccurs I can examine that profiling information file.

Upvotes: 0

Views: 45

Answers (1)

jacob
jacob

Reputation: 1427

jetbrains dotTrace has self profiling api

Upvotes: 1

Related Questions