Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Changeset 3292

Show
Ignore:
Timestamp:
02/26/08 13:14:34 (9 months ago)
Author:
kris
Message:

longer loops for testing

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/example/text/xmlpath.d

    r3288 r3292  
    3131        // time some queries 
    3232        StopWatch w; 
    33         uint count = 100000
     33        uint count = 1000000
    3434        auto set = doc.query; 
    3535