Changeset 160

Show
Ignore:
Timestamp:
04/15/07 12:47:49 (2 years ago)
Author:
JarrettBillingsley
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/minid/utils.d

    r159 r160  
    708708/// the final output will show the name of the profile, how many times it was instanced, the 
    709709/// tital time in milliseconds, and the average time per instance in milliseconds. 
    710 scope class Profiler : HighPerformanceCounter 
     710scope class Profiler : PerformanceCounter 
    711711{ 
    712712    private static Stream mOutLog; 
     
    807807                mData.length = mData.length * 2; 
    808808        } 
    809          
     809 
    810810        mData[mIndex] = item; 
    811811        mIndex++;