time profiling
- Posted by useless Aug 20, 2009
- 895 views
I wrote a quicky http proxy which handles GET and POST in Eu4.b.
It's taking more time to retrieve and pass the page to the browser than i expected. I tried "with profile" and got only a line execution count, with no surprises there. I tried "with profile_time" and got no times on any line except for lines containing "puts(1...)".
Do i need to bracket stuff with code using time() and profile manually? Or ami missing something because the /docs/ and /search are down?
useless