Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Call Count

Status
Not open for further replies.

forestgump786

Programmer
Jul 1, 2004
4
US
Hi there,
I have a DCOM component and a VB app that connects to it and makes several calls. Now, without changing anything in the sourcecode, I want to be able to audit what's going on with the DCOM component like:

List of functions called.
How many calls were made.
....

Is there a tool/mechanism which I can use for this ?

G
 
Maybe you could write a custom proxy/stub DLL that wraps around the real component, incrementing counters for every method? I've never tried doing that but maybe it's doable.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top