Re: VB utilities??
- From: "Cor Ligthert [MVP]" <notmyfirstname@xxxxxxxxx>
- Date: Sun, 19 Mar 2006 07:39:30 +0100
Don,
From your message I understand that you know how the stacks work. Howeverwhat do you do with all the objects. Those are not in the stack and have a
lot of hidden codes.
By the way, the program you are talking about are in my idea already there.
Have a look at google for "profiler Net"
I hope this gives an idea
Cor
"Don" <don81846@xxxxxxxxxxxxxxxxxxxxx> schreef in bericht
news:i7so12p832mr3j23ugcqggremdc4acorct@xxxxxxxxxx
Hi Cor,
Yes, I understand how the "actual" call stack works. What I'm talking
about is an add-in that builds a hierarchical list of procedure calls.
It's for a number of purposes, 1. to find dead procedures that are
never called. 2. to illustrate how the application is designed. It's a
bit like the idea of a flowchart. I know that a flowchart can not
anticipate how an event driven app will actually run though.
The Aivosto add-in that I mentioned had this function (among many
others). I found it quite helpful in understanding how someone else's
software works.
http://www.aivosto.com/
Thank you for your help,
Don
On Sat, 18 Mar 2006 08:31:08 +0100, "Cor Ligthert [MVP]"
<notmyfirstname@xxxxxxxxx> wrote:
Don,
I think it does not make sense. Partially your code is done from the
stack,
however a much more major part is done from the objects, which are
instanced
and released all the times. Some thousands time in a nanosecond.
Just my two worthless Dutch cents.
Cor
"Don" <don81846@xxxxxxxxxxxxxxxxxxxxx> schreef in bericht
news:ndfm12tfoj267aiei3ish5p5r6q1t65pu0@xxxxxxxxxx
The compamy that I was doing software development went bust in early
2001 and I've only occasionally been messin' arround with programming
since.
On one of my attempts to get into VB.Net I think I saw a free add-in
that did a "sort-of" stack trace of all your code. It went threw all
the code modules and built a heirarchy of what procedure called what
others. It also found dead procs. It was like that Aivosto add-in for
VB5 & 6.
Am I making sense? Does anyone have a clue abouy waht I'm talking
about?
Any help will be appreciated.
Don
.
- Follow-Ups:
- Re: VB utilities??
- From: Don
- Re: VB utilities??
- References:
- VB utilities??
- From: Don
- Re: VB utilities??
- From: Cor Ligthert [MVP]
- Re: VB utilities??
- From: Don
- VB utilities??
- Prev by Date: Re: need to adjust some vb6 code - Scancode to Ascii - Please HELP!!
- Next by Date: Re: DataView Multiple Change
- Previous by thread: Re: VB utilities??
- Next by thread: Re: VB utilities??
- Index(es):
Relevant Pages
|
|