Monthly Archives: October 2009

Python’s cProfile–Profiling your code straight-a-way!

This past day or so I have been working on some Facebook puzzles, and in doing so I’ve used Python’s built in code profiler cProfile. It is incredibly easy to set up for cases such as these: simply import cprofile, … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment