Guest User

Untitled

a guest
Aug 4th, 2016
300
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.61 KB | None | 0 0
  1. # installing zipimport hook
  2. import zipimport # builtin
  3. # installed zipimport hook
  4. # /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site.pyc matches /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site.py
  5. import site # precompiled from /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site.pyc
  6. # /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/os.pyc matches /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/os.py
  7. import os # precompiled from /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/os.pyc
  8. import errno # builtin
  9. import posix # builtin
  10. # /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/posixpath.pyc matches /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/posixpath.py
  11. import posixpath # precompiled from /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/posixpath.pyc
  12. # /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/stat.pyc matches /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/stat.py
  13. import stat # precompiled from /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/stat.pyc
  14. # /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/genericpath.pyc matches /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/genericpath.py
  15. import genericpath # precompiled from /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/genericpath.pyc
  16. # /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/warnings.pyc matches /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/warnings.py
  17. import warnings # precompiled from /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/warnings.pyc
  18. # /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/linecache.pyc matches /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/linecache.py
  19. import linecache # precompiled from /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/linecache.pyc
  20. # /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/types.pyc matches /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/types.py
  21. import types # precompiled from /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/types.pyc
  22. # /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/UserDict.pyc matches /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/UserDict.py
  23. import UserDict # precompiled from /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/UserDict.pyc
  24. # /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_abcoll.pyc matches /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_abcoll.py
  25. import _abcoll # precompiled from /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_abcoll.pyc
  26. # /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/abc.pyc matches /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/abc.py
  27. import abc # precompiled from /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/abc.pyc
  28. # /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_weakrefset.pyc matches /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_weakrefset.py
  29. import _weakrefset # precompiled from /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_weakrefset.pyc
  30. import _weakref # builtin
  31. # /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/copy_reg.pyc matches /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/copy_reg.py
  32. import copy_reg # precompiled from /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/copy_reg.pyc
  33. # /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/traceback.pyc matches /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/traceback.py
  34. import traceback # precompiled from /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/traceback.pyc
  35. # /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sysconfig.pyc matches /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sysconfig.py
  36. import sysconfig # precompiled from /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sysconfig.pyc
  37. # /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/re.pyc matches /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/re.py
  38. import re # precompiled from /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/re.pyc
  39. # /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sre_compile.pyc matches /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sre_compile.py
  40. import sre_compile # precompiled from /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sre_compile.pyc
  41. import _sre # builtin
  42. # /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sre_parse.pyc matches /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sre_parse.py
  43. import sre_parse # precompiled from /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sre_parse.pyc
  44. # /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sre_constants.pyc matches /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sre_constants.py
  45. import sre_constants # precompiled from /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sre_constants.pyc
  46. dlopen("/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_locale.so", 2);
  47. import _locale # dynamically loaded from /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_locale.so
  48. # /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_sysconfigdata.pyc matches /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_sysconfigdata.py
  49. import _sysconfigdata # precompiled from /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_sysconfigdata.pyc
  50. # /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_osx_support.pyc matches /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_osx_support.py
  51. import _osx_support # precompiled from /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_osx_support.pyc
  52. # zipimport: found 20 names in /Library/Python/2.7/site-packages/hashlib-20081119-py2.7-macosx-10.11-intel.egg
  53. # /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/sitecustomize.pyc matches /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/sitecustomize.py
  54. import sitecustomize # precompiled from /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/sitecustomize.pyc
  55. import encodings # directory /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
  56. # /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/__init__.pyc matches /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/__init__.py
  57. import encodings # precompiled from /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/__init__.pyc
  58. # /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/codecs.pyc matches /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/codecs.py
  59. import codecs # precompiled from /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/codecs.pyc
  60. import _codecs # builtin
  61. # /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/aliases.pyc matches /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/aliases.py
  62. import encodings.aliases # precompiled from /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/aliases.pyc
  63. # /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/utf_8.pyc matches /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/utf_8.py
  64. import encodings.utf_8 # precompiled from /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/utf_8.pyc
  65. Python 2.7.12 (default, Jun 29 2016, 14:05:02)
  66. [GCC 4.2.1 Compatible Apple LLVM 7.3.0 (clang-703.0.31)] on darwin
  67. Type "help", "copyright", "credits" or "license" for more information.
  68. # /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.pyc matches /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py
  69. import runpy # precompiled from /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.pyc
  70. import imp # builtin
  71. # /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pkgutil.pyc matches /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pkgutil.py
  72. import pkgutil # precompiled from /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pkgutil.pyc
  73. # /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/__future__.pyc matches /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/__future__.py
  74. import __future__ # precompiled from /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/__future__.pyc
  75. dlopen("/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/math.so", 2);
  76. import math # dynamically loaded from /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/math.so
  77. dlopen("/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/binascii.so", 2);
  78. import binascii # dynamically loaded from /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/binascii.so
  79. # /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.pyc matches /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py
  80. import hashlib # precompiled from /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.pyc
  81. dlopen("/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_hashlib.so", 2);
  82. import _hashlib # dynamically loaded from /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_hashlib.so
  83. dlopen("/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_random.so", 2);
  84. import _random # dynamically loaded from /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_random.so
  85. dlopen("/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/time.so", 2);
  86. import time # dynamically loaded from /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/time.so
  87. # clear __builtin__._
  88. # clear sys.path
  89. # clear sys.argv
  90. # clear sys.ps1
  91. # clear sys.ps2
  92. # clear sys.exitfunc
  93. # clear sys.exc_type
  94. # clear sys.exc_value
  95. # clear sys.exc_traceback
  96. # clear sys.last_type
  97. # clear sys.last_value
  98. # clear sys.last_traceback
  99. # clear sys.path_hooks
  100. # clear sys.path_importer_cache
  101. # clear sys.meta_path
  102. # clear sys.flags
  103. # clear sys.float_info
  104. # restore sys.stdin
  105. # restore sys.stdout
  106. # restore sys.stderr
  107. # cleanup __main__
  108. # cleanup[1] __future__
  109. # cleanup[1] encodings
  110. # cleanup[1] site
  111. # cleanup[1] sysconfig
  112. # cleanup[1] runpy
  113. # cleanup[1] hashlib
  114. # cleanup[1] abc
  115. # cleanup[1] _random
  116. # cleanup[1] _weakrefset
  117. # cleanup[1] binascii
  118. # cleanup[1] sre_constants
  119. # cleanup[1] _codecs
  120. # cleanup[1] _warnings
  121. # cleanup[1] math
  122. # cleanup[1] _sysconfigdata
  123. # cleanup[1] encodings.utf_8
  124. # cleanup[1] _osx_support
  125. # cleanup[1] codecs
  126. # cleanup[1] pkgutil
  127. # cleanup[1] sitecustomize
  128. # cleanup[1] signal
  129. # cleanup[1] traceback
  130. # cleanup[1] posix
  131. # cleanup[1] encodings.aliases
  132. # cleanup[1] time
  133. # cleanup[1] exceptions
  134. # cleanup[1] _weakref
  135. # cleanup[1] _hashlib
  136. # cleanup[1] re
  137. # cleanup[1] zipimport
  138. # cleanup[1] imp
  139. # cleanup[1] _locale
  140. # cleanup[1] sre_compile
  141. # cleanup[1] _sre
  142. # cleanup[1] sre_parse
  143. # cleanup[2] copy_reg
  144. # cleanup[2] posixpath
  145. # cleanup[2] errno
  146. # cleanup[2] _abcoll
  147. # cleanup[2] types
  148. # cleanup[2] genericpath
  149. # cleanup[2] stat
  150. # cleanup[2] warnings
  151. # cleanup[2] UserDict
  152. # cleanup[2] os.path
  153. # cleanup[2] linecache
  154. # cleanup[2] os
  155. # cleanup sys
  156. # cleanup __builtin__
  157. 2000 times random
  158. 0.002 sec, avg 0.505375, stddev 0.291524, min 0.000647665, max 0.999719
  159. 2000 times normalvariate
  160. 0.003 sec, avg -0.0173658, stddev 1.01201, min -3.32423, max 3.16947
  161. 2000 times lognormvariate
  162. 0.003 sec, avg 1.63825, stddev 2.01278, min 0.0447367, max 22.9191
  163. 2000 times vonmisesvariate
  164. 0.004 sec, avg 3.16218, stddev 2.29988, min 0.00186082, max 6.28126
  165. 2000 times gammavariate
  166. 0.004 sec, avg 0.00702565, stddev 0.064527, min 5.19298e-279, max 1.45866
  167. 2000 times gammavariate
  168. 0.005 sec, avg 0.095867, stddev 0.26841, min 7.68701e-50, max 3.05569
  169. 2000 times gammavariate
  170. 0.003 sec, avg 0.191138, stddev 0.56298, min 9.64575e-31, max 5.4303
  171. 2000 times gammavariate
  172. 0.003 sec, avg 0.509157, stddev 0.713178, min 2.12423e-06, max 6.05194
  173. 2000 times gammavariate
  174. 0.004 sec, avg 0.90449, stddev 0.947094, min 0.000300893, max 6.58454
  175. 2000 times gammavariate
  176. 0.005 sec, avg 1.00251, stddev 0.981643, min 0.00165987, max 6.93974
  177. 2000 times gammavariate
  178. 0.006 sec, avg 2.02541, stddev 1.44487, min 0.0390723, max 10.7248
  179. 2000 times gammavariate
  180. 0.004 sec, avg 20.0521, stddev 4.41294, min 7.68204, max 37.5398
  181. 2000 times gammavariate
  182. 0.006 sec, avg 200.213, stddev 14.2775, min 151.403, max 250.89
  183. 2000 times gauss
  184. 0.003 sec, avg 0.050385, stddev 1.00362, min -2.9713, max 3.32595
  185. 2000 times betavariate
  186. 0.008 sec, avg 0.509597, stddev 0.190404, min 0.00865523, max 0.978469
  187. 2000 times triangular
  188. 0.003 sec, avg 0.440057, stddev 0.206577, min 0.0228116, max 0.989076
  189. # cleanup ints: 157 unfreed ints
  190. # cleanup floats: 29 unfreed floats
Advertisement
Add Comment
Please, Sign In to add comment