Part 8: Profiling in IPython
Category: Languages > Python      Posted: 21 Jun 09

We discuss the following profiling methods:
using %time
using %prun

Three Profiling Tools
Category: Web Development > Ruby On Rails      Posted: 18 Jun 09

Ever want to know what Rails is doing under the hood during a request? In this episode I show three different profiling tools: New Relic RPM, FiveRuns TuneUp, and Rack::Bug.

Request Profiling
Category: Web Development > Ruby On Rails      Posted: 28 Mar 08

You can use profiling to determine where the performance bottlenecks are in specific Rails actions. Watch this episode for details.