开发者

Profiling a .net library

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜