Skip to content

Instantly share code, notes, and snippets.

@zallarak
Created August 13, 2014 18:54
Show Gist options
  • Save zallarak/d424b698c46873a57e2a to your computer and use it in GitHub Desktop.
Save zallarak/d424b698c46873a57e2a to your computer and use it in GitHub Desktop.
Base malloc large: 7a414310c981ecfde50ce729336df13367a75954
zain@gandalf:~/cs107/assign7$ ./alloctest -f tiny1.script
Evaluating allocator on tiny1....done.
script name correct? utilization requests secs Kreq/sec
-------------------------------------------------------------------------------
tiny1 Y 66% 12 0.000029 414
-------------------------------------------------------------------------------
Aggregate 1 of 1 66% 12 0.000029 414
66% (utilization) 4% (throughput, expressed relative to target 11000 Kreq/sec)
zain@gandalf:~/cs107/assign7$ ./alloctest -f tiny2.script
Evaluating allocator on tiny2....done.
script name correct? utilization requests secs Kreq/sec
-------------------------------------------------------------------------------
tiny2 Y 56% 10 0.000035 282
-------------------------------------------------------------------------------
Aggregate 1 of 1 56% 10 0.000035 282
56% (utilization) 3% (throughput, expressed relative to target 11000 Kreq/sec)
zain@gandalf:~/cs107/assign7$ ./alloctest -f tiny3.script
Evaluating allocator on tiny3....done.
script name correct? utilization requests secs Kreq/sec
-------------------------------------------------------------------------------
tiny3 Y 66% 20 0.000028 706
-------------------------------------------------------------------------------
Aggregate 1 of 1 66% 20 0.000028 706
66% (utilization) 6% (throughput, expressed relative to target 11000 Kreq/sec)
zain@gandalf:~/cs107/assign7$ ./alloctest -f tiny4.script
Evaluating allocator on tiny4....done.
script name correct? utilization requests secs Kreq/sec
-------------------------------------------------------------------------------
tiny4 Y 66% 20 0.000029 678
-------------------------------------------------------------------------------
Aggregate 1 of 1 66% 20 0.000029 678
66% (utilization) 6% (throughput, expressed relative to target 11000 Kreq/sec)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment