MathGroup Archive 2000

[Date Index] [Thread Index] [Author Index]

Search the Archive

RE: How can I display the total time ?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg26347] RE: [mg26326] How can I display the total time ?
  • From: "Krautschik, Chris G" <krautschikc at intel.co.jp>
  • Date: Wed, 13 Dec 2000 02:41:11 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

Enclose the code you want to time using 

Timing[
put your code here...
]


Example:

Timing[
xlist = Table[x, {x, 1, 10000000}];
]

{2.824 Second, Null}

Chris

-----Original Message-----
From: liwen liwen [mailto:gzgear at yahoo.com]
To: mathgroup at smc.vnet.net
Subject: [mg26347] [mg26326] How can I display the total time ?


friends:
       I want to know the total time that running a
routine needs,what should I set the setting?Please
help!

Regards,
         Liwen  12/11/2000

 E-mail: gzgear at yahoo.com 

__________________________________________________
Do You Yahoo!?
Yahoo! Shopping - Thousands of Stores. Millions of Products.
http://shopping.yahoo.com/




  • Prev by Date: Re: Q: Matrix Construction
  • Next by Date: Re: BarChart, Bar Labels disappear
  • Previous by thread: Re: How can I display the total time ?
  • Next by thread: Re: How can I display the total time ?