Guest User

python -m cProfile main.py

a guest
Sep 6th, 2015
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 64.13 KB | None | 0 0
  1. 166904 function calls (165049 primitive calls) in 119.884 seconds
  2.  
  3. Ordered by: standard name
  4.  
  5. ncalls tottime percall cumtime percall filename:lineno(function)
  6. 1 0.000 0.000 0.000 0.000 <string>:1(<module>)
  7. 1 0.000 0.000 0.000 0.000 <string>:1(DefaultVerifyPaths)
  8. 1 0.000 0.000 0.000 0.000 <string>:1(Match)
  9. 1 0.000 0.000 0.000 0.000 <string>:1(Mismatch)
  10. 1 0.000 0.000 0.000 0.000 <string>:1(ParseResult)
  11. 1 0.000 0.000 0.000 0.000 <string>:1(SplitResult)
  12. 1 0.000 0.000 0.000 0.000 <string>:1(_ASN1Object)
  13. 1 0.000 0.000 0.000 0.000 <string>:1(_Version)
  14. 1 0.000 0.000 0.000 0.000 <string>:1(manifest_mod)
  15. 1 0.000 0.000 0.000 0.000 <string>:2(<module>)
  16. 1 0.000 0.000 0.000 0.000 <string>:7(Chebyshev)
  17. 1 0.000 0.000 0.000 0.000 <string>:7(Hermite)
  18. 1 0.000 0.000 0.000 0.000 <string>:7(HermiteE)
  19. 1 0.000 0.000 0.000 0.000 <string>:7(Laguerre)
  20. 1 0.000 0.000 0.000 0.000 <string>:7(Legendre)
  21. 1 0.000 0.000 0.000 0.000 <string>:7(Polynomial)
  22. 2 0.000 0.000 0.000 0.000 <string>:8(__new__)
  23. 1 0.007 0.007 0.026 0.026 Queue.py:1(<module>)
  24. 1 0.000 0.000 0.000 0.000 Queue.py:13(Empty)
  25. 1 0.000 0.000 0.000 0.000 Queue.py:17(Full)
  26. 1 0.000 0.000 0.000 0.000 Queue.py:21(Queue)
  27. 1 0.000 0.000 0.000 0.000 Queue.py:212(PriorityQueue)
  28. 1 0.000 0.000 0.000 0.000 Queue.py:231(LifoQueue)
  29. 1 0.000 0.000 0.000 0.000 StringIO.py:30(<module>)
  30. 1 0.000 0.000 0.000 0.000 StringIO.py:42(StringIO)
  31. 1 0.000 0.000 0.000 0.000 UserDict.py:58(get)
  32. 5 0.000 0.000 0.000 0.000 UserDict.py:70(__contains__)
  33. 1 0.000 0.000 0.000 0.000 __about__.py:14(<module>)
  34. 1 0.000 0.000 0.000 0.000 __config__.py:3(<module>)
  35. 1 0.000 0.000 0.000 0.000 __future__.py:48(<module>)
  36. 1 0.000 0.000 0.000 0.000 __future__.py:74(_Feature)
  37. 7 0.000 0.000 0.000 0.000 __future__.py:75(__init__)
  38. 5 0.108 0.022 0.792 0.158 __init__.py:1(<module>)
  39. 1 0.001 0.001 0.001 0.001 __init__.py:10(<module>)
  40. 3 0.000 0.000 0.000 0.000 __init__.py:104(CFunctionType)
  41. 1 0.000 0.000 0.000 0.000 __init__.py:104(PEP440Warning)
  42. 1 0.036 0.036 1.527 1.527 __init__.py:106(<module>)
  43. 1 0.000 0.000 0.000 0.000 __init__.py:111(_SetuptoolsVersionMixin)
  44. 1 0.000 0.000 0.000 0.000 __init__.py:112(ModuleDeprecationWarning)
  45. 1 0.000 0.000 0.000 0.000 __init__.py:1125(ExtractionError)
  46. 1 0.000 0.000 0.000 0.000 __init__.py:1141(ResourceManager)
  47. 1 0.000 0.000 0.000 0.000 __init__.py:1145(__init__)
  48. 1 0.000 0.000 0.001 0.001 __init__.py:1148(resource_exists)
  49. 1 0.000 0.000 0.000 0.000 __init__.py:1164(resource_stream)
  50. 162 0.003 0.000 0.016 0.000 __init__.py:1361(safe_name)
  51. 156 0.005 0.000 0.096 0.001 __init__.py:1369(safe_version)
  52. 1 0.000 0.000 0.000 0.000 __init__.py:1398(MarkerEvaluation)
  53. 1 0.000 0.000 0.000 0.000 __init__.py:14(<module>)
  54. 14 0.000 0.000 0.001 0.000 __init__.py:147(_check_size)
  55. 2 0.050 0.025 1.822 0.911 __init__.py:15(<module>)
  56. 1 0.000 0.000 0.000 0.000 __init__.py:152(WorkerQueue)
  57. 1 0.000 0.000 0.000 0.000 __init__.py:1587(NullProvider)
  58. 1 0.000 0.000 0.000 0.000 __init__.py:159(py_object)
  59. 2 0.000 0.000 0.000 0.000 __init__.py:1594(__init__)
  60. 1 0.000 0.000 0.000 0.000 __init__.py:1607(has_resource)
  61. 58 0.001 0.000 0.077 0.001 __init__.py:1610(has_metadata)
  62. 4 0.000 0.000 0.004 0.001 __init__.py:1614(get_metadata)
  63. 4 0.000 0.000 0.004 0.001 __init__.py:1624(get_metadata_lines)
  64. 64 0.002 0.000 0.005 0.000 __init__.py:1676(_fn)
  65. 1 0.000 0.000 0.000 0.000 __init__.py:168(c_short)
  66. 1 0.000 0.000 0.000 0.000 __init__.py:1691(EggProvider)
  67. 2 0.000 0.000 0.001 0.000 __init__.py:1694(__init__)
  68. 2 0.000 0.000 0.001 0.000 __init__.py:1698(_setup_prefix)
  69. 1 0.000 0.000 0.000 0.000 __init__.py:1712(DefaultProvider)
  70. 59 0.001 0.000 0.071 0.001 __init__.py:1715(_has)
  71. 1 0.000 0.000 0.000 0.000 __init__.py:172(c_ushort)
  72. 1 0.000 0.000 0.000 0.000 __init__.py:1724(get_resource_stream)
  73. 4 0.000 0.000 0.004 0.001 __init__.py:1727(_get)
  74. 1 0.000 0.000 0.000 0.000 __init__.py:1737(EmptyProvider)
  75. 1 0.000 0.000 0.000 0.000 __init__.py:1745(__init__)
  76. 1 0.000 0.000 0.000 0.000 __init__.py:1751(ZipManifests)
  77. 1 0.000 0.000 0.000 0.000 __init__.py:176(c_long)
  78. 1 0.000 0.000 0.004 0.004 __init__.py:1778(MemoizedZipManifests)
  79. 1 0.000 0.000 0.000 0.000 __init__.py:1798(ContextualZipFile)
  80. 1 0.000 0.000 0.000 0.000 __init__.py:180(c_ulong)
  81. 1 0.000 0.000 0.000 0.000 __init__.py:1818(ZipProvider)
  82. 1 0.000 0.000 0.000 0.000 __init__.py:197(c_float)
  83. 1 0.000 0.000 0.000 0.000 __init__.py:1986(FileMetadata)
  84. 40 0.001 0.000 0.001 0.000 __init__.py:1998(__init__)
  85. 20 0.000 0.000 0.000 0.000 __init__.py:2001(has_metadata)
  86. 1 0.000 0.000 0.000 0.000 __init__.py:201(c_double)
  87. 1 0.000 0.000 0.000 0.000 __init__.py:2015(PathMetadata)
  88. 122 0.001 0.000 0.001 0.000 __init__.py:2035(__init__)
  89. 1 0.000 0.000 0.000 0.000 __init__.py:2040(EggMetadata)
  90. 1 0.000 0.000 0.000 0.000 __init__.py:205(c_longdouble)
  91. 3 0.000 0.000 0.000 0.000 __init__.py:2056(register_finder)
  92. 22 0.000 0.000 0.006 0.000 __init__.py:2066(find_distributions)
  93. 2 0.000 0.000 0.000 0.000 __init__.py:2094(find_nothing)
  94. 182 0.028 0.000 0.250 0.001 __init__.py:2098(find_on_path)
  95. 1 0.000 0.000 0.000 0.000 __init__.py:210(FuncResult)
  96. 1 0.000 0.000 0.000 0.000 __init__.py:210(SetuptoolsVersion)
  97. 1 0.000 0.000 0.000 0.000 __init__.py:214(SetuptoolsLegacyVersion)
  98. 3 0.000 0.000 0.000 0.000 __init__.py:2148(register_namespace_handler)
  99. 1 0.000 0.000 0.000 0.000 __init__.py:215(c_longlong)
  100. 74 0.006 0.000 0.103 0.001 __init__.py:2165(_handle_ns)
  101. 1 0.000 0.000 0.000 0.000 __init__.py:219(c_ulonglong)
  102. 1 0.000 0.000 0.019 0.019 __init__.py:2192(declare_namespace)
  103. 78 0.002 0.000 0.087 0.001 __init__.py:2224(fixup_namespace_packages)
  104. 1 0.000 0.000 0.000 0.000 __init__.py:226(c_ubyte)
  105. 10 0.000 0.000 0.013 0.001 __init__.py:2260(normalize_path)
  106. 800 0.003 0.000 0.015 0.000 __init__.py:2264(_normalize_cached)
  107. 8 0.000 0.000 0.000 0.000 __init__.py:2279(yield_lines)
  108. 4 0.000 0.000 0.000 0.000 __init__.py:228(_declare_state)
  109. 1 0.000 0.000 0.008 0.008 __init__.py:2319(EntryPoint)
  110. 1 0.000 0.000 0.000 0.000 __init__.py:233(c_byte)
  111. 1 0.000 0.000 0.000 0.000 __init__.py:238(c_char)
  112. 1 0.000 0.000 0.000 0.000 __init__.py:243(c_char_p)
  113. 1 0.000 0.000 0.000 0.000 __init__.py:2454(Distribution)
  114. 162 0.011 0.000 0.123 0.001 __init__.py:2458(__init__)
  115. 162 0.010 0.000 0.151 0.001 __init__.py:2470(from_location)
  116. 1 0.478 0.478 2.089 2.089 __init__.py:25(<module>)
  117. 474 0.007 0.000 0.011 0.000 __init__.py:2526(key)
  118. 1 0.000 0.000 0.000 0.000 __init__.py:255(c_void_p)
  119. 1 0.000 0.000 0.000 0.000 __init__.py:260(c_bool)
  120. 1 0.000 0.000 0.000 0.000 __init__.py:261(get_supported_platform)
  121. 82 0.002 0.000 0.086 0.001 __init__.py:2614(_get_metadata)
  122. 78 0.004 0.000 0.216 0.003 __init__.py:2619(activate)
  123. 1 0.009 0.009 0.009 0.009 __init__.py:265(_reset_cache)
  124. 244 0.003 0.000 0.005 0.000 __init__.py:2655(__getattr__)
  125. 78 0.013 0.000 0.020 0.000 __init__.py:2700(insert_on)
  126. 1 0.000 0.000 0.003 0.003 __init__.py:2783(DistInfoDistribution)
  127. 1 0.000 0.000 0.000 0.000 __init__.py:2866(RequirementParseError)
  128. 1 0.000 0.000 0.000 0.000 __init__.py:291(c_wchar_p)
  129. 1 0.000 0.000 0.000 0.000 __init__.py:2935(Requirement)
  130. 1 0.000 0.000 0.000 0.000 __init__.py:294(c_wchar)
  131. 24 0.004 0.000 0.005 0.000 __init__.py:2994(_get_mro)
  132. 20 0.000 0.000 0.000 0.000 __init__.py:2997(cls)
  133. 1 0.010 0.010 0.021 0.021 __init__.py:3(<module>)
  134. 24 0.001 0.000 0.005 0.000 __init__.py:3001(_find_adapter)
  135. 2 0.000 0.000 0.500 0.250 __init__.py:3069(_call_aside)
  136. 1 0.000 0.000 0.000 0.000 __init__.py:3074(_initialize)
  137. 1 0.000 0.000 0.500 0.500 __init__.py:3084(_initialize_master_working_set)
  138. 78 0.001 0.000 0.217 0.003 __init__.py:3109(<lambda>)
  139. 1 0.000 0.000 0.000 0.000 __init__.py:330(ResolutionError)
  140. 1 0.000 0.000 0.000 0.000 __init__.py:332(CDLL)
  141. 1 0.000 0.000 0.000 0.000 __init__.py:336(VersionConflict)
  142. 1 0.000 0.000 0.000 0.000 __init__.py:349(__init__)
  143. 1 0.000 0.000 0.000 0.000 __init__.py:359(_FuncPtr)
  144. 1 0.000 0.000 0.000 0.000 __init__.py:368(ContextualVersionConflict)
  145. 1 0.021 0.021 0.089 0.089 __init__.py:38(<module>)
  146. 1 0.000 0.000 0.000 0.000 __init__.py:381(DistributionNotFound)
  147. 1 0.000 0.000 0.000 0.000 __init__.py:388(PyDLL)
  148. 1 0.025 0.025 0.037 0.037 __init__.py:4(<module>)
  149. 1 0.000 0.000 0.000 0.000 __init__.py:408(UnknownExtra)
  150. 3 0.000 0.000 0.000 0.000 __init__.py:419(register_loader_type)
  151. 1 0.000 0.000 0.000 0.000 __init__.py:428(LibraryLoader)
  152. 2 0.000 0.000 0.001 0.000 __init__.py:428(get_provider)
  153. 2 0.000 0.000 0.000 0.000 __init__.py:429(__init__)
  154. 1 0.002 0.002 0.035 0.035 __init__.py:44(<module>)
  155. 1 0.022 0.022 0.100 0.100 __init__.py:45(<module>)
  156. 1 0.000 0.000 0.000 0.000 __init__.py:458(get_build_platform)
  157. 3 0.000 0.000 0.000 0.000 __init__.py:493(PYFUNCTYPE)
  158. 3 0.000 0.000 0.000 0.000 __init__.py:494(CFunctionType)
  159. 1 0.001 0.001 0.001 0.001 __init__.py:5(<module>)
  160. 1 0.000 0.000 0.000 0.000 __init__.py:50(MissingModule)
  161. 1 0.000 0.000 0.000 0.000 __init__.py:569(IMetadataProvider)
  162. 1 0.000 0.000 0.000 0.000 __init__.py:593(IResourceProvider)
  163. 1 0.000 0.000 0.000 0.000 __init__.py:621(WorkingSet)
  164. 1 0.000 0.000 0.174 0.174 __init__.py:624(__init__)
  165. 1 0.000 0.000 0.174 0.174 __init__.py:637(_build_master)
  166. 22 0.003 0.000 0.280 0.013 __init__.py:679(add_entry)
  167. 1 0.019 0.019 0.135 0.135 __init__.py:7(<module>)
  168. 79 0.001 0.000 0.001 0.000 __init__.py:737(__iter__)
  169. 1 0.000 0.000 0.000 0.000 __init__.py:74(LazyImporter)
  170. 19 0.000 0.000 0.000 0.000 __init__.py:75(__init__)
  171. 162 0.008 0.000 0.020 0.000 __init__.py:754(add)
  172. 3 0.001 0.000 0.001 0.000 __init__.py:78(CFUNCTYPE)
  173. 1 0.022 0.022 0.025 0.025 __init__.py:88(<module>)
  174. 1 0.002 0.002 0.027 0.027 __init__.py:9(<module>)
  175. 1 0.001 0.001 0.219 0.219 __init__.py:959(subscribe)
  176. 78 0.000 0.000 0.000 0.000 __init__.py:967(_added_new)
  177. 1 0.000 0.000 0.000 0.000 __init__.py:985(Environment)
  178. 1 0.000 0.000 0.000 0.000 _compat.py:14(<module>)
  179. 1 0.000 0.000 0.000 0.000 _compat.py:30(with_metaclass)
  180. 1 0.000 0.000 0.000 0.000 _compat.py:37(metaclass)
  181. 1 0.000 0.000 0.000 0.000 _compat.py:38(__new__)
  182. 1 0.000 0.000 0.000 0.000 _datasource.py:150(DataSource)
  183. 1 0.006 0.006 0.007 0.007 _datasource.py:33(<module>)
  184. 1 0.000 0.000 0.000 0.000 _datasource.py:49(_FileOpeners)
  185. 1 0.000 0.000 0.000 0.000 _datasource.py:499(Repository)
  186. 1 0.000 0.000 0.000 0.000 _datasource.py:72(__init__)
  187. 1 0.000 0.000 0.000 0.000 _endian.py:26(_swapped_meta)
  188. 1 0.000 0.000 0.000 0.000 _endian.py:4(<module>)
  189. 1 0.000 0.000 0.000 0.000 _endian.py:49(BigEndianStructure)
  190. 1 0.000 0.000 0.000 0.000 _import_tools.py:1(<module>)
  191. 1 0.000 0.000 0.000 0.000 _import_tools.py:336(PackageLoaderDebug)
  192. 1 0.000 0.000 0.000 0.000 _import_tools.py:8(PackageLoader)
  193. 40 0.009 0.000 0.035 0.001 _inspect.py:120(getargspec)
  194. 40 0.000 0.000 0.000 0.000 _inspect.py:15(ismethod)
  195. 74 0.000 0.000 0.000 0.000 _inspect.py:152(strseq)
  196. 31 0.001 0.000 0.002 0.000 _inspect.py:159(formatargspec)
  197. 3 0.000 0.000 0.000 0.000 _inspect.py:161(<lambda>)
  198. 1 0.000 0.000 0.000 0.000 _inspect.py:162(<lambda>)
  199. 43 0.000 0.000 0.000 0.000 _inspect.py:163(<lambda>)
  200. 40 0.000 0.000 0.000 0.000 _inspect.py:26(isfunction)
  201. 31 0.000 0.000 0.000 0.000 _inspect.py:39(iscode)
  202. 31 0.001 0.000 0.025 0.001 _inspect.py:61(getargs)
  203. 1 0.000 0.000 0.000 0.000 _inspect.py:7(<module>)
  204. 1 0.000 0.000 0.000 0.000 _internal.py:196(_getintp_ctype)
  205. 1 0.000 0.000 0.000 0.000 _internal.py:217(_missing_ctypes)
  206. 1 0.000 0.000 0.000 0.000 _internal.py:224(_ctypes)
  207. 1 0.005 0.005 0.024 0.024 _internal.py:6(<module>)
  208. 1 0.000 0.000 0.000 0.000 _iotools.py:155(LineSplitter)
  209. 1 0.000 0.000 0.000 0.000 _iotools.py:246(NameValidator)
  210. 1 0.007 0.007 0.007 0.007 _iotools.py:3(<module>)
  211. 1 0.000 0.000 0.000 0.000 _iotools.py:438(ConverterError)
  212. 1 0.000 0.000 0.000 0.000 _iotools.py:445(ConverterLockError)
  213. 1 0.000 0.000 0.000 0.000 _iotools.py:452(ConversionWarning)
  214. 1 0.000 0.000 0.000 0.000 _iotools.py:466(StringConverter)
  215. 1 0.005 0.005 0.005 0.005 _methods.py:5(<module>)
  216. 1 0.000 0.000 0.000 0.000 _numpysndarray.py:34(<module>)
  217. 1 0.015 0.015 1.543 1.543 _numpysurfarray.py:45(<module>)
  218. 1 0.000 0.000 0.000 0.000 _parseaddr.py:172(AddrlistClass)
  219. 1 0.000 0.000 0.000 0.000 _parseaddr.py:452(AddressList)
  220. 1 0.002 0.002 0.003 0.003 _parseaddr.py:7(<module>)
  221. 1 0.000 0.000 0.000 0.000 _structures.py:14(<module>)
  222. 1 0.000 0.000 0.000 0.000 _structures.py:17(Infinity)
  223. 308 0.001 0.000 0.001 0.000 _structures.py:43(__neg__)
  224. 1 0.000 0.000 0.000 0.000 _structures.py:49(NegativeInfinity)
  225. 8 0.000 0.000 0.000 0.000 _weakrefset.py:16(__init__)
  226. 8 0.000 0.000 0.000 0.000 _weakrefset.py:20(__enter__)
  227. 8 0.000 0.000 0.000 0.000 _weakrefset.py:26(__exit__)
  228. 37 0.000 0.000 0.000 0.000 _weakrefset.py:36(__init__)
  229. 8 0.000 0.000 0.000 0.000 _weakrefset.py:52(_commit_removals)
  230. 19 0.000 0.000 0.000 0.000 _weakrefset.py:58(__iter__)
  231. 9 0.000 0.000 0.000 0.000 _weakrefset.py:70(__contains__)
  232. 16 0.000 0.000 0.000 0.000 _weakrefset.py:83(add)
  233. 8 0.000 0.000 0.001 0.000 abc.py:105(register)
  234. 8 0.000 0.000 0.001 0.000 abc.py:148(__subclasscheck__)
  235. 6 0.000 0.000 0.000 0.000 abc.py:15(abstractmethod)
  236. 10 0.001 0.000 0.004 0.000 abc.py:86(__new__)
  237. 17 0.000 0.000 0.001 0.000 abc.py:89(<genexpr>)
  238. 1 0.014 0.014 0.759 0.759 add_newdocs.py:10(<module>)
  239. 1 0.000 0.000 0.000 0.000 arraypad.py:5(<module>)
  240. 1 0.002 0.002 0.008 0.008 arrayprint.py:5(<module>)
  241. 1 0.000 0.000 0.000 0.000 arrayprint.py:532(FloatFormat)
  242. 1 0.000 0.000 0.000 0.000 arrayprint.py:638(IntegerFormat)
  243. 1 0.000 0.000 0.000 0.000 arrayprint.py:658(LongFloatFormat)
  244. 1 0.000 0.000 0.000 0.000 arrayprint.py:688(LongComplexFormat)
  245. 1 0.000 0.000 0.000 0.000 arrayprint.py:699(ComplexFormat)
  246. 1 0.000 0.000 0.000 0.000 arrayprint.py:715(DatetimeFormat)
  247. 1 0.000 0.000 0.000 0.000 arrayprint.py:743(TimedeltaFormat)
  248. 1 0.000 0.000 0.000 0.000 arraysetops.py:26(<module>)
  249. 1 0.000 0.000 0.000 0.000 arrayterator.py:21(Arrayterator)
  250. 1 0.000 0.000 0.000 0.000 arrayterator.py:9(<module>)
  251. 1 0.000 0.000 0.000 0.000 atexit.py:37(register)
  252. 1 0.000 0.000 0.000 0.000 atexit.py:6(<module>)
  253. 1 0.001 0.001 0.002 0.002 base64.py:3(<module>)
  254. 1 0.001 0.001 0.273 0.273 base64mime.py:25(<module>)
  255. 1 0.000 0.000 0.000 0.000 calendar.py:126(Calendar)
  256. 1 0.000 0.000 0.000 0.000 calendar.py:132(__init__)
  257. 1 0.000 0.000 0.000 0.000 calendar.py:138(setfirstweekday)
  258. 1 0.000 0.000 0.000 0.000 calendar.py:21(IllegalMonthError)
  259. 1 0.000 0.000 0.000 0.000 calendar.py:259(TextCalendar)
  260. 1 0.000 0.000 0.000 0.000 calendar.py:28(IllegalWeekdayError)
  261. 1 0.000 0.000 0.000 0.000 calendar.py:376(HTMLCalendar)
  262. 1 0.000 0.000 0.000 0.000 calendar.py:47(_localized_month)
  263. 1 0.000 0.000 0.000 0.000 calendar.py:488(TimeEncoding)
  264. 1 0.000 0.000 0.000 0.000 calendar.py:501(LocaleTextCalendar)
  265. 2 0.000 0.000 0.000 0.000 calendar.py:52(__init__)
  266. 1 0.000 0.000 0.000 0.000 calendar.py:536(LocaleHTMLCalendar)
  267. 1 0.001 0.001 0.002 0.002 calendar.py:6(<module>)
  268. 1 0.000 0.000 0.000 0.000 calendar.py:66(_localized_day)
  269. 2 0.000 0.000 0.000 0.000 calendar.py:71(__init__)
  270. 1 0.009 0.009 0.027 0.027 case.py:1(<module>)
  271. 1 0.001 0.001 0.001 0.001 case.py:1018(FunctionTestCase)
  272. 1 0.000 0.000 0.000 0.000 case.py:131(TestCase)
  273. 1 0.000 0.000 0.000 0.000 case.py:25(SkipTest)
  274. 1 0.000 0.000 0.000 0.000 case.py:34(_ExpectedFailure)
  275. 1 0.000 0.000 0.000 0.000 case.py:45(_UnexpectedSuccess)
  276. 7 0.000 0.000 0.000 0.000 case.py:607(_deprecate)
  277. 1 0.000 0.000 0.000 0.000 case.py:98(_AssertRaisesContext)
  278. 1 0.000 0.000 0.000 0.000 charset.py:156(Charset)
  279. 1 0.001 0.001 0.278 0.278 charset.py:6(<module>)
  280. 1 0.071 0.071 0.080 0.080 chebyshev.py:87(<module>)
  281. 1 0.002 0.002 0.005 0.005 collections.py:1(<module>)
  282. 1 0.000 0.000 0.000 0.000 collections.py:26(OrderedDict)
  283. 8 0.050 0.006 0.063 0.008 collections.py:293(namedtuple)
  284. 355 0.003 0.000 0.003 0.000 collections.py:337(<genexpr>)
  285. 43 0.002 0.000 0.002 0.000 collections.py:361(<genexpr>)
  286. 43 0.000 0.000 0.001 0.000 collections.py:363(<genexpr>)
  287. 1 0.000 0.000 0.000 0.000 collections.py:395(Counter)
  288. 1 0.000 0.000 0.000 0.000 colordict.py:21(<module>)
  289. 1 0.000 0.000 0.000 0.000 compat.py:1(<module>)
  290. 1 0.000 0.000 0.000 0.000 compat.py:21(get_BytesIO)
  291. 1 0.000 0.000 0.001 0.001 contextlib.py:1(<module>)
  292. 1 0.000 0.000 0.000 0.000 contextlib.py:132(closing)
  293. 1 0.000 0.000 0.000 0.000 contextlib.py:54(contextmanager)
  294. 1 0.000 0.000 0.000 0.000 contextlib.py:9(GeneratorContextManager)
  295. 4 0.000 0.000 0.000 0.000 copy_reg.py:14(pickle)
  296. 4 0.000 0.000 0.000 0.000 copy_reg.py:27(constructor)
  297. 1 0.000 0.000 0.000 0.000 core.py:1032(_DomainedBinaryOperation)
  298. 6 0.000 0.000 0.000 0.000 core.py:1052(__init__)
  299. 40 0.001 0.000 0.038 0.001 core.py:109(get_object_signature)
  300. 1 0.000 0.000 0.000 0.000 core.py:128(MAError)
  301. 1 0.000 0.000 0.000 0.000 core.py:131(MaskError)
  302. 1 0.006 0.006 0.056 0.056 core.py:21(<module>)
  303. 1 0.000 0.000 0.000 0.000 core.py:2250(_MaskedPrintOption)
  304. 1 0.000 0.000 0.000 0.000 core.py:2255(__init__)
  305. 1 0.000 0.000 0.000 0.000 core.py:2399(_arraymethod)
  306. 9 0.000 0.000 0.000 0.000 core.py:2428(__init__)
  307. 9 0.000 0.000 0.000 0.000 core.py:2434(getdoc)
  308. 4 0.000 0.000 0.000 0.000 core.py:2441(__get__)
  309. 1 0.000 0.000 0.000 0.000 core.py:2469(MaskedIterator)
  310. 1 0.000 0.000 0.001 0.001 core.py:2572(MaskedArray)
  311. 1 0.000 0.000 0.000 0.000 core.py:5564(mvoid)
  312. 1 0.000 0.000 0.000 0.000 core.py:5761(MaskedConstant)
  313. 1 0.000 0.000 0.000 0.000 core.py:5767(__new__)
  314. 1 0.000 0.000 0.000 0.000 core.py:5770(__array_finalize__)
  315. 1 0.000 0.000 0.000 0.000 core.py:5871(_extrema_operation)
  316. 1 0.000 0.000 0.000 0.000 core.py:5926(_minimum_operation)
  317. 1 0.000 0.000 0.000 0.000 core.py:5928(__init__)
  318. 1 0.000 0.000 0.000 0.000 core.py:5938(_maximum_operation)
  319. 1 0.000 0.000 0.000 0.000 core.py:5940(__init__)
  320. 1 0.000 0.000 0.000 0.000 core.py:5982(_frommethod)
  321. 23 0.012 0.001 0.040 0.002 core.py:5992(__init__)
  322. 23 0.001 0.000 0.028 0.001 core.py:5997(getdoc)
  323. 1 0.000 0.000 0.000 0.000 core.py:7187(_convert2ma)
  324. 8 0.002 0.000 0.003 0.000 core.py:7199(__init__)
  325. 8 0.000 0.000 0.001 0.000 core.py:7204(getdoc)
  326. 1 0.000 0.000 0.000 0.000 core.py:729(_DomainCheckInterval)
  327. 3 0.000 0.000 0.000 0.000 core.py:737(__init__)
  328. 1 0.000 0.000 0.000 0.000 core.py:751(_DomainTan)
  329. 1 0.000 0.000 0.000 0.000 core.py:757(__init__)
  330. 1 0.000 0.000 0.000 0.000 core.py:767(_DomainSafeDivide)
  331. 6 0.000 0.000 0.000 0.000 core.py:769(__init__)
  332. 1 0.000 0.000 0.000 0.000 core.py:782(_DomainGreater)
  333. 3 0.000 0.000 0.000 0.000 core.py:784(__init__)
  334. 1 0.000 0.000 0.000 0.000 core.py:794(_DomainGreaterEqual)
  335. 2 0.000 0.000 0.000 0.000 core.py:796(__init__)
  336. 1 0.000 0.000 0.000 0.000 core.py:805(_MaskedUnaryOperation)
  337. 27 0.001 0.000 0.001 0.000 core.py:822(__init__)
  338. 1 0.000 0.000 0.000 0.000 core.py:883(_MaskedBinaryOperation)
  339. 18 0.000 0.000 0.005 0.000 core.py:902(__init__)
  340. 4 0.000 0.000 0.000 0.000 core.py:92(doc_note)
  341. 1 0.000 0.000 0.000 0.000 ctypeslib.py:158(_ndptr)
  342. 12 0.000 0.000 0.000 0.000 ctypeslib.py:311(prep_simple)
  343. 1 0.006 0.006 0.044 0.044 ctypeslib.py:51(<module>)
  344. 1 0.000 0.000 0.000 0.000 cursors.py:32(<module>)
  345. 1 0.001 0.001 0.001 0.001 decorators.py:15(<module>)
  346. 1 0.000 0.000 0.000 0.000 defchararray.py:1668(chararray)
  347. 1 0.000 0.000 0.001 0.001 defchararray.py:17(<module>)
  348. 1 0.002 0.002 0.003 0.003 defmatrix.py:1(<module>)
  349. 1 0.000 0.000 0.000 0.000 defmatrix.py:206(matrix)
  350. 1 0.000 0.000 0.000 0.000 difflib.py:1670(HtmlDiff)
  351. 1 0.009 0.009 0.017 0.017 difflib.py:27(<module>)
  352. 1 0.000 0.000 0.000 0.000 difflib.py:44(SequenceMatcher)
  353. 1 0.000 0.000 0.000 0.000 difflib.py:764(Differ)
  354. 1 0.000 0.000 0.000 0.000 encoders.py:5(<module>)
  355. 1 0.000 0.000 0.000 0.000 errors.py:13(MessageParseError)
  356. 1 0.000 0.000 0.000 0.000 errors.py:17(HeaderParseError)
  357. 1 0.000 0.000 0.000 0.000 errors.py:21(BoundaryError)
  358. 1 0.000 0.000 0.000 0.000 errors.py:25(MultipartConversionError)
  359. 1 0.000 0.000 0.000 0.000 errors.py:29(CharsetError)
  360. 1 0.000 0.000 0.000 0.000 errors.py:35(MessageDefect)
  361. 1 0.000 0.000 0.000 0.000 errors.py:41(NoBoundaryInMultipartDefect)
  362. 1 0.000 0.000 0.000 0.000 errors.py:44(StartBoundaryNotFoundDefect)
  363. 1 0.000 0.000 0.000 0.000 errors.py:47(FirstHeaderLineIsContinuationDefect)
  364. 1 0.001 0.001 0.001 0.001 errors.py:5(<module>)
  365. 1 0.000 0.000 0.000 0.000 errors.py:50(MisplacedEnvelopeHeaderDefect)
  366. 1 0.000 0.000 0.000 0.000 errors.py:53(MalformedHeaderDefect)
  367. 1 0.000 0.000 0.000 0.000 errors.py:56(MultipartInvariantViolationDefect)
  368. 1 0.000 0.000 0.000 0.000 errors.py:9(MessageError)
  369. 1 0.001 0.001 0.011 0.011 extras.py:10(<module>)
  370. 1 0.000 0.000 0.000 0.000 extras.py:1419(MAxisConcatenator)
  371. 1 0.000 0.000 0.000 0.000 extras.py:1431(__init__)
  372. 1 0.000 0.000 0.000 0.000 extras.py:1485(mr_class)
  373. 1 0.000 0.000 0.000 0.000 extras.py:1501(__init__)
  374. 1 0.000 0.000 0.000 0.000 extras.py:224(_fromnxfunction)
  375. 9 0.000 0.000 0.010 0.001 extras.py:241(__init__)
  376. 9 0.000 0.000 0.010 0.001 extras.py:245(getdoc)
  377. 1 0.000 0.000 0.000 0.000 feedparser.py:158(FeedParser)
  378. 1 0.003 0.003 0.294 0.294 feedparser.py:20(<module>)
  379. 1 0.000 0.000 0.000 0.000 feedparser.py:43(BufferedSubFile)
  380. 1 0.001 0.001 0.001 0.001 fftpack.py:32(<module>)
  381. 1 0.000 0.000 0.000 0.000 financial.py:10(<module>)
  382. 1 0.000 0.000 0.000 0.000 fnmatch.py:11(<module>)
  383. 1 0.001 0.001 0.014 0.014 format.py:136(<module>)
  384. 1 0.001 0.001 0.005 0.005 fromnumeric.py:3(<module>)
  385. 2 0.022 0.011 0.040 0.020 function_base.py:1(<module>)
  386. 1 0.000 0.000 0.000 0.000 function_base.py:1405(vectorize)
  387. 273 0.154 0.001 0.226 0.001 function_base.py:2945(add_newdoc)
  388. 11 0.004 0.000 0.005 0.000 functools.py:17(update_wrapper)
  389. 11 0.000 0.000 0.000 0.000 functools.py:39(wraps)
  390. 59 0.004 0.000 0.070 0.001 genericpath.py:23(exists)
  391. 182 0.007 0.000 0.029 0.000 genericpath.py:46(isdir)
  392. 162 0.003 0.000 0.006 0.000 genericpath.py:93(_splitext)
  393. 1 0.000 0.000 0.000 0.000 getlimits.py:194(iinfo)
  394. 1 0.000 0.000 0.000 0.000 getlimits.py:24(finfo)
  395. 2 0.000 0.000 0.000 0.000 getlimits.py:244(__init__)
  396. 2 0.000 0.000 0.000 0.000 getlimits.py:269(max)
  397. 1 0.000 0.000 0.000 0.000 getlimits.py:3(<module>)
  398. 6 0.000 0.000 0.000 0.000 hashlib.py:100(__get_openssl_constructor)
  399. 1 0.058 0.058 0.058 0.058 hashlib.py:56(<module>)
  400. 1 0.003 0.003 0.003 0.003 heapq.py:31(<module>)
  401. 1 0.000 0.000 0.000 0.000 helper.py:4(<module>)
  402. 1 0.065 0.065 0.078 0.078 hermite.py:59(<module>)
  403. 1 0.096 0.096 0.109 0.109 hermite_e.py:59(<module>)
  404. 1 0.025 0.025 0.086 0.086 index_tricks.py:1(<module>)
  405. 2 0.000 0.000 0.000 0.000 index_tricks.py:145(__init__)
  406. 1 0.000 0.000 0.000 0.000 index_tricks.py:213(AxisConcatenator)
  407. 3 0.000 0.000 0.000 0.000 index_tricks.py:231(__init__)
  408. 1 0.000 0.000 0.000 0.000 index_tricks.py:340(RClass)
  409. 1 0.000 0.000 0.000 0.000 index_tricks.py:434(__init__)
  410. 1 0.000 0.000 0.000 0.000 index_tricks.py:439(CClass)
  411. 1 0.000 0.000 0.000 0.000 index_tricks.py:456(__init__)
  412. 1 0.000 0.000 0.000 0.000 index_tricks.py:461(ndenumerate)
  413. 1 0.000 0.000 0.000 0.000 index_tricks.py:510(ndindex)
  414. 1 0.000 0.000 0.000 0.000 index_tricks.py:584(IndexExpression)
  415. 2 0.000 0.000 0.000 0.000 index_tricks.py:627(__init__)
  416. 1 0.000 0.000 0.000 0.000 index_tricks.py:85(nd_grid)
  417. 1 0.000 0.000 0.000 0.000 info.py:147(<module>)
  418. 1 0.000 0.000 0.000 0.000 info.py:176(<module>)
  419. 1 0.000 0.000 0.000 0.000 info.py:34(<module>)
  420. 1 0.000 0.000 0.000 0.000 info.py:83(<module>)
  421. 1 0.000 0.000 0.000 0.000 info.py:84(<module>)
  422. 1 0.011 0.011 0.014 0.014 io.py:34(<module>)
  423. 1 0.000 0.000 0.000 0.000 io.py:69(IOBase)
  424. 1 0.000 0.000 0.000 0.000 io.py:73(RawIOBase)
  425. 1 0.000 0.000 0.000 0.000 io.py:76(BufferedIOBase)
  426. 1 0.000 0.000 0.000 0.000 io.py:79(TextIOBase)
  427. 1 0.000 0.000 0.000 0.000 iterators.py:5(<module>)
  428. 1 0.000 0.000 0.000 0.000 jstest.py:19(TextPrint)
  429. 1 0.004 0.004 0.004 0.004 jstest.py:3(<module>)
  430. 1 0.000 0.000 0.000 0.000 keyword.py:11(<module>)
  431. 1 0.051 0.051 0.074 0.074 laguerre.py:59(<module>)
  432. 1 0.072 0.072 0.088 0.088 legendre.py:83(<module>)
  433. 1 0.033 0.033 0.033 0.033 linalg.py:10(<module>)
  434. 1 0.000 0.000 0.000 0.000 linalg.py:43(LinAlgError)
  435. 1 0.000 0.000 0.000 0.000 linalg.py:76(_determine_error_states)
  436. 1 0.001 0.001 0.026 0.026 loader.py:1(<module>)
  437. 1 0.000 0.000 0.000 0.000 loader.py:38(TestLoader)
  438. 1 0.004 0.004 0.004 0.004 locals.py:24(<module>)
  439. 1 0.000 0.000 0.000 0.000 machar.py:17(MachAr)
  440. 1 0.000 0.000 0.000 0.000 machar.py:7(<module>)
  441. 1 0.001 0.001 0.009 0.009 main.py:1(<module>)
  442. 1 0.001 0.001 119.938 119.938 main.py:2(<module>)
  443. 1 0.000 0.000 0.000 0.000 main.py:63(TestProgram)
  444. 1 0.001 0.001 0.001 0.001 memmap.py:1(<module>)
  445. 1 0.000 0.000 0.000 0.000 memmap.py:23(memmap)
  446. 2/1 0.051 0.025 117.831 117.831 menu.py:12(launch)
  447. 1 0.008 0.008 2.106 2.106 menu.py:3(<module>)
  448. 1 0.002 0.002 0.282 0.282 message.py:5(<module>)
  449. 1 0.001 0.001 0.001 0.001 message.py:92(Message)
  450. 1 0.000 0.000 0.000 0.000 nanfunctions.py:16(<module>)
  451. 19 0.001 0.000 0.009 0.000 nosetester.py:140(__init__)
  452. 1 0.000 0.000 0.000 0.000 nosetester.py:6(<module>)
  453. 1 0.000 0.000 0.000 0.000 nosetester.py:88(NoseTester)
  454. 1 0.017 0.017 0.045 0.045 npyio.py:1(<module>)
  455. 1 0.000 0.000 0.000 0.000 npyio.py:133(NpzFile)
  456. 1 0.000 0.000 0.000 0.000 npyio.py:90(BagObj)
  457. 1 0.013 0.013 0.031 0.031 numeric.py:1(<module>)
  458. 2 0.000 0.000 0.000 0.000 numeric.py:1617(set_string_function)
  459. 2 0.000 0.000 0.000 0.000 numeric.py:2320(seterr)
  460. 2 0.000 0.000 0.000 0.000 numeric.py:2416(geterr)
  461. 1 0.000 0.000 0.000 0.000 numeric.py:2635(_unspecified)
  462. 1 0.000 0.000 0.000 0.000 numeric.py:2639(errstate)
  463. 1 0.000 0.000 0.000 0.000 numeric.py:2701(__init__)
  464. 1 0.000 0.000 0.000 0.000 numeric.py:2705(__enter__)
  465. 1 0.000 0.000 0.000 0.000 numeric.py:2710(__exit__)
  466. 1 0.000 0.000 0.000 0.000 numeric.py:2716(_setdef)
  467. 3 0.009 0.003 0.010 0.003 numeric.py:346(extend_all)
  468. 1 0.000 0.000 0.000 0.000 numeric.py:49(ComplexWarning)
  469. 72 0.000 0.000 0.000 0.000 numerictypes.py:130(english_lower)
  470. 40 0.000 0.000 0.000 0.000 numerictypes.py:157(english_upper)
  471. 14 0.000 0.000 0.000 0.000 numerictypes.py:184(english_capitalize)
  472. 21 0.000 0.000 0.000 0.000 numerictypes.py:219(_evalname)
  473. 26 0.001 0.000 0.001 0.000 numerictypes.py:232(bitname)
  474. 1 0.000 0.000 0.001 0.001 numerictypes.py:288(_add_types)
  475. 1 0.005 0.005 0.007 0.007 numerictypes.py:304(_add_aliases)
  476. 1 0.000 0.000 0.000 0.000 numerictypes.py:345(_add_integer_aliases)
  477. 1 0.000 0.000 0.000 0.000 numerictypes.py:386(_set_up_aliases)
  478. 1 0.000 0.000 0.000 0.000 numerictypes.py:435(_construct_char_code_lookup)
  479. 30 0.001 0.000 0.001 0.000 numerictypes.py:450(_add_array_type)
  480. 1 0.000 0.000 0.002 0.002 numerictypes.py:458(_set_array_types)
  481. 1 0.000 0.000 0.000 0.000 numerictypes.py:772(_typedict)
  482. 1 0.000 0.000 0.000 0.000 numerictypes.py:787(_construct_lookups)
  483. 1 0.002 0.002 0.013 0.013 numerictypes.py:82(<module>)
  484. 1 0.000 0.000 0.000 0.000 numpytest.py:1(<module>)
  485. 1 0.000 0.000 0.002 0.002 os.py:35(_get_exports_list)
  486. 1 0.000 0.000 0.000 0.000 os.py:472(__setitem__)
  487. 1 0.000 0.000 0.000 0.000 parser.py:17(Parser)
  488. 1 0.002 0.002 0.296 0.296 parser.py:5(<module>)
  489. 1 0.000 0.000 0.000 0.000 parser.py:86(HeaderParser)
  490. 1 0.141 0.141 1.411 1.411 pkgdata.py:18(<module>)
  491. 1 0.000 0.000 0.001 0.001 pkgdata.py:34(getResource)
  492. 93 0.000 0.000 0.000 0.000 pkgutil.py:173(__init__)
  493. 73 0.005 0.000 0.096 0.001 pkgutil.py:176(find_module)
  494. 96 0.002 0.000 0.002 0.000 pkgutil.py:366(get_importer)
  495. 1 0.000 0.000 0.113 0.113 platform.py:10(<module>)
  496. 1 0.000 0.000 0.000 0.000 platform.py:388(_popen)
  497. 1 0.000 0.000 0.000 0.000 plistlib.py:151(DumbXMLWriter)
  498. 1 0.000 0.000 0.000 0.000 plistlib.py:230(PlistWriter)
  499. 1 0.000 0.000 0.000 0.000 plistlib.py:291(_InternalDict)
  500. 1 0.000 0.000 0.000 0.000 plistlib.py:322(Dict)
  501. 1 0.000 0.000 0.000 0.000 plistlib.py:331(Plist)
  502. 1 0.000 0.000 0.000 0.000 plistlib.py:365(Data)
  503. 1 0.000 0.000 0.000 0.000 plistlib.py:393(PlistParser)
  504. 1 0.001 0.001 0.013 0.013 plistlib.py:51(<module>)
  505. 1 0.000 0.000 0.000 0.000 polynomial.py:21(RankWarning)
  506. 1 0.011 0.011 0.054 0.054 polynomial.py:4(<module>)
  507. 1 0.086 0.086 0.100 0.100 polynomial.py:55(<module>)
  508. 1 0.000 0.000 0.000 0.000 polynomial.py:930(poly1d)
  509. 1 0.000 0.000 0.000 0.000 polytemplate.py:11(<module>)
  510. 1 0.001 0.001 0.001 0.001 polyutils.py:33(<module>)
  511. 1 0.000 0.000 0.000 0.000 polyutils.py:48(RankWarning)
  512. 1 0.000 0.000 0.000 0.000 polyutils.py:52(PolyError)
  513. 1 0.000 0.000 0.000 0.000 polyutils.py:56(PolyDomainError)
  514. 1 0.000 0.000 0.000 0.000 polyutils.py:69(PolyBase)
  515. 1 0.000 0.000 0.000 0.000 posixpath.py:112(basename)
  516. 99 0.003 0.000 0.011 0.000 posixpath.py:120(dirname)
  517. 334 0.006 0.000 0.034 0.000 posixpath.py:132(islink)
  518. 83 0.009 0.000 0.012 0.000 posixpath.py:329(normpath)
  519. 83 0.001 0.000 0.014 0.000 posixpath.py:358(abspath)
  520. 83 0.001 0.000 0.076 0.001 posixpath.py:372(realpath)
  521. 83 0.007 0.000 0.061 0.001 posixpath.py:380(_joinrealpath)
  522. 10 0.000 0.000 0.000 0.000 posixpath.py:44(normcase)
  523. 166 0.004 0.000 0.005 0.000 posixpath.py:52(isabs)
  524. 563 0.017 0.000 0.020 0.000 posixpath.py:61(join)
  525. 12 0.000 0.000 0.000 0.000 posixpath.py:82(split)
  526. 162 0.001 0.000 0.007 0.000 posixpath.py:97(splitext)
  527. 1 0.000 0.000 0.000 0.000 pprint.py:35(<module>)
  528. 1 0.000 0.000 0.000 0.000 pprint.py:84(PrettyPrinter)
  529. 1 0.000 0.000 0.000 0.000 py3k.py:4(<module>)
  530. 1 0.001 0.001 0.001 0.001 quopri.py:3(<module>)
  531. 1 0.000 0.000 0.004 0.004 quoprimime.py:27(<module>)
  532. 1 0.000 0.000 0.014 0.014 random.py:100(seed)
  533. 1 0.002 0.002 0.075 0.075 random.py:40(<module>)
  534. 1 0.000 0.000 0.000 0.000 random.py:655(WichmannHill)
  535. 1 0.001 0.001 0.001 0.001 random.py:72(Random)
  536. 1 0.000 0.000 0.000 0.000 random.py:805(SystemRandom)
  537. 1 0.000 0.000 0.014 0.014 random.py:91(__init__)
  538. 164 0.002 0.000 0.013 0.000 re.py:148(sub)
  539. 66 0.001 0.000 0.534 0.008 re.py:192(compile)
  540. 230 0.013 0.000 0.537 0.002 re.py:230(_compile)
  541. 1 0.000 0.000 0.000 0.000 records.py:216(record)
  542. 1 0.000 0.000 0.000 0.000 records.py:286(recarray)
  543. 1 0.001 0.001 0.001 0.001 records.py:36(<module>)
  544. 1 0.000 0.000 0.000 0.000 records.py:85(format_parser)
  545. 1 0.004 0.004 0.017 0.017 result.py:1(<module>)
  546. 3 0.000 0.000 0.004 0.001 result.py:14(failfast)
  547. 1 0.000 0.000 0.004 0.004 result.py:26(TestResult)
  548. 1 0.001 0.001 0.008 0.008 runner.py:1(<module>)
  549. 1 0.000 0.000 0.000 0.000 runner.py:119(TextTestRunner)
  550. 1 0.000 0.000 0.000 0.000 runner.py:12(_WritelnDecorator)
  551. 1 0.000 0.000 0.000 0.000 runner.py:28(TextTestResult)
  552. 1 0.000 0.000 0.000 0.000 scimath.py:17(<module>)
  553. 1 0.000 0.000 0.000 0.000 settings.py:3(<module>)
  554. 244 0.033 0.000 0.057 0.000 settings.py:7(getFullscreen)
  555. 2 0.017 0.009 0.017 0.009 shape_base.py:1(<module>)
  556. 1 0.000 0.000 0.000 0.000 shutil.py:31(Error)
  557. 1 0.000 0.000 0.000 0.000 shutil.py:34(SpecialFileError)
  558. 1 0.000 0.000 0.000 0.000 shutil.py:38(ExecError)
  559. 1 0.001 0.001 0.001 0.001 shutil.py:5(<module>)
  560. 1 0.007 0.007 0.007 0.007 signals.py:1(<module>)
  561. 1 0.000 0.000 0.000 0.000 signals.py:9(_InterruptHandler)
  562. 1 1.526 1.526 114.356 114.356 singleplayer.py:12(play)
  563. 1 0.001 0.001 0.006 0.006 singleplayer.py:3(<module>)
  564. 1 0.005 0.005 0.005 0.005 sndarray.py:57(<module>)
  565. 1 0.000 0.000 0.000 0.000 socket.py:171(_closedsocket)
  566. 1 0.000 0.000 0.000 0.000 socket.py:183(_socketobject)
  567. 1 0.000 0.000 0.000 0.000 socket.py:239(_fileobject)
  568. 1 0.044 0.044 0.046 0.046 socket.py:45(<module>)
  569. 1 0.001 0.001 0.178 0.178 specifiers.py:14(<module>)
  570. 1 0.000 0.000 0.011 0.011 specifiers.py:213(LegacySpecifier)
  571. 1 0.000 0.000 0.000 0.000 specifiers.py:25(InvalidSpecifier)
  572. 7 0.000 0.000 0.001 0.000 specifiers.py:265(_require_version_compare)
  573. 1 0.000 0.000 0.158 0.158 specifiers.py:274(Specifier)
  574. 1 0.000 0.000 0.000 0.000 specifiers.py:31(BaseSpecifier)
  575. 1 0.000 0.000 0.000 0.000 specifiers.py:588(SpecifierSet)
  576. 1 0.000 0.000 0.000 0.000 specifiers.py:88(_IndividualSpecifier)
  577. 1 0.000 0.000 0.000 0.000 sprite.py:1079(GroupSingle)
  578. 1 0.000 0.000 0.000 0.000 sprite.py:1149(collide_rect_ratio)
  579. 1 0.000 0.000 0.000 0.000 sprite.py:1226(collide_circle_ratio)
  580. 1 0.000 0.000 0.000 0.000 sprite.py:198(DirtySprite)
  581. 1 0.000 0.000 0.000 0.000 sprite.py:255(AbstractGroup)
  582. 1 0.000 0.000 0.000 0.000 sprite.py:459(Group)
  583. 1 0.000 0.000 0.000 0.000 sprite.py:484(RenderUpdates)
  584. 1 0.000 0.000 0.000 0.000 sprite.py:512(OrderedUpdates)
  585. 1 0.000 0.000 0.000 0.000 sprite.py:538(LayeredUpdates)
  586. 1 0.025 0.025 0.025 0.025 sprite.py:66(<module>)
  587. 1 0.000 0.000 0.000 0.000 sprite.py:837(LayeredDirty)
  588. 1 0.000 0.000 0.000 0.000 sprite.py:99(Sprite)
  589. 570 0.002 0.000 0.004 0.000 sre_compile.py:101(fixup)
  590. 210 0.008 0.000 0.037 0.000 sre_compile.py:228(_compile_charset)
  591. 210 0.017 0.000 0.027 0.000 sre_compile.py:256(_optimize_charset)
  592. 18 0.001 0.000 0.001 0.000 sre_compile.py:411(_mk_bitmap)
  593. 261 0.003 0.000 0.010 0.000 sre_compile.py:428(_simple)
  594. 62 0.004 0.000 0.026 0.000 sre_compile.py:433(_compile_info)
  595. 124 0.001 0.000 0.001 0.000 sre_compile.py:546(isstring)
  596. 62 0.001 0.000 0.148 0.002 sre_compile.py:552(_code)
  597. 62 0.006 0.000 0.514 0.008 sre_compile.py:567(compile)
  598. 611/62 0.052 0.000 0.121 0.002 sre_compile.py:64(_compile)
  599. 1197 0.009 0.000 0.017 0.000 sre_parse.py:137(__len__)
  600. 2599 0.017 0.000 0.031 0.000 sre_parse.py:141(__getitem__)
  601. 261 0.001 0.000 0.001 0.000 sre_parse.py:145(__setitem__)
  602. 1029 0.005 0.000 0.007 0.000 sre_parse.py:149(append)
  603. 872/327 0.016 0.000 0.019 0.000 sre_parse.py:151(getwidth)
  604. 62 0.001 0.000 0.002 0.000 sre_parse.py:189(__init__)
  605. 7295 0.093 0.000 0.121 0.000 sre_parse.py:193(__next)
  606. 1753 0.006 0.000 0.013 0.000 sre_parse.py:206(match)
  607. 6653 0.045 0.000 0.158 0.000 sre_parse.py:212(get)
  608. 1 0.000 0.000 0.000 0.000 sre_parse.py:216(tell)
  609. 223 0.001 0.000 0.001 0.000 sre_parse.py:221(isident)
  610. 4 0.000 0.000 0.000 0.000 sre_parse.py:224(isdigit)
  611. 42 0.001 0.000 0.002 0.000 sre_parse.py:227(isname)
  612. 103 0.002 0.000 0.004 0.000 sre_parse.py:236(_class_escape)
  613. 140 0.003 0.000 0.004 0.000 sre_parse.py:268(_escape)
  614. 235/62 0.007 0.000 0.341 0.005 sre_parse.py:317(_parse_sub)
  615. 319/67 0.118 0.000 0.339 0.005 sre_parse.py:395(_parse)
  616. 62 0.000 0.000 0.000 0.000 sre_parse.py:67(__init__)
  617. 62 0.002 0.000 0.354 0.006 sre_parse.py:706(parse)
  618. 117 0.001 0.000 0.001 0.000 sre_parse.py:74(opengroup)
  619. 117 0.001 0.000 0.001 0.000 sre_parse.py:85(closegroup)
  620. 611 0.002 0.000 0.002 0.000 sre_parse.py:92(__init__)
  621. 5 0.002 0.000 0.009 0.002 ssl.py:114(_import_symbols)
  622. 1 0.001 0.001 0.002 0.002 ssl.py:129(<dictcomp>)
  623. 1 0.000 0.000 0.000 0.000 ssl.py:183(CertificateError)
  624. 1 0.000 0.000 0.000 0.000 ssl.py:299(_ASN1Object)
  625. 2 0.000 0.000 0.000 0.000 ssl.py:304(__new__)
  626. 1 0.000 0.000 0.000 0.000 ssl.py:320(Purpose)
  627. 1 0.000 0.000 0.000 0.000 ssl.py:328(SSLContext)
  628. 1 0.000 0.000 0.000 0.000 ssl.py:492(SSLSocket)
  629. 1 0.003 0.003 0.039 0.039 ssl.py:88(<module>)
  630. 515 0.007 0.000 0.007 0.000 stat.py:24(S_IFMT)
  631. 182 0.003 0.000 0.004 0.000 stat.py:40(S_ISDIR)
  632. 333 0.003 0.000 0.009 0.000 stat.py:55(S_ISLNK)
  633. 1 0.000 0.000 0.000 0.000 stride_tricks.py:14(DummyArray)
  634. 1 0.000 0.000 0.000 0.000 stride_tricks.py:7(<module>)
  635. 1 0.000 0.000 0.000 0.000 string.py:131(__init__)
  636. 6 0.000 0.000 0.084 0.014 string.py:148(substitute)
  637. 666 0.013 0.000 0.021 0.000 string.py:162(convert)
  638. 1 0.001 0.001 0.001 0.001 suite.py:1(<module>)
  639. 1 0.000 0.000 0.000 0.000 suite.py:16(BaseTestSuite)
  640. 1 0.000 0.000 0.000 0.000 suite.py:252(_ErrorHolder)
  641. 1 0.000 0.000 0.000 0.000 suite.py:299(_DebugResult)
  642. 1 0.000 0.000 0.000 0.000 suite.py:78(TestSuite)
  643. 1 0.004 0.004 1.547 1.547 surfarray.py:60(<module>)
  644. 1 0.000 0.000 0.000 0.000 symbol.py:3(<module>)
  645. 1 0.000 0.000 0.000 0.000 sysconfig.py:584(get_platform)
  646. 1 0.005 0.005 0.005 0.005 sysfont.py:21(<module>)
  647. 1 0.000 0.000 0.000 0.000 tempfile.py:108(_RandomNameSequence)
  648. 1 0.000 0.000 0.001 0.001 tempfile.py:18(<module>)
  649. 1 0.000 0.000 0.000 0.000 tempfile.py:372(_TemporaryFileWrapper)
  650. 1 0.000 0.000 0.000 0.000 tempfile.py:507(SpooledTemporaryFile)
  651. 1 0.011 0.011 0.018 0.018 threading.py:1(<module>)
  652. 1 0.000 0.000 0.000 0.000 threading.py:1058(_Timer)
  653. 1 0.000 0.000 0.000 0.000 threading.py:1088(_MainThread)
  654. 1 0.000 0.000 0.000 0.000 threading.py:1090(__init__)
  655. 1 0.000 0.000 0.000 0.000 threading.py:1097(_set_daemon)
  656. 1 0.000 0.000 0.000 0.000 threading.py:1128(_DummyThread)
  657. 1 0.000 0.000 0.000 0.000 threading.py:125(_RLock)
  658. 2 0.000 0.000 0.000 0.000 threading.py:242(Condition)
  659. 1 0.000 0.000 0.000 0.000 threading.py:255(_Condition)
  660. 2 0.000 0.000 0.000 0.000 threading.py:260(__init__)
  661. 1 0.000 0.000 0.000 0.000 threading.py:300(_is_owned)
  662. 1 0.000 0.000 0.000 0.000 threading.py:373(notify)
  663. 1 0.000 0.000 0.000 0.000 threading.py:400(notifyAll)
  664. 1 0.000 0.000 0.000 0.000 threading.py:423(_Semaphore)
  665. 1 0.000 0.000 0.000 0.000 threading.py:515(_BoundedSemaphore)
  666. 1 0.000 0.000 0.000 0.000 threading.py:542(Event)
  667. 1 0.000 0.000 0.000 0.000 threading.py:552(_Event)
  668. 1 0.000 0.000 0.000 0.000 threading.py:561(__init__)
  669. 1 0.000 0.000 0.000 0.000 threading.py:57(_Verbose)
  670. 1 0.000 0.000 0.000 0.000 threading.py:576(set)
  671. 4 0.000 0.000 0.000 0.000 threading.py:59(__init__)
  672. 1 0.000 0.000 0.000 0.000 threading.py:64(_note)
  673. 1 0.000 0.000 0.000 0.000 threading.py:640(Thread)
  674. 1 0.000 0.000 0.000 0.000 threading.py:656(__init__)
  675. 1 0.000 0.000 0.000 0.000 threading.py:789(_set_ident)
  676. 1 0.000 0.000 0.000 0.000 token.py:1(<module>)
  677. 1 0.000 0.000 0.000 0.000 twodim_base.py:3(<module>)
  678. 1 0.006 0.006 0.271 0.271 type_check.py:3(<module>)
  679. 1 0.000 0.000 0.000 0.000 ufunclike.py:5(<module>)
  680. 1 0.000 0.000 0.000 0.000 urllib.py:1008(addinfo)
  681. 1 0.000 0.000 0.000 0.000 urllib.py:1018(addinfourl)
  682. 1 0.000 0.000 0.000 0.000 urllib.py:114(ContentTooShortError)
  683. 1 0.000 0.000 0.000 0.000 urllib.py:120(URLopener)
  684. 485 0.003 0.000 0.004 0.000 urllib.py:1221(<genexpr>)
  685. 1 0.016 0.016 0.104 0.104 urllib.py:23(<module>)
  686. 1 0.000 0.000 0.000 0.000 urllib.py:616(FancyURLopener)
  687. 1 0.014 0.014 0.014 0.014 urllib.py:860(ftpwrapper)
  688. 1 0.000 0.000 0.000 0.000 urllib.py:959(addbase)
  689. 1 0.000 0.000 0.000 0.000 urllib.py:988(addclosehook)
  690. 1 0.000 0.000 0.000 0.000 urlparse.py:121(SplitResult)
  691. 1 0.000 0.000 0.000 0.000 urlparse.py:129(ParseResult)
  692. 1 0.002 0.002 0.030 0.030 urlparse.py:29(<module>)
  693. 485 0.003 0.000 0.005 0.000 urlparse.py:332(<genexpr>)
  694. 1 0.000 0.000 0.000 0.000 urlparse.py:73(ResultMixin)
  695. 1 0.004 0.004 0.008 0.008 util.py:1(<module>)
  696. 1 0.003 0.003 0.017 0.017 utils.py:1(<module>)
  697. 2 0.000 0.000 0.000 0.000 utils.py:103(__init__)
  698. 2 0.000 0.000 0.000 0.000 utils.py:108(__call__)
  699. 1 0.000 0.000 0.000 0.000 utils.py:1368(WarningMessage)
  700. 1 0.000 0.000 0.000 0.000 utils.py:1400(WarningManager)
  701. 2 0.000 0.000 0.000 0.000 utils.py:152(deprecate)
  702. 1 0.001 0.001 0.001 0.001 utils.py:1588(IgnoreException)
  703. 1 0.013 0.013 0.015 0.015 utils.py:4(<module>)
  704. 1 0.019 0.019 0.272 0.272 utils.py:5(<module>)
  705. 2 0.000 0.000 0.000 0.000 utils.py:87(_set_function_name)
  706. 1 0.000 0.000 0.000 0.000 utils.py:92(_Deprecate)
  707. 1 0.000 0.000 0.000 0.000 utils.py:961(SafeEval)
  708. 1 0.000 0.000 0.000 0.000 uu.py:31(<module>)
  709. 1 0.000 0.000 0.000 0.000 uu.py:39(Error)
  710. 1 0.002 0.002 0.065 0.065 version.py:14(<module>)
  711. 1 0.000 0.000 0.052 0.052 version.py:201(Version)
  712. 156 0.027 0.000 0.077 0.000 version.py:208(__init__)
  713. 582 0.005 0.000 0.005 0.000 version.py:217(<genexpr>)
  714. 154 0.008 0.000 0.014 0.000 version.py:246(__str__)
  715. 582 0.002 0.000 0.002 0.000 version.py:254(<genexpr>)
  716. 18 0.000 0.000 0.000 0.000 version.py:258(<genexpr>)
  717. 1 0.000 0.000 0.000 0.000 version.py:28(<module>)
  718. 1 0.000 0.000 0.000 0.000 version.py:3(<module>)
  719. 462 0.011 0.000 0.011 0.000 version.py:308(_parse_letter_version)
  720. 154 0.000 0.000 0.000 0.000 version.py:340(_parse_local_version)
  721. 154 0.011 0.000 0.014 0.000 version.py:351(_cmpkey)
  722. 188 0.002 0.000 0.002 0.000 version.py:360(<lambda>)
  723. 1 0.000 0.000 0.000 0.000 version.py:46(InvalidVersion)
  724. 1 0.000 0.000 0.000 0.000 version.py:52(_BaseVersion)
  725. 1 0.000 0.000 0.000 0.000 version.py:82(LegacyVersion)
  726. 1 0.000 0.000 0.000 0.000 warnings.py:322(__init__)
  727. 1 0.000 0.000 0.000 0.000 warnings.py:343(__enter__)
  728. 1 0.000 0.000 0.000 0.000 warnings.py:359(__exit__)
  729. 5 0.000 0.000 0.018 0.004 warnings.py:49(filterwarnings)
  730. 1 0.000 0.000 0.000 0.000 warnings.py:78(simplefilter)
  731. 1 0.000 0.000 0.000 0.000 weakref.py:282(__init__)
  732. 1 0.000 0.000 0.000 0.000 zipfile.py:1373(PyZipFile)
  733. 1 0.000 0.000 0.000 0.000 zipfile.py:20(BadZipfile)
  734. 1 0.000 0.000 0.000 0.000 zipfile.py:24(LargeZipFile)
  735. 1 0.000 0.000 0.000 0.000 zipfile.py:262(ZipInfo)
  736. 1 0.003 0.003 0.017 0.017 zipfile.py:3(<module>)
  737. 1 0.000 0.000 0.010 0.010 zipfile.py:420(_ZipDecrypter)
  738. 1 0.009 0.009 0.010 0.010 zipfile.py:433(_GenerateCRCTable)
  739. 1 0.000 0.000 0.004 0.004 zipfile.py:501(ZipExtFile)
  740. 1 0.000 0.000 0.000 0.000 zipfile.py:709(ZipFile)
  741. 2 0.000 0.000 0.000 0.000 {_ctypes.POINTER}
  742. 1 0.000 0.000 0.000 0.000 {_ctypes.dlopen}
  743. 1 0.000 0.000 0.000 0.000 {_ctypes.set_conversion_mode}
  744. 46 0.000 0.000 0.000 0.000 {_ctypes.sizeof}
  745. 1 0.000 0.000 0.000 0.000 {_hashlib.openssl_md5}
  746. 1 0.000 0.000 0.000 0.000 {_hashlib.openssl_sha1}
  747. 1 0.000 0.000 0.000 0.000 {_hashlib.openssl_sha224}
  748. 1 0.000 0.000 0.000 0.000 {_hashlib.openssl_sha256}
  749. 1 0.000 0.000 0.000 0.000 {_hashlib.openssl_sha384}
  750. 1 0.000 0.000 0.000 0.000 {_hashlib.openssl_sha512}
  751. 62 0.005 0.000 0.005 0.000 {_sre.compile}
  752. 917 0.003 0.000 0.003 0.000 {_sre.getlower}
  753. 2 0.000 0.000 0.000 0.000 {_ssl.txt2obj}
  754. 23 0.000 0.000 0.000 0.000 {_struct.calcsize}
  755. 43 0.001 0.000 0.004 0.000 {all}
  756. 1 0.000 0.000 0.000 0.000 {binascii.hexlify}
  757. 167 0.003 0.000 0.003 0.000 {built-in method __new__ of type object at 0x83b5380}
  758. 4 0.000 0.000 0.000 0.000 {built-in method fromkeys}
  759. 1736 0.004 0.000 0.004 0.000 {chr}
  760. 7 0.003 0.000 0.003 0.000 {dir}
  761. 1 0.000 0.000 0.000 0.000 {eval}
  762. 1 0.012 0.012 0.012 0.012 {function seed at 0xb3849f0c}
  763. 776 0.008 0.000 0.008 0.000 {getattr}
  764. 138 0.000 0.000 0.000 0.000 {globals}
  765. 17 0.000 0.000 0.000 0.000 {hasattr}
  766. 79 0.000 0.000 0.000 0.000 {imp.acquire_lock}
  767. 73 0.026 0.000 0.026 0.000 {imp.find_module}
  768. 79 0.000 0.000 0.000 0.000 {imp.release_lock}
  769. 3674 0.019 0.000 0.019 0.000 {isinstance}
  770. 58/47 0.000 0.000 0.001 0.000 {issubclass}
  771. 18918/18594 0.052 0.000 0.057 0.000 {len}
  772. 1 0.000 0.000 0.000 0.000 {locals}
  773. 48 0.002 0.000 0.111 0.002 {map}
  774. 1 0.000 0.000 0.000 0.000 {math.exp}
  775. 2 0.000 0.000 0.000 0.000 {math.log}
  776. 1 0.000 0.000 0.000 0.000 {math.sqrt}
  777. 115 0.000 0.000 0.000 0.000 {max}
  778. 43 0.000 0.000 0.000 0.000 {method '__contains__' of 'frozenset' objects}
  779. 8 0.000 0.000 0.000 0.000 {method '__subclasses__' of 'type' objects}
  780. 8 0.000 0.000 0.000 0.000 {method '__subclasshook__' of 'object' objects}
  781. 2 0.000 0.000 0.000 0.000 {method 'acquire' of 'thread.lock' objects}
  782. 59 0.000 0.000 0.000 0.000 {method 'add' of 'set' objects}
  783. 8741 0.016 0.000 0.016 0.000 {method 'append' of 'list' objects}
  784. 59046 86.732 0.001 86.732 0.001 {method 'blit' of 'pygame.Surface' objects}
  785. 2 0.000 0.000 0.000 0.000 {method 'clear' of 'dict' objects}
  786. 604 0.001 0.000 0.001 0.000 {method 'colliderect' of 'pygame.Rect' objects}
  787. 1 0.000 0.000 0.000 0.000 {method 'disable' of '_lsprof.Profiler' objects}
  788. 3595 0.014 0.000 0.014 0.000 {method 'endswith' of 'str' objects}
  789. 41 0.000 0.000 0.000 0.000 {method 'extend' of 'list' objects}
  790. 10 0.153 0.015 0.153 0.015 {method 'fill' of 'pygame.Surface' objects}
  791. 600 0.002 0.000 0.002 0.000 {method 'find' of 'bytearray' objects}
  792. 1 0.000 0.000 0.000 0.000 {method 'find_module' of 'imp.NullImporter' objects}
  793. 271 0.002 0.000 0.002 0.000 {method 'format' of 'str' objects}
  794. 561 0.001 0.000 0.001 0.000 {method 'get' of 'dict' objects}
  795. 1659 0.005 0.000 0.005 0.000 {method 'get_height' of 'pygame.Surface' objects}
  796. 1543 0.006 0.000 0.006 0.000 {method 'get_rect' of 'pygame.Surface' objects}
  797. 236 0.001 0.000 0.001 0.000 {method 'get_width' of 'pygame.Surface' objects}
  798. 2608 0.012 0.000 0.012 0.000 {method 'group' of '_sre.SRE_Match' objects}
  799. 78 0.002 0.000 0.002 0.000 {method 'index' of 'list' objects}
  800. 8 0.000 0.000 0.000 0.000 {method 'insert' of 'list' objects}
  801. 312 0.000 0.000 0.000 0.000 {method 'isalnum' of 'str' objects}
  802. 43 0.000 0.000 0.000 0.000 {method 'isdigit' of 'str' objects}
  803. 79 0.000 0.000 0.000 0.000 {method 'items' of 'dict' objects}
  804. 460 0.005 0.000 0.010 0.000 {method 'join' of 'str' objects}
  805. 17 0.000 0.000 0.000 0.000 {method 'keys' of 'dict' objects}
  806. 2121 0.008 0.000 0.008 0.000 {method 'lower' of 'str' objects}
  807. 163 0.006 0.000 0.006 0.000 {method 'match' of '_sre.SRE_Pattern' objects}
  808. 334 0.001 0.000 0.001 0.000 {method 'partition' of 'str' objects}
  809. 8 0.000 0.000 0.000 0.000 {method 'play' of 'Sound' objects}
  810. 7 0.000 0.000 0.000 0.000 {method 'pop' of 'dict' objects}
  811. 4 0.000 0.000 0.000 0.000 {method 'pop' of 'list' objects}
  812. 4 0.000 0.000 0.000 0.000 {method 'randint' of 'mtrand.RandomState' objects}
  813. 4 0.000 0.000 0.000 0.000 {method 'read' of 'file' objects}
  814. 1 0.000 0.000 0.000 0.000 {method 'release' of 'thread.lock' objects}
  815. 117 0.000 0.000 0.000 0.000 {method 'remove' of 'list' objects}
  816. 8 0.000 0.000 0.000 0.000 {method 'remove' of 'set' objects}
  817. 259 0.388 0.001 0.388 0.001 {method 'render' of 'pygame.font.Font' objects}
  818. 20 0.000 0.000 0.000 0.000 {method 'replace' of 'str' objects}
  819. 436 0.011 0.000 0.011 0.000 {method 'rfind' of 'str' objects}
  820. 107 0.000 0.000 0.000 0.000 {method 'rstrip' of 'str' objects}
  821. 156 0.013 0.000 0.013 0.000 {method 'search' of '_sre.SRE_Pattern' objects}
  822. 3 0.000 0.000 0.000 0.000 {method 'set_volume' of 'Sound' objects}
  823. 348 0.001 0.000 0.001 0.000 {method 'setdefault' of 'dict' objects}
  824. 8 0.000 0.000 0.000 0.000 {method 'setter' of 'property' objects}
  825. 1 0.000 0.000 0.000 0.000 {method 'sort' of 'list' objects}
  826. 381 0.003 0.000 0.003 0.000 {method 'split' of 'str' objects}
  827. 4 0.000 0.000 0.000 0.000 {method 'splitlines' of 'str' objects}
  828. 1850 0.010 0.000 0.010 0.000 {method 'startswith' of 'str' objects}
  829. 273 0.002 0.000 0.002 0.000 {method 'strip' of 'str' objects}
  830. 170 0.070 0.000 0.091 0.001 {method 'sub' of '_sre.SRE_Pattern' objects}
  831. 1 0.000 0.000 0.000 0.000 {method 'toordinal' of 'datetime.date' objects}
  832. 130 0.000 0.000 0.000 0.000 {method 'translate' of 'str' objects}
  833. 1 0.000 0.000 0.000 0.000 {method 'union' of 'set' objects}
  834. 24 0.000 0.000 0.000 0.000 {method 'update' of 'dict' objects}
  835. 1 0.000 0.000 0.000 0.000 {method 'view' of 'numpy.ndarray' objects}
  836. 225 0.003 0.000 0.003 0.000 {method 'zfill' of 'str' objects}
  837. 1337 0.003 0.000 0.003 0.000 {min}
  838. 38 0.001 0.000 0.001 0.000 {numpy.core.multiarray.array}
  839. 21 0.000 0.000 0.000 0.000 {numpy.core.multiarray.empty}
  840. 2 0.000 0.000 0.000 0.000 {numpy.core.multiarray.set_string_function}
  841. 1 0.000 0.000 0.000 0.000 {numpy.core.multiarray.set_typeDict}
  842. 6 0.000 0.000 0.000 0.000 {numpy.core.umath.geterrobj}
  843. 3 0.000 0.000 0.000 0.000 {numpy.core.umath.seterrobj}
  844. 269 0.019 0.000 0.019 0.000 {numpy.lib._compiled_base.add_docstring}
  845. 249 0.027 0.000 0.027 0.000 {open}
  846. 888 0.001 0.000 0.001 0.000 {ord}
  847. 20 0.000 0.000 0.000 0.000 {posix.access}
  848. 3 0.000 0.000 0.000 0.000 {posix.getcwd}
  849. 2 0.000 0.000 0.000 0.000 {posix.getpid}
  850. 20 0.008 0.000 0.008 0.000 {posix.listdir}
  851. 334 0.019 0.000 0.019 0.000 {posix.lstat}
  852. 1 0.000 0.000 0.000 0.000 {posix.putenv}
  853. 241 0.084 0.000 0.084 0.000 {posix.stat}
  854. 1 0.000 0.000 0.000 0.000 {posix.uname}
  855. 1 0.001 0.001 0.001 0.001 {posix.urandom}
  856. 2 0.681 0.340 0.681 0.340 {pygame.base.init}
  857. 1 0.211 0.211 0.211 0.211 {pygame.base.quit}
  858. 6 0.000 0.000 0.000 0.000 {pygame.display.Info}
  859. 1232 25.746 0.021 25.746 0.021 {pygame.display.flip}
  860. 3 0.019 0.006 0.019 0.006 {pygame.display.set_caption}
  861. 6 0.291 0.048 1.703 0.284 {pygame.display.set_mode}
  862. 1235 0.127 0.000 0.127 0.000 {pygame.event.get}
  863. 3 0.000 0.000 0.000 0.000 {pygame.font.init}
  864. 16 0.099 0.006 0.099 0.006 {pygame.imageext.load_extended}
  865. 3 0.000 0.000 0.000 0.000 {pygame.joystick.get_count}
  866. 3 0.001 0.000 0.001 0.000 {pygame.joystick.init}
  867. 3 0.000 0.000 0.000 0.000 {pygame.joystick.quit}
  868. 1 0.000 0.000 0.000 0.000 {pygame.mixer.init}
  869. 1 0.000 0.000 0.000 0.000 {pygame.mixer_music.load}
  870. 1 0.000 0.000 0.000 0.000 {pygame.mixer_music.play}
  871. 1 0.000 0.000 0.000 0.000 {pygame.mixer_music.set_volume}
  872. 1 0.000 0.000 0.000 0.000 {pygame.mixer_music.stop}
  873. 232 0.003 0.000 0.003 0.000 {pygame.mouse.get_pos}
  874. 676 0.010 0.000 0.010 0.000 {pygame.time.get_ticks}
  875. 2094 0.259 0.000 0.259 0.000 {pygame.transform.rotate}
  876. 2533 0.072 0.000 0.072 0.000 {range}
  877. 51 0.000 0.000 0.000 0.000 {repr}
  878. 73 0.000 0.000 0.000 0.000 {setattr}
  879. 27 0.000 0.000 0.000 0.000 {sys._getframe}
  880. 1 0.000 0.000 0.000 0.000 {sys.exit}
  881. 4 0.000 0.000 0.000 0.000 {thread.allocate_lock}
  882. 2 0.000 0.000 0.000 0.000 {thread.get_ident}
  883. 2 0.000 0.000 0.000 0.000 {zip}
Add Comment
Please, Sign In to add comment