Skip to content

Instantly share code, notes, and snippets.

@vertiginous
Created October 1, 2009 21:46
Show Gist options
  • Save vertiginous/199263 to your computer and use it in GitHub Desktop.
Save vertiginous/199263 to your computer and use it in GitHub Desktop.
C:\scripts\repo\pik>ntimer pik.bat 186 ms
Using ruby 1.8.6 (2008-08-11 patchlevel 287) [i386-mswin32]
ContextSwitches - 4628
First level fills = 0
Second level fills = 0
ETime( 0:00:00.312 ) UTime( 0:00:00.015 ) KTime( 0:00:00.015 )
ITime( 0:00:00.250 )
C:\scripts\repo\pik>ntimer pik.bat 186 mi
Using ruby 1.8.6 (2009-03-31 patchlevel 368) [i386-mingw32]
ContextSwitches - 9741
First level fills = 0
Second level fills = 0
ETime( 0:00:00.312 ) UTime( 0:00:00.015 ) KTime( 0:00:00.031 )
ITime( 0:00:00.218 )
C:\scripts\repo\pik>ntimer pik.bat 185
Using ruby 1.8.5 (2006-12-25 patchlevel 12) [i386-mswin32]
ContextSwitches - 5185
First level fills = 0
Second level fills = 0
ETime( 0:00:00.234 ) UTime( 0:00:00.015 ) KTime( 0:00:00.031 )
ITime( 0:00:00.015 )
C:\scripts\repo\pik>ntimer pik.bat 191 p1
Using ruby 1.9.1p129 (2009-05-12 revision 23412) [i386-mingw32]
ContextSwitches - 5937
First level fills = 0
Second level fills = 0
ETime( 0:00:00.297 ) UTime( 0:00:00.015 ) KTime( 0:00:00.015 )
ITime( 0:00:00.312 )
C:\scripts\repo\pik>ntimer pik.bat 191 p2
Using ruby 1.9.1p243 (2009-07-16 revision 24175) [i386-mingw32]
ContextSwitches - 4187
First level fills = 0
Second level fills = 0
ETime( 0:00:00.250 ) UTime( 0:00:00.015 ) KTime( 0:00:00.000 )
ITime( 0:00:00.203 )
C:\scripts\repo\pik>ntimer pik.bat Ir 90
Using IronRuby 0.9.0.0 on .NET 2.0.0.0
ContextSwitches - 15342
First level fills = 0
Second level fills = 0
ETime( 0:00:00.922 ) UTime( 0:00:00.015 ) KTime( 0:00:00.015 )
ITime( 0:00:00.859 )
C:\scripts\repo\pik>ntimer pik.bat Ir 91
Using IronRuby 0.9.1.0 on .NET 2.0.0.0
ContextSwitches - 14091
First level fills = 0
Second level fills = 0
ETime( 0:00:00.969 ) UTime( 0:00:00.015 ) KTime( 0:00:00.015 )
ITime( 0:00:01.000 )
C:\scripts\repo\pik>ntimer pik.bat jruby
Using jruby 1.3.1 (ruby 1.8.6p287) (2009-06-15 2fd6c3d) (Java HotSpot(TM) Client VM 1.6.0_14) [x86-java]
ContextSwitches - 17080
First level fills = 0
Second level fills = 0
ETime( 0:00:01.094 ) UTime( 0:00:00.031 ) KTime( 0:00:00.015 )
ITime( 0:00:00.828 )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment