[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: notification output bottleneck

From: Johan Corveleyn <jcorvel_at_gmail.com>
Date: Wed, 29 Aug 2012 01:38:44 +0200

On Wed, Aug 29, 2012 at 1:33 AM, Johan Corveleyn <jcorvel_at_gmail.com> wrote:
> On Wed, Aug 29, 2012 at 1:22 AM, Johan Corveleyn <jcorvel_at_gmail.com> wrote:
>> [[[
>> C:\Temp\svnperf>timeit svn export https://playsvn/repos export1
>> ... snip output ...
>> start: 2012-29-08 00:48:49,06
>> end : 2012-29-08 00:53:29,07
>> total runtime: 280010 ms
>
> BTW, for who's interested, 'timeit' is the following BAT script:
>
> [[[
> @ECHO OFF
> REM oneliner: cmd /v:on /c "set
> start=!date:~9,4!-!date:~3,2!-!date:~6,2! !TIME! & THECOMMAND & echo
> start: !start! & echo einde: !date:~9,4!-!date:~3,2!-!date:~6,2!
> !TIME!"

Ouch, the above 4 lines should be on one line (one commented (REM)
line, just mentioning a technique for timing with a one-liner, without
the need for a script). Darn wrapping ...

-- 
Johan
Received on 2012-08-29 01:39:37 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.