~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/lsprof.py

  • Committer: Patch Queue Manager
  • Date: 2011-09-30 01:21:33 UTC
  • mfrom: (6178.1.3 557886-update-file)
  • Revision ID: pqm@pqm.ubuntu.com-20110930012133-ey9vb4tsl104kos5
(mbp) 'bzr update PATH' makes it clear you can't update a single file
 (Martin Pool)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
# I made one modification to profile so that it returns a pair
4
4
# instead of just the Stats object
5
5
 
6
 
from __future__ import absolute_import
7
 
 
8
6
import cPickle
9
7
import os
10
8
import sys