开发者

Profiling a .net library

开发者 https://www.devze.com 2022-12-18 07:54 出处:网络
I\'m referencing a class in a .net library in VB6 and need to profile it.Is there a profiler that c开发者_如何学JAVAan be pointed at a .net library dll?

I'm referencing a class in a .net library in VB6 and need to profile it. Is there a profiler that c开发者_如何学JAVAan be pointed at a .net library dll?

The memory issues I wish to profile only happens when used in the VB6 application. The pure .net test application for the library does not have memory issues.


Run your VB6 application inside a profiler like JetBrains DotTrace or ANTS Profiler. Although the application is VB6, at least DotTrace should be able to see the managed .NET library calls.

0

精彩评论

暂无评论...
验证码 换一张
取 消