#!/usr/bin/env python import pstats p = pstats.Stats('demo.prof') p.sort_stats("time").print_stats(50)