Skip to content

Instantly share code, notes, and snippets.

@colindecarlo
Created March 1, 2015 17:14
Show Gist options
  • Select an option

  • Save colindecarlo/c3ee37f05ca7544bb881 to your computer and use it in GitHub Desktop.

Select an option

Save colindecarlo/c3ee37f05ca7544bb881 to your computer and use it in GitHub Desktop.
$ php demo.php
array(2) {
["coolection"]=>
array(3) {
["memory_before"]=>
int(33828416)
["memory_after"]=>
int(33879160)
["delta"]=>
int(50744)
}
["collection"]=>
array(3) {
["memory_before"]=>
int(24765168)
["memory_after"]=>
int(24876568)
["delta"]=>
int(111400)
}
}
array(2) {
["coolection"]=>
array(4) {
["memory_before"]=>
int(33881528)
["memory_after"]=>
int(34256256)
["memory_delta"]=>
int(374728)
["execution_delta"]=>
float(0.0054190158843994)
}
["collection"]=>
array(4) {
["memory_before"]=>
int(34258016)
["memory_after"]=>
int(35091744)
["memory_delta"]=>
int(833728)
["execution_delta"]=>
float(0.023321151733398)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment