Changeset 3292
- Timestamp:
- 02/26/08 13:14:34 (9 months ago)
- Files:
-
- trunk/example/text/xmlpath.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/example/text/xmlpath.d
r3288 r3292 31 31 // time some queries 32 32 StopWatch w; 33 uint count = 100000 ;33 uint count = 1000000; 34 34 auto set = doc.query; 35 35












