Re: Calculate processing time.
- From: "Herfried K. Wagner [MVP]" <hirf-spam-me-here@xxxxxx>
- Date: Mon, 12 Dec 2005 16:03:40 +0100
"Qwert" <nosp@xxxxxxxx> schrieb:
Debug.WriteLine("A: " & DateTime.Now.Ticks.ToString) REM Calculate a bunch of stuff. Some loops and math functions. Debug.WriteLine("B: " & DateTime.Now.Ticks.ToString)
but both A and B have the exact the same value. Is this method incorrect?
You may want to use this timer:
<URL:http://www.mentalis.org/soft/class.qpx?id=8>
--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>
.
- Follow-Ups:
- Re: Calculate processing time.
- From: Qwert
- Re: Calculate processing time.
- References:
- Calculate processing time.
- From: Qwert
- Calculate processing time.
- Prev by Date: Re: Dataadabter update command throws error
- Next by Date: Re: ControlCollection sequence?
- Previous by thread: Re: Calculate processing time.
- Next by thread: Re: Calculate processing time.
- Index(es):
Relevant Pages
|