guardiantech + performance   2

Run, Python, Run! >> Harder, Better, Faster, Stronger
"I still can’t figure out exactly which operations are expensive in Python. My C/C++ can’t help me much because it seems that things aren’t implemented like I’d've expected—like lists that aren’t lists, but array lists, leading to  for operations you would otherwise expect to be .<br />
"But a friend of mine—Olivier—showed me a simple, basic, yet rather effective tool to profile Python programs (I’m not sure if I should say script or not).<br />
<br />
<br />
"The tool, RunSnakeRun, inserts hooks in the Python interpreter to build a report of where time is spent, a bit à la Valgrind/Kcachegrind but much simpler, and to display the results using both tables and a rectangular tree-structured inclusion graph (a “SquareMap”)."<br />
<br />
Neat.
charlesarthur  programming  development  tools  performance  from delicious
september 2011 by guardiantech
Measure Page Load Time with Site Speed Analytics Report >> Google Analytics blog
"Therefore, we are thrilled to announce the availability of the Site Speed report in the new Google Analytics platform. With the Site Speed report you can measure the page load time across your site."
charlesarthur  google  performance  analytics  optimization  from delicious
may 2011 by guardiantech

Copy this bookmark:



description:


tags: