In the message window in the Commands pulldown, there's Execute Script
Command... that pops up a little dialog. In that dialog, type
Trace("time", 1);
and OK. Then run your network. Now in the same dialog, type
Trace("time", 0);
and OK. You'll see a ton of timing stuff in the message window.
Greg
nancy collins <[EMAIL PROTECTED]>@opendx.watson.ibm.com on 03/04/2002
07:35:46 PM
Please respond to [email protected]
Sent by: [EMAIL PROTECTED]
To: [email protected]
cc:
Subject: Re: [opendx-dev] Timing modules
yes, "-timing on". i think it doesn't print anything until the exec
exits so it's most useful in script mode.
nancy collins
Randall Hopper wrote:
> Is there an option or trace flag to ask DX to tell you how long it
> spends executing each module as it executes a network? Something like
> "-trace on", but with times as well.