Note: This website is archived. For up-to-date information about D projects and development, please visit wiki.dlang.org.

Changes between Version 1 and Version 2 of StdPerfExample

Show
Ignore:
Author:
jcc7 (IP: 68.97.93.38)
Timestamp:
11/21/05 05:34:25 (18 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • StdPerfExample

    v1 v2  
    55== Description == 
    66 
    7 Use the HighPerformanceCounter object in std.perf to find out how long it takes to execute some code. 
     7Use the !HighPerformanceCounter object in std.perf to find out how long it takes to execute some code. 
    88 
    99== Example ==