Created
August 26, 2020 13:02
-
-
Save ArneBab/3735d703c11222674a471da3ef4c736b to your computer and use it in GitHub Desktop.
profile of hg status in openjdk repository
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/Java/openjdk-upstream $ time HGWITHRUSTEXT=cpython ~/Downloads/hg-stable/hg --profile status | |
*** failed to import extension hggit: 'module' object has no attribute 'command' | |
| 100.0% 1.05s dispatch.py: _callcatch line 43: dispatch.run() | |
| 100.0% 1.05s scmutil.py: callcatch line 486: return scmutil.callcatch(ui... | |
| 100.0% 1.05s dispatch.py: _runcatchfunc line 152: return func() | |
| 100.0% 1.05s commands.py: status line 467: return _dispatch(req) | |
\ 89.5% 0.94s ui.py: pager line 6889: ui.pager(b'status') | |
\ 59.0% 0.62s ui.py: _runpager line 1357: if self._runpager(pagercmd,... | |
| 59.0% 0.62s subprocess.py: __init__ line 1415: env=procutil.tonativeenv(pr... | |
| 59.0% 0.62s subprocess.py: _execute_childline 394: errread, errwrite) | |
| 59.0% 0.62s subprocess.py: _eintr_retry_callline 1023: data = _eintr_retry_call(os... | |
\ 30.5% 0.32s ui.py: formatted line 1329: or not self.formatted() | |
| 30.5% 0.32s ui.py: _isatty line 1584: return self._isatty(self._f... | |
| 30.5% 0.32s procutil.py: isatty line 1265: return procutil.isatty(fh) | |
\ 5.7% 0.06s localrepo.py: status line 6866: opts.get(b'subrepos'), | |
| 5.7% 0.06s context.py: status line 3325: node2, match, ignored, clea... | |
| 5.7% 0.06s context.py: _buildstatus line 428: ctx1, r, match, listignored... | |
| 5.7% 0.06s context.py: _dirstatestatus line 1961: s = self._dirstatestatus(ma... | |
| 5.7% 0.06s dirstate.py: status line 1871: match, subrepos, ignored=ig... | |
| 5.7% 0.06s util.py: __get__ line 1203: elif self._checkcase: | |
| 5.7% 0.06s dirstate.py: _checkcase line 1747: result = self.func(obj) | |
| 5.7% 0.06s util.py: fscasesensitive line 194: return not util.fscasesensi... | |
--- | |
Sample count: 558 | |
Total time: 1.100000 seconds (1.090000 wall) | |
real 0m1,344s | |
user 0m1,385s | |
sys 0m0,580s |
Author
ArneBab
commented
Aug 26, 2020
•
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment