vb6 component analysis tools

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • esource

    vb6 component analysis tools

    does anyone know of a tool that measures performance of dll's, exe's
    etc in a VB application?
    I'm assessing a large vb6 application with 120+ dlls (15 - 20 are
    loaded in MTS). I'm trying to determine which ones are utilized the
    most. make the most calls, take the longest processing time, etc. Is
    there something that can run in the background on an application
    server and display those kind of metrics? I've been looking through
    Visual Studio 6 Enterprise tools, trying to figure them out
    (specifically Application Performance explorer)
    thanks in advance!
  • Ken Halter

    #2
    Re: vb6 component analysis tools

    upie
    "esource" <darrenpaul@sha w.cawrote in message
    news:c96802c6-3322-49f2-b435-d156b27a8b21@s9 g2000prg.google groups.com...
    does anyone know of a tool that measures performance of dll's, exe's
    etc in a VB application?
    This question really belongs in the VB groups... this is a dotNet group
    (they all have dotnet in their names)

    Here's a tool, though...
    Run-time analyzer and monitor for Visual Basic 6.0. Protect, profile and debug your code. Add error handlers.



    --
    Ken Halter
    Part time gro


    Comment

    Working...