Skip to content

Instantly share code, notes, and snippets.

@deepfryed
Created May 27, 2010 09:54
Show Gist options
  • Save deepfryed/415644 to your computer and use it in GitHub Desktop.
Save deepfryed/415644 to your computer and use it in GitHub Desktop.
CPP - Using dbixx
bharanee@tardis ~$ /usr/bin/time -v ./dbicpp > /dev/null
Command being timed: "./dbicpp"
User time (seconds): 0.72
System time (seconds): 0.20
Percent of CPU this job got: 28%
Elapsed (wall clock) time (h:mm:ss or m:ss): 0:03.22
Perl - Using DBI
bharanee@tardis ~$ /usr/bin/time -v ./dbi.pl > /dev/null
Command being timed: "./dbi.pl"
User time (seconds): 2.30
System time (seconds): 0.38
Percent of CPU this job got: 56%
Elapsed (wall clock) time (h:mm:ss or m:ss): 0:04.75
YARV - Using DO
bharanee@tardis ~$ /usr/bin/time -v ./do.rb > /dev/null
Command being timed: "./do.rb"
User time (seconds): 4.44
System time (seconds): 0.26
Percent of CPU this job got: 72%
Elapsed (wall clock) time (h:mm:ss or m:ss): 0:06.45
YARV - Using pg
bharanee@tardis ~$ /usr/bin/time -v ./pg.rb > /dev/null
Command being timed: "./pg.rb"
User time (seconds): 1.01
System time (seconds): 0.40
Percent of CPU this job got: 38%
Elapsed (wall clock) time (h:mm:ss or m:ss): 0:03.62
@tigris
Copy link

tigris commented May 28, 2010

I want to see an AR one.... do eeeeeeeeet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment