Skip to content

Instantly share code, notes, and snippets.

@tamentis
Created June 5, 2014 21:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tamentis/7159750a992b80f132f1 to your computer and use it in GitHub Desktop.
Save tamentis/7159750a992b80f132f1 to your computer and use it in GitHub Desktop.
b02:~/tmp/two$ time hg clone --profile ssh://somehost//hg/myrepo
requesting all changes
adding changesets
adding manifests
adding file changes
added 15202 changesets with 21203 changes to 1753 files (+8 heads)
updating to branch default
130 files updated, 0 files merged, 0 files removed, 0 files unresolved
CallCount Recursive Total(ms) Inline(ms) module:lineno(function)
271 0 14.2564 14.2564 <built-in method compress>
168496 0 12.0448 12.0448 <method 'read' of 'file' objects>
55788 0 2.4364 2.4364 <zlib.compress>
50402 0 24.3086 1.2831 mercurial.revlog:982(_addrevision)
+134957 0 0.3049 0.3049 +<method 'write' of 'file' objects>
+48647 0 2.6405 0.3048 +mercurial.revlog:1006(builddelta)
+50402 0 0.3206 0.1667 +mercurial.revlog:320(end)
+86591 0 0.2944 0.1500 +<len>
+66651 0 0.2074 0.1413 +mercurial.transaction:19(_active)
103638 0 1.2380 1.2380 <zlib.decompress>
110526 0 0.7923 0.7923 <method 'update' of '_hashlib.HASH' objects>
843313 70916 0.9317 0.7911 <len>
+70914 0 0.2013 0.1406 +mercurial.revlog:280(__len__)
+2 0 0.0000 0.0000 +mercurial.localrepo:217(__len__)
185585 0 4.0130 0.7680 mercurial.revlog:823(_chunkraw)
+185585 0 0.8731 0.5103 +mercurial.revlog:320(end)
+185585 0 2.0960 0.4464 +mercurial.revlog:809(_getchunk)
+185585 0 0.2759 0.2759 +mercurial.revlog:318(start)
6 0 0.7472 0.7472 <method 'readline' of 'file' objects>
48294 0 7.5632 0.7344 mercurial.revlog:857(revision)
+98473 0 2.6144 0.2704 +mercurial.revlog:830(_chunk)
+45293 0 2.0707 0.2155 +mercurial.revlog:823(_chunkraw)
+45293 0 0.9695 0.1551 +mercurial.revlog:911(_checkhash)
+45293 0 0.1265 0.1265 +<mercurial.mpatch.patches>
+98473 0 0.0805 0.0805 +<method 'append' of 'list' objects>
87.15s real 50.68s user 16.55s system
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment