--inline
Russel Winder
russel at winder.org.uk
Sun Apr 15 08:01:57 PDT 2012
Example anecdotal data:
|> rdmd -O -inline
pi_d2_threadsGlobalState_threadsDataStructure_iterative.d
==== D Threads pi = 3.141592653589970752
==== D Threads iteration count = 1000000000
==== D Threads elapse = 8.014316
==== D Threads thread count = 1
==== D Threads pi = 3.141592653589901030
==== D Threads iteration count = 1000000000
==== D Threads elapse = 4.240378
==== D Threads thread count = 2
==== D Threads pi = 3.141592653589768691
==== D Threads iteration count = 1000000000
==== D Threads elapse = 4.227850
==== D Threads thread count = 8
==== D Threads pi = 3.141592653589756701
==== D Threads iteration count = 1000000000
==== D Threads elapse = 4.183186
==== D Threads thread count = 32
|> rdmd -O pi_d2_threadsGlobalState_threadsDataStructure_iterative.d
==== D Threads pi = 3.141592653589970752
==== D Threads iteration count = 1000000000
==== D Threads elapse = 7.232588
==== D Threads thread count = 1
==== D Threads pi = 3.141592653589901030
==== D Threads iteration count = 1000000000
==== D Threads elapse = 3.857860
==== D Threads thread count = 2
==== D Threads pi = 3.141592653589768691
==== D Threads iteration count = 1000000000
==== D Threads elapse = 3.837348
==== D Threads thread count = 8
==== D Threads pi = 3.141592653589756701
==== D Threads iteration count = 1000000000
==== D Threads elapse = 3.833579
==== D Threads thread count = 32
--
Russel.
=============================================================================
Dr Russel Winder t: +44 20 7585 2200 voip: sip:russel.winder at ekiga.net
41 Buckmaster Road m: +44 7770 465 077 xmpp: russel at winder.org.uk
London SW11 1EN, UK w: www.russel.org.uk skype: russel_winder
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20120415/a53dea52/attachment.pgp>
More information about the Digitalmars-d
mailing list