Guest User

Untitled

a guest
Oct 18th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. [last: 0] root@SCML-MarcA:~/src/python-hg/cpython-2011-marca# sudo PYTHONPATH=./build/lib.macosx-10.4-intel-2.7 DYLD_LIBRARY_PATH=. dtrace -n 'python*:::function-entry { @num[copyinstr(arg1)] = count(); }' -c './python.exe /Users/marca/dev/git-repos/web2py/web2py.py' 2>&1 | sort -k2nr | head -n 10
  2. __getattr__ 25791
  3. __getitem__ 20469
  4. __next 14250
  5. coords 13754
  6. get 12978
  7. __init__ 10799
  8. __setattr__ 10299
  9. read 7204
  10. append 6667
  11. readline 6002
Add Comment
Please, Sign In to add comment