Guest User

pyrit trace

a guest
Jun 28th, 2016
305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 137.78 KB | None | 0 0
  1. adrianp@bellatrix:~/development/dictionaries$ python -m cProfile /usr/bin/pyrit benchmark
  2. Pyrit 0.4.0 (C) 2008-2011 Lukas Lueg http://pyrit.googlecode.com
  3. This code is distributed under the GNU General Public License v3+
  4.  
  5. Running benchmark (443.5 PMKs/s)... -
  6.  
  7. Computed 443.49 PMKs/s total.
  8. #1: 'CPU-Core (x86)': 115.1 PMKs/s (RTT 3.1)
  9. #2: 'CPU-Core (x86)': 121.2 PMKs/s (RTT 2.9)
  10. #3: 'CPU-Core (x86)': 122.8 PMKs/s (RTT 3.0)
  11. #4: 'CPU-Core (x86)': 113.6 PMKs/s (RTT 2.9)
  12. 132704 function calls (130902 primitive calls) in 90.621 seconds
  13.  
  14. Ordered by: standard name
  15. [1690/9674]
  16. Ordered by: standard name
  17.  
  18. ncalls tottime percall cumtime percall filename:lineno(function)
  19. 1 0.000 0.000 0.035 0.035 <string>:1(<lambda>)
  20. 1 0.000 0.000 0.000 0.000 <string>:1(<module>)
  21. 1 0.000 0.000 0.000 0.000 <string>:1(ArgInfo)
  22. 1 0.000 0.000 0.000 0.000 <string>:1(ArgSpec)
  23. 1 0.000 0.000 0.000 0.000 <string>:1(Arguments)
  24. 1 0.000 0.000 0.000 0.000 <string>:1(Attribute)
  25. 1 0.000 0.000 0.000 0.000 <string>:1(DecimalTuple)
  26. 1 0.000 0.000 0.000 0.000 <string>:1(DefaultVerifyPaths)
  27. 1 0.000 0.000 0.000 0.000 <string>:1(History)
  28. 1 0.000 0.000 0.000 0.000 <string>:1(ModuleInfo)
  29. 1 0.000 0.000 0.000 0.000 <string>:1(ParseResult)
  30. 1 0.000 0.000 0.000 0.000 <string>:1(SplitResult)
  31. 1 0.000 0.000 0.000 0.000 <string>:1(Traceback)
  32. 1 0.000 0.000 0.000 0.000 <string>:1(_ASN1Object)
  33. 3 0.000 0.000 0.027 0.009 <string>:1(mapper)
  34. 2 0.000 0.000 0.002 0.001 <string>:1(relationship)
  35. 2 0.000 0.000 0.000 0.000 <string>:1(synonym)
  36. 2 0.000 0.000 0.000 0.000 <string>:8(__new__)
  37. 1 0.000 0.000 0.000 0.000 BaseHTTPServer.py:102(HTTPServer)
  38. 1 0.000 0.000 0.000 0.000 BaseHTTPServer.py:114(BaseHTTPRequestHandler)
  39. 1 0.002 0.002 0.022 0.022 BaseHTTPServer.py:18(<module>)
  40. 1 0.000 0.000 0.000 0.000 ConfigParser.py:112(Error)
  41. 1 0.000 0.000 0.000 0.000 ConfigParser.py:139(NoSectionError)
  42. 1 0.000 0.000 0.000 0.000 ConfigParser.py:147(DuplicateSectionError)
  43. 1 0.000 0.000 0.000 0.000 ConfigParser.py:155(NoOptionError)
  44. 1 0.000 0.000 0.000 0.000 ConfigParser.py:165(InterpolationError)
  45. 1 0.000 0.000 0.000 0.000 ConfigParser.py:174(InterpolationMissingOptionError)
  46. 1 0.000 0.000 0.000 0.000 ConfigParser.py:188(InterpolationSyntaxError)
  47. 1 0.000 0.000 0.000 0.000 ConfigParser.py:192(InterpolationDepthError)
  48. 1 0.000 0.000 0.000 0.000 ConfigParser.py:204(ParsingError)
  49. 1 0.000 0.000 0.000 0.000 ConfigParser.py:217(MissingSectionHeaderError)
  50. 1 0.000 0.000 0.006 0.006 ConfigParser.py:231(RawConfigParser)
  51. 1 0.000 0.000 0.000 0.000 ConfigParser.py:558(_Chainmap)
  52. 1 0.000 0.000 0.001 0.001 ConfigParser.py:588(ConfigParser)
  53. 1 0.000 0.000 0.001 0.001 ConfigParser.py:686(SafeConfigParser)
  54. 1 0.001 0.001 0.009 0.009 ConfigParser.py:88(<module>)
  55. 1 0.000 0.000 0.000 0.000 Queue.py:1(<module>)
  56. 1 0.000 0.000 0.000 0.000 Queue.py:13(Empty)
  57. 1 0.000 0.000 0.000 0.000 Queue.py:17(Full)
  58. 1 0.000 0.000 0.000 0.000 Queue.py:21(Queue)
  59. 1 0.000 0.000 0.000 0.000 Queue.py:212(PriorityQueue)
  60. 1 0.000 0.000 0.000 0.000 Queue.py:231(LifoQueue)
  61. 1 0.000 0.000 0.000 0.000 SimpleXMLRPCServer.py:160(SimpleXMLRPCDispatcher)
  62. 1 0.000 0.000 0.004 0.004 SimpleXMLRPCServer.py:424(SimpleXMLRPCRequestHandler)
  63. 1 0.000 0.000 0.000 0.000 SimpleXMLRPCServer.py:569(SimpleXMLRPCServer)
  64. 1 0.000 0.000 0.000 0.000 SimpleXMLRPCServer.py:603(MultiPathXMLRPCServer)
  65. 1 0.000 0.000 0.000 0.000 SimpleXMLRPCServer.py:641(CGIXMLRPCRequestHandler)
  66. 1 0.002 0.002 0.046 0.046 SimpleXMLRPCServer.py:97(<module>)
  67. 1 0.002 0.002 0.005 0.005 SocketServer.py:120(<module>)
  68. 1 0.000 0.000 0.000 0.000 SocketServer.py:155(BaseServer)
  69. 1 0.000 0.000 0.000 0.000 SocketServer.py:355(TCPServer)
  70. 1 0.000 0.000 0.000 0.000 SocketServer.py:481(UDPServer)
  71. 1 0.000 0.000 0.000 0.000 SocketServer.py:507(ForkingMixIn)
  72. 1 0.000 0.000 0.000 0.000 SocketServer.py:582(ThreadingMixIn)
  73. 1 0.000 0.000 0.000 0.000 SocketServer.py:610(ForkingUDPServer)
  74. 1 0.000 0.000 0.000 0.000 SocketServer.py:611(ForkingTCPServer)
  75. 1 0.000 0.000 0.000 0.000 SocketServer.py:613(ThreadingUDPServer)
  76. 1 0.000 0.000 0.000 0.000 SocketServer.py:614(ThreadingTCPServer)
  77. 1 0.000 0.000 0.000 0.000 SocketServer.py:618(UnixStreamServer)
  78. 1 0.000 0.000 0.000 0.000 SocketServer.py:621(UnixDatagramServer)
  79. 1 0.000 0.000 0.000 0.000 SocketServer.py:624(ThreadingUnixStreamServer)
  80. 1 0.000 0.000 0.000 0.000 SocketServer.py:626(ThreadingUnixDatagramServer)
  81. 1 0.000 0.000 0.000 0.000 SocketServer.py:628(BaseRequestHandler)
  82. 1 0.000 0.000 0.000 0.000 SocketServer.py:626(ThreadingUnixDatagramServer) [1625/9674]
  83. 1 0.000 0.000 0.000 0.000 SocketServer.py:628(BaseRequestHandler)
  84. 1 0.000 0.000 0.000 0.000 SocketServer.py:674(StreamRequestHandler)
  85. 1 0.000 0.000 0.000 0.000 SocketServer.py:717(DatagramRequestHandler)
  86. 1 0.000 0.000 0.000 0.000 StringIO.py:30(<module>)
  87. 1 0.000 0.000 0.000 0.000 StringIO.py:42(StringIO)
  88. 3 0.000 0.000 0.000 0.000 UserDict.py:103(__contains__)
  89. 1 0.000 0.000 0.000 0.000 UserDict.py:35(__getitem__)
  90. 2 0.000 0.000 0.000 0.000 UserDict.py:4(__init__)
  91. 1 0.000 0.000 0.000 0.000 UserDict.py:91(get)
  92. 1 0.000 0.000 0.000 0.000 __future__.py:48(<module>)
  93. 1 0.000 0.000 0.000 0.000 __future__.py:74(_Feature)
  94. 7 0.000 0.000 0.000 0.000 __future__.py:75(__init__)
  95. 1 0.000 0.000 0.000 0.000 __init__.py:1(<module>)
  96. 1 0.000 0.000 0.000 0.000 __init__.py:1010(Manager)
  97. 1 0.000 0.000 0.000 0.000 __init__.py:1015(__init__)
  98. 15 0.000 0.000 0.002 0.000 __init__.py:1025(getLogger)
  99. 3 0.000 0.000 0.000 0.000 __init__.py:104(CFunctionType)
  100. 15 0.000 0.000 0.001 0.000 __init__.py:1071(_fixupParents)
  101. 1 0.000 0.000 0.000 0.000 __init__.py:1112(Logger)
  102. 2 0.000 0.000 0.002 0.001 __init__.py:112(relation)
  103. 16 0.000 0.000 0.000 0.000 __init__.py:1127(__init__)
  104. 1 0.000 0.000 0.000 0.000 __init__.py:1139(setLevel)
  105. 21 0.000 0.000 0.000 0.000 __init__.py:1157(info)
  106. 1 0.000 0.000 0.009 0.009 __init__.py:126(__go)
  107. 104 0.000 0.000 0.001 0.000 __init__.py:134(<genexpr>)
  108. 21 0.000 0.000 0.000 0.000 __init__.py:1346(getEffectiveLevel)
  109. 21 0.000 0.000 0.000 0.000 __init__.py:1360(isEnabledFor)
  110. 1 0.000 0.000 0.000 0.000 __init__.py:1387(RootLogger)
  111. 1 0.000 0.000 0.000 0.000 __init__.py:1393(__init__)
  112. 1 0.010 0.010 0.162 0.162 __init__.py:14(<module>)
  113. 1 0.000 0.000 0.000 0.000 __init__.py:1401(LoggerAdapter)
  114. 14 0.000 0.000 0.000 0.000 __init__.py:147(_check_size)
  115. 15 0.000 0.000 0.003 0.000 __init__.py:1567(getLogger)
  116. 1 0.000 0.000 0.000 0.000 __init__.py:159(py_object)
  117. 1 0.000 0.000 0.000 0.000 __init__.py:168(c_short)
  118. 1 0.000 0.000 0.000 0.000 __init__.py:1689(NullHandler)
  119. 1 0.001 0.001 0.001 0.001 __init__.py:17(<module>)
  120. 1 0.000 0.000 0.000 0.000 __init__.py:172(c_ushort)
  121. 1 0.000 0.000 0.000 0.000 __init__.py:176(c_long)
  122. 17 0.000 0.000 0.000 0.000 __init__.py:177(_checkLevel)
  123. 1 0.000 0.000 0.000 0.000 __init__.py:180(c_ulong)
  124. 1 0.000 0.000 0.000 0.000 __init__.py:189(c_int)
  125. 1 0.000 0.000 0.000 0.000 __init__.py:193(c_uint)
  126. 1 0.000 0.000 0.000 0.000 __init__.py:197(c_float)
  127. 1 0.000 0.000 0.000 0.000 __init__.py:201(c_double)
  128. 15 0.000 0.000 0.001 0.000 __init__.py:205(_acquireLock)
  129. 1 0.000 0.000 0.000 0.000 __init__.py:205(c_longdouble)
  130. 1 0.000 0.000 0.035 0.035 __init__.py:21(_auto_fn)
  131. 15 0.000 0.000 0.000 0.000 __init__.py:214(_releaseLock)
  132. 1 0.000 0.000 0.000 0.000 __init__.py:225(LogRecord)
  133. 1 0.000 0.000 0.000 0.000 __init__.py:226(c_ubyte)
  134. 1 0.000 0.000 0.000 0.000 __init__.py:233(c_byte)
  135. 1 0.000 0.000 0.000 0.000 __init__.py:238(c_char)
  136. 1 0.002 0.002 0.003 0.003 __init__.py:24(<module>)
  137. 1 0.000 0.000 0.000 0.000 __init__.py:243(c_char_p)
  138. 1 0.000 0.000 0.000 0.000 __init__.py:255(c_void_p)
  139. 1 0.000 0.000 0.000 0.000 __init__.py:260(c_bool)
  140. 1 0.002 0.002 0.047 0.047 __init__.py:263(__go)
  141. 1 0.001 0.001 0.001 0.001 __init__.py:265(_reset_cache)
  142. 68 0.000 0.000 0.001 0.000 __init__.py:270(<genexpr>)
  143. 1 0.000 0.000 0.000 0.000 __init__.py:291(c_wchar_p)
  144. 1 0.000 0.000 0.000 0.000 __init__.py:294(c_wchar)
  145. 1 0.000 0.000 0.000 0.000 __init__.py:332(CDLL)
  146. 1 0.000 0.000 0.000 0.000 __init__.py:347(Formatter)
  147. 2 0.000 0.000 0.001 0.000 __init__.py:349(__init__)
  148. 2 0.000 0.000 0.000 0.000 __init__.py:359(_FuncPtr)
  149. 2 0.000 0.000 0.001 0.000 __init__.py:349(__init__) [1560/9674]
  150. 2 0.000 0.000 0.000 0.000 __init__.py:359(_FuncPtr)
  151. 1 0.000 0.000 0.000 0.000 __init__.py:375(__getattr__)
  152. 1 0.000 0.000 0.000 0.000 __init__.py:382(__getitem__)
  153. 1 0.000 0.000 0.000 0.000 __init__.py:388(PyDLL)
  154. 1 0.000 0.000 0.000 0.000 __init__.py:391(__init__)
  155. 1 0.005 0.005 0.008 0.008 __init__.py:4(<module>)
  156. 1 0.000 0.000 0.000 0.000 __init__.py:41(<lambda>)
  157. 1 0.000 0.000 0.000 0.000 __init__.py:428(LibraryLoader)
  158. 2 0.000 0.000 0.000 0.000 __init__.py:429(__init__)
  159. 1 0.000 0.000 0.000 0.000 __init__.py:49(normalize_encoding)
  160. 3 0.000 0.000 0.000 0.000 __init__.py:493(PYFUNCTYPE)
  161. 3 0.000 0.000 0.000 0.000 __init__.py:494(CFunctionType)
  162. 1 0.000 0.000 0.000 0.000 __init__.py:503(BufferingFormatter)
  163. 1 0.004 0.004 0.031 0.031 __init__.py:52(<module>)
  164. 1 0.000 0.000 0.000 0.000 __init__.py:545(Filter)
  165. 1 0.000 0.000 0.000 0.000 __init__.py:582(Filterer)
  166. 16 0.000 0.000 0.000 0.000 __init__.py:587(__init__)
  167. 1 0.000 0.000 0.000 0.000 __init__.py:656(Handler)
  168. 1 0.000 0.000 0.001 0.001 __init__.py:71(search_function)
  169. 1 0.001 0.001 0.098 0.098 __init__.py:72(__go)
  170. 60 0.000 0.000 0.001 0.000 __init__.py:78(<genexpr>)
  171. 3 0.000 0.000 0.000 0.000 __init__.py:78(CFUNCTYPE)
  172. 5 0.012 0.002 0.510 0.102 __init__.py:8(<module>)
  173. 1 0.000 0.000 0.000 0.000 __init__.py:820(StreamHandler)
  174. 1 0.000 0.000 0.000 0.000 __init__.py:891(FileHandler)
  175. 3 0.001 0.000 0.374 0.125 __init__.py:9(<module>)
  176. 1 0.000 0.000 0.000 0.000 __init__.py:9(Connector)
  177. 1 0.000 0.000 0.000 0.000 __init__.py:963(PlaceHolder)
  178. 10 0.000 0.000 0.000 0.000 __init__.py:969(__init__)
  179. 19 0.000 0.000 0.000 0.000 __init__.py:976(append)
  180. 3 0.000 0.000 0.000 0.000 _abcoll.py:24(_hasattr)
  181. 26 0.000 0.000 0.000 0.000 _abcoll.py:26(<genexpr>)
  182. 3 0.000 0.000 0.000 0.000 _abcoll.py:386(__contains__)
  183. 2 0.000 0.000 0.000 0.000 _abcoll.py:63(__subclasshook__)
  184. 1 0.000 0.000 0.000 0.000 _abcoll.py:83(__subclasshook__)
  185. 12 0.000 0.000 0.000 0.000 _abcoll.py:98(__subclasshook__)
  186. 1 0.000 0.000 0.000 0.000 _collections.py:1009(ThreadLocalRegistry)
  187. 1 0.000 0.000 0.000 0.000 _collections.py:112(_LW)
  188. 1 0.000 0.000 0.000 0.000 _collections.py:132(ImmutableContainer)
  189. 1 0.000 0.000 0.000 0.000 _collections.py:139(immutabledict)
  190. 22 0.000 0.000 0.000 0.000 _collections.py:144(__new__)
  191. 22 0.000 0.000 0.000 0.000 _collections.py:149(__init__)
  192. 4 0.000 0.000 0.000 0.000 _collections.py:155(union)
  193. 1 0.000 0.000 0.000 0.000 _collections.py:172(Properties)
  194. 20 0.000 0.000 0.000 0.000 _collections.py:177(__init__)
  195. 9 0.000 0.000 0.000 0.000 _collections.py:180(__len__)
  196. 20 0.000 0.000 0.000 0.000 _collections.py:183(__iter__)
  197. 11 0.000 0.000 0.000 0.000 _collections.py:189(__setitem__)
  198. 7 0.000 0.000 0.000 0.000 _collections.py:192(__getitem__)
  199. 1 0.000 0.000 0.000 0.000 _collections.py:21(AbstractKeyedTuple)
  200. 44 0.000 0.000 0.000 0.000 _collections.py:213(__contains__)
  201. 2 0.000 0.000 0.000 0.000 _collections.py:224(get)
  202. 1 0.000 0.000 0.000 0.000 _collections.py:246(OrderedProperties)
  203. 17 0.000 0.000 0.000 0.000 _collections.py:252(__init__)
  204. 1 0.000 0.000 0.000 0.000 _collections.py:256(ImmutableProperties)
  205. 1 0.000 0.000 0.000 0.000 _collections.py:262(OrderedDict)
  206. 20 0.000 0.000 0.000 0.000 _collections.py:270(__init__)
  207. 3 0.000 0.000 0.000 0.000 _collections.py:291(update)
  208. 20 0.000 0.000 0.000 0.000 _collections.py:315(values)
  209. 46 0.000 0.000 0.000 0.000 _collections.py:331(__setitem__)
  210. 1 0.000 0.000 0.000 0.000 _collections.py:358(OrderedSet)
  211. 24 0.000 0.000 0.001 0.000 _collections.py:359(__init__)
  212. 1 0.000 0.000 0.000 0.000 _collections.py:36(KeyedTuple)
  213. 26 0.000 0.000 0.000 0.000 _collections.py:394(__iter__)
  214. 6 0.000 0.000 0.000 0.000 _collections.py:421(intersection)
  215. 21 0.000 0.000 0.000 0.000 _collections.py:423(<genexpr>)
  216. 6 0.000 0.000 0.000 0.000 _collections.py:421(intersection) [1495/9674]
  217. 21 0.000 0.000 0.000 0.000 _collections.py:423(<genexpr>)
  218. 3 0.000 0.000 0.000 0.000 _collections.py:435(difference)
  219. 7 0.000 0.000 0.000 0.000 _collections.py:437(<genexpr>)
  220. 1 0.000 0.000 0.000 0.000 _collections.py:465(IdentitySet)
  221. 1 0.000 0.000 0.000 0.000 _collections.py:672(WeakSequence)
  222. 3 0.000 0.000 0.000 0.000 _collections.py:673(__init__)
  223. 15 0.000 0.000 0.000 0.000 _collections.py:687(__iter__)
  224. 15 0.000 0.000 0.000 0.000 _collections.py:688(<genexpr>)
  225. 15 0.000 0.000 0.000 0.000 _collections.py:689(<genexpr>)
  226. 1 0.000 0.000 0.000 0.000 _collections.py:700(OrderedIdentitySet)
  227. 1 0.000 0.000 0.000 0.000 _collections.py:701(_working_set)
  228. 1 0.000 0.000 0.000 0.000 _collections.py:716(PopulateDict)
  229. 6 0.000 0.000 0.000 0.000 _collections.py:724(__init__)
  230. 4/3 0.000 0.000 0.036 0.012 _collections.py:727(__missing__)
  231. 21 0.000 0.000 0.000 0.000 _collections.py:747(unique_list)
  232. 1 0.000 0.000 0.000 0.000 _collections.py:760(UniqueAppender)
  233. 15 0.000 0.000 0.002 0.000 _collections.py:794(to_list)
  234. 1 0.002 0.002 0.002 0.002 _collections.py:8(<module>)
  235. 4 0.000 0.000 0.000 0.000 _collections.py:836(update_copy)
  236. 1 0.000 0.000 0.000 0.000 _collections.py:859(LRUCache)
  237. 1 0.000 0.000 0.000 0.000 _collections.py:869(__init__)
  238. 1 0.000 0.000 0.000 0.000 _collections.py:953(ScopedRegistry)
  239. 1 0.000 0.000 0.000 0.000 _endian.py:26(_swapped_meta)
  240. 1 0.000 0.000 0.000 0.000 _endian.py:4(<module>)
  241. 1 0.000 0.000 0.000 0.000 _endian.py:49(BigEndianStructure)
  242. 31 0.000 0.000 0.000 0.000 _weakrefset.py:16(__init__)
  243. 31 0.000 0.000 0.000 0.000 _weakrefset.py:20(__enter__)
  244. 31 0.000 0.000 0.000 0.000 _weakrefset.py:26(__exit__)
  245. 66 0.001 0.000 0.001 0.000 _weakrefset.py:36(__init__)
  246. 31 0.000 0.000 0.000 0.000 _weakrefset.py:52(_commit_removals)
  247. 65 0.001 0.000 0.001 0.000 _weakrefset.py:58(__iter__)
  248. 58 0.000 0.000 0.000 0.000 _weakrefset.py:70(__contains__)
  249. 46 0.000 0.000 0.000 0.000 _weakrefset.py:83(add)
  250. 14 0.000 0.000 0.003 0.000 abc.py:105(register)
  251. 12 0.000 0.000 0.002 0.000 abc.py:128(__instancecheck__)
  252. 32/16 0.001 0.000 0.004 0.000 abc.py:148(__subclasscheck__)
  253. 37 0.000 0.000 0.000 0.000 abc.py:15(abstractmethod)
  254. 13 0.001 0.000 0.004 0.000 abc.py:86(__new__)
  255. 54 0.000 0.000 0.001 0.000 abc.py:89(<genexpr>)
  256. 1 0.000 0.000 0.000 0.000 annotation.py:12(<module>)
  257. 11 0.000 0.000 0.000 0.000 annotation.py:130(_deep_deannotate)
  258. 11 0.000 0.000 0.000 0.000 annotation.py:135(clone)
  259. 192 0.011 0.000 0.012 0.000 annotation.py:169(_new_annotation_type)
  260. 1 0.000 0.000 0.000 0.000 annotation.py:18(Annotated)
  261. 3 0.001 0.000 0.014 0.005 annotation.py:190(_prepare_annotations)
  262. 1 0.001 0.001 0.004 0.004 api.py:10(<module>)
  263. 2 0.000 0.000 0.001 0.001 api.py:123(decorate)
  264. 10 0.000 0.000 0.001 0.000 api.py:21(_event_key)
  265. 10 0.000 0.000 0.003 0.000 api.py:31(listen)
  266. 2 0.000 0.000 0.000 0.000 api.py:92(listens_for)
  267. 1 0.000 0.000 0.000 0.000 ascii.py:13(Codec)
  268. 1 0.000 0.000 0.000 0.000 ascii.py:20(IncrementalEncoder)
  269. 1 0.000 0.000 0.000 0.000 ascii.py:24(IncrementalDecoder)
  270. 1 0.000 0.000 0.000 0.000 ascii.py:28(StreamWriter)
  271. 1 0.000 0.000 0.000 0.000 ascii.py:31(StreamReader)
  272. 1 0.000 0.000 0.000 0.000 ascii.py:34(StreamConverter)
  273. 1 0.000 0.000 0.000 0.000 ascii.py:41(getregentry)
  274. 1 0.000 0.000 0.000 0.000 ascii.py:8(<module>)
  275. 1 0.000 0.000 0.000 0.000 atexit.py:37(register)
  276. 1 0.000 0.000 0.000 0.000 atexit.py:6(<module>)
  277. 2 0.000 0.000 0.001 0.000 attr.py:106(append)
  278. 72 0.002 0.000 0.004 0.000 attr.py:123(update_subclass)
  279. 2 0.000 0.000 0.000 0.000 attr.py:154(for_modify)
  280. 1 0.000 0.000 0.000 0.000 attr.py:164(_InstanceLevelDispatch)
  281. 8 0.000 0.000 0.000 0.000 attr.py:167(_adjust_fn_spec)
  282. 1 0.000 0.000 0.000 0.000 attr.py:171(_EmptyListener)
  283. 8 0.000 0.000 0.000 0.000 attr.py:167(_adjust_fn_spec) [1430/9674]
  284. 1 0.000 0.000 0.000 0.000 attr.py:171(_EmptyListener)
  285. 71 0.001 0.000 0.005 0.000 attr.py:186(__init__)
  286. 8 0.000 0.000 0.000 0.000 attr.py:193(for_modify)
  287. 52 0.000 0.000 0.004 0.000 attr.py:214(__call__)
  288. 1 0.000 0.000 0.000 0.000 attr.py:232(_CompoundListener)
  289. 2 0.000 0.000 0.003 0.002 attr.py:250(__call__)
  290. 1 0.000 0.000 0.000 0.000 attr.py:270(_ListenerCollection)
  291. 8 0.000 0.000 0.000 0.000 attr.py:284(__init__)
  292. 1 0.001 0.001 0.002 0.002 attr.py:30(<module>)
  293. 8 0.000 0.000 0.001 0.000 attr.py:326(append)
  294. 1 0.000 0.000 0.000 0.000 attr.py:342(_JoinedListener)
  295. 1 0.000 0.000 0.000 0.000 attr.py:43(RefCollection)
  296. 9 0.000 0.000 0.000 0.000 attr.py:46(_memoized_attr_ref)
  297. 1 0.000 0.000 0.000 0.000 attr.py:50(_ClsLevelDispatch)
  298. 80 0.003 0.000 0.061 0.001 attr.py:56(__init__)
  299. 2 0.000 0.000 0.000 0.000 attr.py:64(<lambda>)
  300. 10 0.000 0.000 0.000 0.000 attr.py:71(_adjust_fn_spec)
  301. 1 0.000 0.000 0.000 0.000 attributes.py:1231(History)
  302. 13 0.000 0.000 0.001 0.000 attributes.py:1480(register_descriptor)
  303. 1 0.001 0.001 0.004 0.004 attributes.py:15(<module>)
  304. 1 0.000 0.000 0.000 0.000 attributes.py:213(InstrumentedAttribute)
  305. 2 0.000 0.000 0.002 0.001 attributes.py:240(create_proxied_attribute)
  306. 2 0.000 0.000 0.000 0.000 attributes.py:250(Proxy)
  307. 2 0.000 0.000 0.000 0.000 attributes.py:257(__init__)
  308. 1 0.000 0.000 0.000 0.000 attributes.py:31(QueryableAttribute)
  309. 1 0.000 0.000 0.000 0.000 attributes.py:329(Event)
  310. 1 0.000 0.000 0.000 0.000 attributes.py:376(AttributeImpl)
  311. 13 0.000 0.000 0.000 0.000 attributes.py:55(__init__)
  312. 1 0.000 0.000 0.000 0.000 attributes.py:642(ScalarAttributeImpl)
  313. 1 0.000 0.000 0.000 0.000 attributes.py:723(ScalarObjectAttributeImpl)
  314. 1 0.000 0.000 0.000 0.000 attributes.py:840(CollectionAttributeImpl)
  315. 2 0.002 0.001 0.007 0.003 base.py:10(<module>)
  316. 112 0.000 0.000 0.000 0.000 base.py:100(_event_descriptors)
  317. 1 0.000 0.000 0.000 0.000 base.py:102(_DialectArgDict)
  318. 1 0.000 0.000 0.000 0.000 base.py:1029(TIMESTAMP)
  319. 31 0.000 0.000 0.007 0.000 base.py:105(_for_class)
  320. 1 0.000 0.000 0.000 0.000 base.py:1059(DATETIME)
  321. 31 0.000 0.000 0.007 0.000 base.py:108(_for_instance)
  322. 1 0.000 0.000 0.000 0.000 base.py:1089(YEAR)
  323. 1 0.000 0.000 0.000 0.000 base.py:1098(TEXT)
  324. 3 0.000 0.000 0.000 0.000 base.py:111(__init__)
  325. 10 0.000 0.000 0.000 0.000 base.py:112(_listen)
  326. 1 0.000 0.000 0.000 0.000 base.py:1134(TINYTEXT)
  327. 1 0.000 0.000 0.000 0.000 base.py:1166(MEDIUMTEXT)
  328. 1 0.000 0.000 0.000 0.000 base.py:1198(LONGTEXT)
  329. 3 0.000 0.000 0.000 0.000 base.py:121(__getitem__)
  330. 1 0.000 0.000 0.000 0.000 base.py:1230(VARCHAR)
  331. 1 0.000 0.000 0.000 0.000 base.py:1262(CHAR)
  332. 3 0.000 0.000 0.000 0.000 base.py:127(__setitem__)
  333. 1 0.000 0.000 0.000 0.000 base.py:1303(NVARCHAR)
  334. 1 0.000 0.000 0.000 0.000 base.py:1329(NCHAR)
  335. 1 0.000 0.000 0.001 0.001 base.py:134(DialectKWArgs)
  336. 1 0.000 0.000 0.000 0.000 base.py:1355(TINYBLOB)
  337. 1 0.000 0.000 0.000 0.000 base.py:1361(MEDIUMBLOB)
  338. 1 0.000 0.000 0.000 0.000 base.py:1367(LONGBLOB)
  339. 1 0.000 0.000 0.000 0.000 base.py:1373(_EnumeratedValues)
  340. 1 0.000 0.000 0.000 0.000 base.py:1416(ENUM)
  341. 1 0.000 0.000 0.000 0.000 base.py:1484(ExceptionContextImpl)
  342. 1 0.000 0.000 0.000 0.000 base.py:149(_EventMeta)
  343. 1 0.000 0.000 0.000 0.000 base.py:1500(Transaction)
  344. 1 0.000 0.000 0.000 0.000 base.py:1505(SET)
  345. 13 0.000 0.000 0.067 0.005 base.py:153(__init__)
  346. 13 0.004 0.000 0.066 0.005 base.py:158(_create_dispatcher_class)
  347. 1 0.000 0.000 0.000 0.000 base.py:1594(RootTransaction)
  348. 1 0.000 0.000 0.000 0.000 base.py:1608(NestedTransaction)
  349. 1 0.000 0.000 0.000 0.000 base.py:1633(TwoPhaseTransaction)
  350. 1 0.000 0.000 0.000 0.000 base.py:1608(NestedTransaction) [1365/9674]
  351. 1 0.000 0.000 0.000 0.000 base.py:1633(TwoPhaseTransaction)
  352. 1 0.000 0.000 0.000 0.000 base.py:1668(Engine)
  353. 1 0.001 0.001 0.003 0.003 base.py:17(<module>)
  354. 1 0.000 0.000 0.000 0.000 base.py:1746(MySQLExecutionContext)
  355. 1 0.000 0.000 0.000 0.000 base.py:1752(MySQLCompiler)
  356. 1 0.000 0.000 0.000 0.000 base.py:1858(_trans_ctx)
  357. 1 0.000 0.000 0.000 0.000 base.py:1928(MySQLDDLCompiler)
  358. 38 0.000 0.000 0.001 0.000 base.py:193(_generative)
  359. 1 0.000 0.000 0.000 0.000 base.py:198(Events)
  360. 13 0.000 0.000 0.000 0.000 base.py:201(_set_dispatch)
  361. 44 0.000 0.000 0.000 0.000 base.py:208(manager_of_class)
  362. 1 0.000 0.000 0.000 0.000 base.py:2107(OptionEngine)
  363. 1 0.000 0.000 0.000 0.000 base.py:2114(MySQLTypeCompiler)
  364. 4 0.000 0.000 0.000 0.000 base.py:212(_accept_with)
  365. 1 0.000 0.000 0.000 0.000 base.py:22(Connection)
  366. 1 0.000 0.000 0.035 0.035 base.py:228(_kw_reg_for_dialect)
  367. 1 0.000 0.000 0.000 0.000 base.py:23(Immutable)
  368. 3 0.000 0.000 0.036 0.012 base.py:236(_kw_reg_for_dialect_cls)
  369. 4 0.000 0.000 0.001 0.000 base.py:237(_listen)
  370. 1 0.000 0.000 0.000 0.000 base.py:2391(MySQLIdentifierPreparer)
  371. 1 0.000 0.000 0.009 0.009 base.py:2412(MySQLDialect)
  372. 3 0.000 0.000 0.000 0.000 base.py:248(dialect_options)
  373. 1 0.000 0.000 0.000 0.000 base.py:250(_JoinedDispatcher)
  374. 11 0.000 0.000 0.037 0.003 base.py:271(_validate_dialect_kwargs)
  375. 1 0.000 0.000 0.000 0.000 base.py:273(dispatcher)
  376. 13 0.000 0.000 0.000 0.000 base.py:281(__init__)
  377. 43 0.000 0.000 0.007 0.000 base.py:285(__get__)
  378. 149 0.000 0.000 0.001 0.000 base.py:29(_is_event_name)
  379. 1 0.000 0.000 0.000 0.000 base.py:2959(ReflectedState)
  380. 1 0.000 0.000 0.000 0.000 base.py:2970(MySQLTableDefinitionParser)
  381. 1 0.000 0.000 0.000 0.000 base.py:308(Generative)
  382. 11 0.000 0.000 0.000 0.000 base.py:32(_clone)
  383. 1 0.000 0.000 0.001 0.001 base.py:320(Executable)
  384. 1 0.000 0.000 0.000 0.000 base.py:33(_UnpickleDispatch)
  385. 1 0.000 0.000 0.000 0.000 base.py:3384(_DecodingRowProxy)
  386. 1 0.000 0.000 0.000 0.000 base.py:418(SchemaEventTarget)
  387. 1 0.000 0.000 0.000 0.000 base.py:431(InspectionAttr)
  388. 21/16 0.001 0.000 0.016 0.001 base.py:431(_set_parent_with_dispatch)
  389. 1 0.000 0.000 0.000 0.000 base.py:437(SchemaVisitor)
  390. 1 0.000 0.000 0.001 0.001 base.py:443(ColumnCollection)
  391. 14 0.000 0.000 0.001 0.000 base.py:454(__init__)
  392. 15 0.000 0.000 0.001 0.000 base.py:464(replace)
  393. 1 0.000 0.000 0.000 0.000 base.py:48(_Dispatch)
  394. 1 0.000 0.000 0.000 0.000 base.py:49(_DialectArgView)
  395. 1 0.000 0.000 0.000 0.000 base.py:498(InspectionAttrInfo)
  396. 5 0.000 0.000 0.000 0.000 base.py:500(add)
  397. 5 0.000 0.000 0.000 0.000 base.py:518(__setitem__)
  398. 1 0.000 0.000 0.000 0.000 base.py:535(_MappedAttribute)
  399. 1 0.006 0.006 0.024 0.024 base.py:537(<module>)
  400. 3 0.000 0.000 0.000 0.000 base.py:557(extend)
  401. 3 0.000 0.000 0.000 0.000 base.py:559(<genexpr>)
  402. 3 0.000 0.000 0.000 0.000 base.py:562(<genexpr>)
  403. 44 0.000 0.000 0.001 0.000 base.py:575(__contains__)
  404. 29 0.000 0.000 0.000 0.000 base.py:590(contains_column)
  405. 3 0.000 0.000 0.000 0.000 base.py:594(as_immutable)
  406. 1 0.000 0.000 0.000 0.000 base.py:599(ImmutableColumnCollection)
  407. 3 0.000 0.000 0.000 0.000 base.py:600(__init__)
  408. 1 0.000 0.000 0.001 0.001 base.py:608(ColumnSet)
  409. 1 0.000 0.000 0.000 0.000 base.py:617(_NumericType)
  410. 3 0.000 0.000 0.000 0.000 base.py:628(__hash__)
  411. 3 0.000 0.000 0.000 0.000 base.py:629(<genexpr>)
  412. 1 0.000 0.000 0.000 0.000 base.py:635(_FloatType)
  413. 1 0.000 0.000 0.000 0.000 base.py:655(_IntegerType)
  414. 1 0.000 0.000 0.000 0.000 base.py:666(_StringType)
  415. 1 0.000 0.000 0.000 0.000 base.py:688(_MatchType)
  416. 1 0.000 0.000 0.000 0.000 base.py:696(NUMERIC)
  417. 1 0.000 0.000 0.000 0.000 base.py:688(_MatchType) [1300/9674]
  418. 1 0.000 0.000 0.000 0.000 base.py:696(NUMERIC)
  419. 1 0.002 0.002 0.002 0.002 base.py:7(<module>)
  420. 1 0.000 0.000 0.000 0.000 base.py:721(DECIMAL)
  421. 44 0.001 0.000 0.007 0.000 base.py:74(__init__)
  422. 1 0.000 0.000 0.000 0.000 base.py:746(DOUBLE)
  423. 1 0.000 0.000 0.000 0.000 base.py:779(REAL)
  424. 1 0.000 0.000 0.000 0.000 base.py:812(FLOAT)
  425. 81 0.000 0.000 0.005 0.000 base.py:83(<genexpr>)
  426. 1 0.000 0.000 0.000 0.000 base.py:840(INTEGER)
  427. 1 0.000 0.000 0.000 0.000 base.py:861(BIGINT)
  428. 1 0.000 0.000 0.000 0.000 base.py:882(MEDIUMINT)
  429. 58 0.000 0.000 0.000 0.000 base.py:89(__getattr__)
  430. 1 0.000 0.000 0.000 0.000 base.py:903(TINYINT)
  431. 1 0.000 0.000 0.000 0.000 base.py:924(SMALLINT)
  432. 1 0.000 0.000 0.000 0.000 base.py:945(BIT)
  433. 1 0.000 0.000 0.000 0.000 base.py:984(TIME)
  434. 1 0.001 0.001 0.001 0.001 base64.py:3(<module>)
  435. 1 0.000 0.000 0.000 0.000 codecs.py:92(__new__)
  436. 1 0.002 0.002 0.007 0.007 collections.py:104(<module>)
  437. 1 0.000 0.000 0.000 0.000 collections.py:1064(_list_decorators)
  438. 10 0.000 0.000 0.000 0.000 collections.py:1067(_tidy)
  439. 1 0.000 0.000 0.000 0.000 collections.py:1071(append)
  440. 1 0.000 0.000 0.000 0.000 collections.py:1078(remove)
  441. 1 0.000 0.000 0.000 0.000 collections.py:1087(insert)
  442. 1 0.000 0.000 0.000 0.000 collections.py:1094(__setitem__)
  443. 1 0.002 0.002 0.002 0.002 collections.py:11(<module>)
  444. 1 0.000 0.000 0.000 0.000 collections.py:1134(__delitem__)
  445. 1 0.000 0.000 0.000 0.000 collections.py:1151(__setslice__)
  446. 1 0.000 0.000 0.000 0.000 collections.py:1160(__delslice__)
  447. 1 0.000 0.000 0.000 0.000 collections.py:1168(extend)
  448. 1 0.000 0.000 0.000 0.000 collections.py:1175(__iadd__)
  449. 1 0.000 0.000 0.000 0.000 collections.py:1185(pop)
  450. 1 0.000 0.000 0.000 0.000 collections.py:1213(_dict_decorators)
  451. 7 0.000 0.000 0.000 0.000 collections.py:1216(_tidy)
  452. 1 0.000 0.000 0.000 0.000 collections.py:1222(__setitem__)
  453. 1 0.000 0.000 0.000 0.000 collections.py:123(_PlainColumnGetter)
  454. 1 0.000 0.000 0.000 0.000 collections.py:1231(__delitem__)
  455. 1 0.000 0.000 0.000 0.000 collections.py:1239(clear)
  456. 1 0.000 0.000 0.000 0.000 collections.py:1247(pop)
  457. 1 0.000 0.000 0.000 0.000 collections.py:1258(popitem)
  458. 1 0.000 0.000 0.000 0.000 collections.py:1267(setdefault)
  459. 1 0.000 0.000 0.000 0.000 collections.py:1277(update)
  460. 1 0.000 0.000 0.000 0.000 collections.py:1315(_set_decorators)
  461. 13 0.000 0.000 0.000 0.000 collections.py:1318(_tidy)
  462. 1 0.000 0.000 0.000 0.000 collections.py:1324(add)
  463. 1 0.000 0.000 0.000 0.000 collections.py:1333(discard)
  464. 1 0.000 0.000 0.000 0.000 collections.py:1343(remove)
  465. 1 0.000 0.000 0.000 0.000 collections.py:1353(pop)
  466. 1 0.000 0.000 0.000 0.000 collections.py:1362(clear)
  467. 1 0.000 0.000 0.000 0.000 collections.py:1369(update)
  468. 1 0.000 0.000 0.000 0.000 collections.py:1376(__ior__)
  469. 1 0.000 0.000 0.000 0.000 collections.py:1386(difference_update)
  470. 1 0.000 0.000 0.000 0.000 collections.py:1393(__isub__)
  471. 1 0.000 0.000 0.000 0.000 collections.py:1403(intersection_update)
  472. 1 0.000 0.000 0.000 0.000 collections.py:1415(__iand__)
  473. 1 0.000 0.000 0.000 0.000 collections.py:1430(symmetric_difference_update)
  474. 1 0.000 0.000 0.000 0.000 collections.py:1442(__ixor__)
  475. 1 0.000 0.000 0.000 0.000 collections.py:1463(InstrumentedList)
  476. 1 0.000 0.000 0.000 0.000 collections.py:1467(InstrumentedSet)
  477. 1 0.000 0.000 0.000 0.000 collections.py:1471(InstrumentedDict)
  478. 1 0.000 0.000 0.000 0.000 collections.py:1498(MappedCollection)
  479. 1 0.000 0.000 0.000 0.000 collections.py:158(_SerializableColumnGetter)
  480. 1 0.000 0.000 0.000 0.000 collections.py:185(_SerializableColumnGetterV2)
  481. 1 0.000 0.000 0.000 0.000 collections.py:247(_SerializableAttrGetter)
  482. 1 0.000 0.000 0.000 0.000 collections.py:292(collection)
  483. 13 0.022 0.002 0.029 0.002 collections.py:305(namedtuple)
  484. 1 0.000 0.000 0.000 0.000 collections.py:292(collection) [1235/9674]
  485. 13 0.022 0.002 0.029 0.002 collections.py:305(namedtuple)
  486. 1 0.000 0.000 0.000 0.000 collections.py:317(appender)
  487. 588 0.001 0.000 0.002 0.000 collections.py:349(<genexpr>)
  488. 1 0.000 0.000 0.000 0.000 collections.py:361(remover)
  489. 68 0.000 0.000 0.000 0.000 collections.py:373(<genexpr>)
  490. 68 0.000 0.000 0.001 0.000 collections.py:375(<genexpr>)
  491. 1 0.000 0.000 0.000 0.000 collections.py:38(OrderedDict)
  492. 2 0.000 0.000 0.000 0.000 collections.py:402(internally_instrumented)
  493. 1 0.000 0.000 0.000 0.000 collections.py:407(Counter)
  494. 1 0.000 0.000 0.000 0.000 collections.py:444(converter)
  495. 1 0.000 0.000 0.000 0.000 collections.py:565(CollectionAdapter)
  496. 3 0.000 0.000 0.004 0.001 collections.py:854(_instrument_class)
  497. 3 0.001 0.000 0.002 0.001 collections.py:874(_locate_roles_and_methods)
  498. 3 0.000 0.000 0.001 0.000 collections.py:913(_setup_canned_roles)
  499. 3 0.000 0.000 0.000 0.000 collections.py:934(_assert_required_roles)
  500. 3 0.000 0.000 0.000 0.000 collections.py:961(_set_collection_attributes)
  501. 29 0.000 0.000 0.015 0.001 compat.py:138(import_)
  502. 4 0.000 0.000 0.001 0.000 compat.py:205(exec_)
  503. 5 0.000 0.000 0.001 0.000 compat.py:212(with_metaclass)
  504. 5 0.000 0.000 0.000 0.000 compat.py:221(metaclass)
  505. 10 0.000 0.000 0.003 0.000 compat.py:225(__new__)
  506. 1 0.007 0.007 0.093 0.093 compat.py:8(<module>)
  507. 1 0.000 0.000 0.001 0.001 compiler.py:151(Compiled)
  508. 1 0.000 0.000 0.000 0.000 compiler.py:2088(DDLCompiler)
  509. 1 0.002 0.002 0.013 0.013 compiler.py:24(<module>)
  510. 1 0.000 0.000 0.000 0.000 compiler.py:2458(GenericTypeCompiler)
  511. 1 0.000 0.000 0.000 0.000 compiler.py:252(TypeCompiler)
  512. 1 0.000 0.000 0.001 0.001 compiler.py:2611(IdentifierPreparer)
  513. 1 0.000 0.000 0.000 0.000 compiler.py:264(_CompileLabel)
  514. 1 0.000 0.000 0.001 0.001 compiler.py:285(SQLCompiler)
  515. 1 0.000 0.000 0.000 0.000 config.py:20(<module>)
  516. 1 0.000 0.000 0.000 0.000 config.py:26(default_config)
  517. 1 0.000 0.000 0.000 0.000 config.py:37(read_configfile)
  518. 1 0.000 0.000 0.000 0.000 contextlib.py:1(<module>)
  519. 1 0.000 0.000 0.000 0.000 contextlib.py:132(closing)
  520. 4 0.000 0.000 0.000 0.000 contextlib.py:54(contextmanager)
  521. 1 0.000 0.000 0.000 0.000 contextlib.py:9(GeneratorContextManager)
  522. 4 0.000 0.000 0.000 0.000 cpyrit.py:105(resetStatistics)
  523. 1 0.000 0.000 0.000 0.000 cpyrit.py:133(CPUCore)
  524. 4 0.000 0.000 0.003 0.001 cpyrit.py:137(__init__)
  525. 1 0.000 0.000 0.000 0.000 cpyrit.py:145(LowLatencyCore)
  526. 1 0.008 0.008 0.742 0.742 cpyrit.py:28(<module>)
  527. 1 0.000 0.000 0.000 0.000 cpyrit.py:294(NetworkCore)
  528. 1 0.000 0.000 0.000 0.000 cpyrit.py:296(NetworkObserver)
  529. 1 0.000 0.000 0.000 0.000 cpyrit.py:311(NetworkClient)
  530. 1 0.000 0.000 0.000 0.000 cpyrit.py:412(CPyrit)
  531. 1 0.000 0.000 0.003 0.003 cpyrit.py:422(__init__)
  532. 135 0.004 0.000 0.009 0.000 cpyrit.py:487(_check_cores)
  533. 240 0.002 0.000 0.013 0.000 cpyrit.py:492(_len)
  534. 474 0.002 0.000 0.009 0.000 cpyrit.py:493(<genexpr>)
  535. 21 0.001 0.000 17.890 0.852 cpyrit.py:502(__iter__)
  536. 1 0.000 0.000 0.000 0.000 cpyrit.py:512(__enter__)
  537. 1 0.000 0.000 0.523 0.523 cpyrit.py:515(__exit__)
  538. 1 0.000 0.000 0.523 0.523 cpyrit.py:518(shutdown)
  539. 1 0.000 0.000 0.000 0.000 cpyrit.py:537(resetStatistics)
  540. 333 0.010 0.000 0.011 0.000 cpyrit.py:542(getPeakPerformance)
  541. 77 0.011 0.000 70.978 0.922 cpyrit.py:551(enqueue)
  542. 98 0.015 0.000 17.904 0.183 cpyrit.py:574(dequeue)
  543. 1 0.000 0.000 0.000 0.000 cpyrit.py:66(Core)
  544. 1 0.001 0.001 0.001 0.001 cpyrit.py:720(StorageIterator)
  545. 1 0.000 0.000 0.000 0.000 cpyrit.py:791(PassthroughIterator)
  546. 4 0.000 0.000 0.001 0.000 cpyrit.py:82(__init__)
  547. 1 0.000 0.000 0.000 0.000 crud.py:11(<module>)
  548. 1 0.000 0.000 0.000 0.000 crud.py:329(_multiparam_column)
  549. 1 0.000 0.000 0.000 0.000 cymysql.py:17(<module>)
  550. 1 0.000 0.000 0.000 0.000 cymysql.py:25(_cymysqlBIT)
  551. 1 0.000 0.000 0.000 0.000 cymysql.py:17(<module>) [1170/9674]
  552. 1 0.000 0.000 0.000 0.000 cymysql.py:25(_cymysqlBIT)
  553. 1 0.000 0.000 0.000 0.000 cymysql.py:40(MySQLDialect_cymysql)
  554. 1 0.002 0.002 0.006 0.006 ddl.py:11(<module>)
  555. 1 0.000 0.000 0.000 0.000 ddl.py:21(_DDLCompiles)
  556. 1 0.000 0.000 0.000 0.000 ddl.py:270(DDL)
  557. 1 0.000 0.000 0.003 0.003 ddl.py:29(DDLElement)
  558. 1 0.000 0.000 0.000 0.000 ddl.py:397(_CreateDropBase)
  559. 1 0.000 0.000 0.000 0.000 ddl.py:424(CreateSchema)
  560. 1 0.000 0.000 0.000 0.000 ddl.py:442(DropSchema)
  561. 1 0.000 0.000 0.000 0.000 ddl.py:461(CreateTable)
  562. 1 0.000 0.000 0.000 0.000 ddl.py:490(_DropView)
  563. 1 0.000 0.000 0.000 0.000 ddl.py:500(CreateColumn)
  564. 1 0.000 0.000 0.000 0.000 ddl.py:611(DropTable)
  565. 1 0.000 0.000 0.000 0.000 ddl.py:617(CreateSequence)
  566. 1 0.000 0.000 0.000 0.000 ddl.py:623(DropSequence)
  567. 1 0.000 0.000 0.000 0.000 ddl.py:629(CreateIndex)
  568. 1 0.000 0.000 0.000 0.000 ddl.py:635(DropIndex)
  569. 1 0.000 0.000 0.000 0.000 ddl.py:641(AddConstraint)
  570. 1 0.000 0.000 0.000 0.000 ddl.py:652(DropConstraint)
  571. 1 0.000 0.000 0.000 0.000 ddl.py:664(DDLBase)
  572. 1 0.000 0.000 0.000 0.000 ddl.py:669(SchemaGenerator)
  573. 1 0.000 0.000 0.000 0.000 ddl.py:791(SchemaDropper)
  574. 1 0.002 0.002 0.024 0.024 decimal.py:116(<module>)
  575. 1 0.000 0.000 0.000 0.000 decimal.py:160(DecimalException)
  576. 1 0.000 0.000 0.000 0.000 decimal.py:183(Clamped)
  577. 1 0.000 0.000 0.000 0.000 decimal.py:195(InvalidOperation)
  578. 1 0.000 0.000 0.000 0.000 decimal.py:224(ConversionSyntax)
  579. 1 0.000 0.000 0.000 0.000 decimal.py:234(DivisionByZero)
  580. 1 0.000 0.000 0.000 0.000 decimal.py:250(DivisionImpossible)
  581. 1 0.000 0.000 0.000 0.000 decimal.py:261(DivisionUndefined)
  582. 1 0.000 0.000 0.000 0.000 decimal.py:272(Inexact)
  583. 1 0.000 0.000 0.000 0.000 decimal.py:284(InvalidContext)
  584. 1 0.000 0.000 0.000 0.000 decimal.py:298(Rounded)
  585. 1 0.000 0.000 0.000 0.000 decimal.py:310(Subnormal)
  586. 1 0.000 0.000 0.000 0.000 decimal.py:321(Overflow)
  587. 1 0.000 0.000 0.000 0.000 decimal.py:359(Underflow)
  588. 1 0.000 0.000 0.000 0.000 decimal.py:3749(_ContextManager)
  589. 1 0.000 0.000 0.000 0.000 decimal.py:3764(Context)
  590. 3 0.000 0.000 0.000 0.000 decimal.py:3783(__init__)
  591. 27 0.000 0.000 0.000 0.000 decimal.py:3810(<genexpr>)
  592. 27 0.000 0.000 0.000 0.000 decimal.py:3817(<genexpr>)
  593. 1 0.000 0.000 0.000 0.000 decimal.py:505(Decimal)
  594. 6 0.000 0.000 0.000 0.000 decimal.py:514(__new__)
  595. 1 0.000 0.000 0.000 0.000 decimal.py:5419(_WorkRep)
  596. 1 0.000 0.000 0.000 0.000 decimal.py:5673(_Log10Memoize)
  597. 1 0.000 0.000 0.000 0.000 decimal.py:5677(__init__)
  598. 1 0.001 0.001 0.006 0.006 default.py:14(<module>)
  599. 1 0.001 0.001 0.001 0.001 default.py:31(DefaultDialect)
  600. 1 0.000 0.000 0.000 0.000 default.py:465(DefaultExecutionContext)
  601. 1 0.000 0.000 0.000 0.000 default_comparator.py:9(<module>)
  602. 1 0.001 0.001 0.007 0.007 dependency.py:10(<module>)
  603. 1 0.000 0.000 0.000 0.000 dependency.py:18(DependencyProcessor)
  604. 1 0.000 0.000 0.000 0.000 dependency.py:322(OneToManyDP)
  605. 1 0.000 0.000 0.000 0.000 dependency.py:589(ManyToOneDP)
  606. 1 0.000 0.000 0.000 0.000 dependency.py:787(DetectKeySwitch)
  607. 1 0.000 0.000 0.000 0.000 dependency.py:893(ManyToManyDP)
  608. 1 0.000 0.000 0.000 0.000 deprecated_interfaces.py:12(MapperExtension)
  609. 1 0.000 0.000 0.000 0.000 deprecated_interfaces.py:274(SessionExtension)
  610. 1 0.000 0.000 0.000 0.000 deprecated_interfaces.py:395(AttributeExtension)
  611. 1 0.000 0.000 0.002 0.002 deprecated_interfaces.py:8(<module>)
  612. 93 0.001 0.000 0.024 0.000 deprecations.py:121(_dedent_docstring)
  613. 93 0.005 0.000 0.041 0.000 deprecations.py:133(inject_docstring_text)
  614. 13 0.000 0.000 0.000 0.000 deprecations.py:25(deprecated)
  615. 13 0.000 0.000 0.017 0.001 deprecations.py:48(decorate)
  616. 2 0.000 0.000 0.000 0.000 deprecations.py:55(pending_deprecation)
  617. 2 0.000 0.000 0.002 0.001 deprecations.py:82(decorate)
  618. 2 0.000 0.000 0.000 0.000 deprecations.py:55(pending_deprecation) [1105/9674]
  619. 2 0.000 0.000 0.002 0.001 deprecations.py:82(decorate)
  620. 15 0.000 0.000 0.003 0.000 deprecations.py:89(_sanitize_restructured_text)
  621. 1 0.000 0.000 0.000 0.000 deprecations.py:9(<module>)
  622. 16 0.000 0.000 0.000 0.000 deprecations.py:90(repl)
  623. 15 0.000 0.000 0.018 0.001 deprecations.py:98(_decorate_with_warning)
  624. 1 0.003 0.003 0.034 0.034 descriptor_props.py:12(<module>)
  625. 1 0.000 0.000 0.000 0.000 descriptor_props.py:23(DescriptorProperty)
  626. 2 0.001 0.000 0.003 0.002 descriptor_props.py:29(instrument_class)
  627. 2 0.000 0.000 0.000 0.000 descriptor_props.py:32(_ProxyImpl)
  628. 1 0.000 0.000 0.000 0.000 descriptor_props.py:369(CompositeBundle)
  629. 2 0.000 0.000 0.000 0.000 descriptor_props.py:37(__init__)
  630. 1 0.000 0.000 0.000 0.000 descriptor_props.py:381(Comparator)
  631. 1 0.000 0.000 0.000 0.000 descriptor_props.py:446(ConcreteInheritedProperty)
  632. 1 0.000 0.000 0.000 0.000 descriptor_props.py:496(SynonymProperty)
  633. 2 0.000 0.000 0.000 0.000 descriptor_props.py:499(__init__)
  634. 2 0.000 0.000 0.001 0.001 descriptor_props.py:588(set_parent)
  635. 1 0.000 0.000 0.000 0.000 descriptor_props.py:617(ComparableProperty)
  636. 1 0.000 0.000 0.000 0.000 descriptor_props.py:79(CompositeProperty)
  637. 1 0.000 0.000 0.001 0.001 dis.py:1(<module>)
  638. 1 0.001 0.001 0.007 0.007 dml.py:10(<module>)
  639. 1 0.000 0.000 0.002 0.002 dml.py:184(ValuesBase)
  640. 1 0.000 0.000 0.002 0.002 dml.py:20(UpdateBase)
  641. 1 0.000 0.000 0.001 0.001 dml.py:443(Insert)
  642. 1 0.000 0.000 0.001 0.001 dml.py:594(Update)
  643. 1 0.000 0.000 0.001 0.001 dml.py:780(Delete)
  644. 1 0.001 0.001 0.001 0.001 dynamic.py:13(<module>)
  645. 1 0.000 0.000 0.000 0.000 dynamic.py:214(AppenderMixin)
  646. 1 0.000 0.000 0.000 0.000 dynamic.py:24(DynaLoader)
  647. 1 0.000 0.000 0.000 0.000 dynamic.py:310(AppenderQuery)
  648. 1 0.000 0.000 0.000 0.000 dynamic.py:320(CollectionHistory)
  649. 1 0.000 0.000 0.000 0.000 dynamic.py:47(DynamicAttributeImpl)
  650. 1 0.006 0.006 0.025 0.025 elements.py:11(<module>)
  651. 1 0.000 0.000 0.000 0.000 elements.py:1220(TypeClause)
  652. 1 0.000 0.000 0.003 0.003 elements.py:1233(TextClause)
  653. 1 0.000 0.000 0.000 0.000 elements.py:1625(Null)
  654. 1 0.000 0.000 0.000 0.000 elements.py:1649(False_)
  655. 1 0.000 0.000 0.000 0.000 elements.py:1708(True_)
  656. 1 0.000 0.000 0.000 0.000 elements.py:1774(ClauseList)
  657. 2 0.000 0.000 0.000 0.000 elements.py:1782(__init__)
  658. 1 0.000 0.000 0.000 0.000 elements.py:1849(BooleanClauseList)
  659. 1 0.000 0.000 0.000 0.000 elements.py:1981(Tuple)
  660. 1 0.000 0.000 0.000 0.000 elements.py:2024(Case)
  661. 1 0.000 0.000 0.001 0.001 elements.py:215(ClauseElement)
  662. 1 0.000 0.000 0.000 0.000 elements.py:2263(Cast)
  663. 1 0.000 0.000 0.000 0.000 elements.py:2350(Extract)
  664. 1 0.000 0.000 0.000 0.000 elements.py:2378(_label_reference)
  665. 1 0.000 0.000 0.000 0.000 elements.py:2403(_textual_label_reference)
  666. 1 0.000 0.000 0.000 0.000 elements.py:2414(UnaryExpression)
  667. 1 0.000 0.000 0.000 0.000 elements.py:2691(AsBoolean)
  668. 1 0.000 0.000 0.000 0.000 elements.py:2708(BinaryExpression)
  669. 1 0.000 0.000 0.000 0.000 elements.py:2802(Grouping)
  670. 1 0.000 0.000 0.000 0.000 elements.py:2847(Over)
  671. 1 0.000 0.000 0.000 0.000 elements.py:2925(FunctionFilter)
  672. 1 0.000 0.000 0.000 0.000 elements.py:3039(Label)
  673. 11 0.000 0.000 0.000 0.000 elements.py:305(_deannotate)
  674. 1 0.000 0.000 0.000 0.000 elements.py:3149(ColumnClause)
  675. 11 0.000 0.000 0.000 0.000 elements.py:3189(__init__)
  676. 93 0.000 0.000 0.000 0.000 elements.py:3292(_get_table)
  677. 22 0.000 0.000 0.000 0.000 elements.py:3295(_set_table)
  678. 2 0.000 0.000 0.000 0.000 elements.py:3322(_label)
  679. 2 0.000 0.000 0.000 0.000 elements.py:3330(_gen_label)
  680. 1 0.000 0.000 0.000 0.000 elements.py:3401(_IdentifiedClause)
  681. 1 0.000 0.000 0.000 0.000 elements.py:3411(SavepointClause)
  682. 1 0.000 0.000 0.000 0.000 elements.py:3415(RollbackToSavepointClause)
  683. 1 0.000 0.000 0.000 0.000 elements.py:3419(ReleaseSavepointClause)
  684. 1 0.000 0.000 0.000 0.000 elements.py:3423(quoted_name)
  685. 1 0.000 0.000 0.000 0.000 elements.py:3419(ReleaseSavepointClause) [1040/9674]
  686. 1 0.000 0.000 0.000 0.000 elements.py:3423(quoted_name)
  687. 22 0.000 0.000 0.000 0.000 elements.py:3469(__new__)
  688. 1 0.000 0.000 0.000 0.000 elements.py:3507(_truncated_label)
  689. 5 0.000 0.000 0.000 0.000 elements.py:3513(__new__)
  690. 1 0.000 0.000 0.000 0.000 elements.py:3525(conv)
  691. 1 0.000 0.000 0.000 0.000 elements.py:3572(_defer_name)
  692. 1 0.000 0.000 0.000 0.000 elements.py:3579(__new__)
  693. 1 0.000 0.000 0.000 0.000 elements.py:3591(_defer_none_name)
  694. 1 0.000 0.000 0.000 0.000 elements.py:3604(_anonymous_label)
  695. 2 0.000 0.000 0.000 0.000 elements.py:3633(_as_truncated)
  696. 22 0.000 0.000 0.000 0.000 elements.py:3691(_labeled)
  697. 9 0.000 0.000 0.000 0.000 elements.py:3698(_is_column)
  698. 3 0.000 0.000 0.000 0.000 elements.py:3734(_clause_element_as_expr)
  699. 11 0.000 0.000 0.000 0.000 elements.py:378(_copy_internals)
  700. 2 0.000 0.000 0.000 0.000 elements.py:391(get_children)
  701. 1 0.000 0.000 0.000 0.000 elements.py:3918(AnnotatedColumnElement)
  702. 1 0.000 0.000 0.000 0.000 elements.py:552(ColumnElement)
  703. 11 0.000 0.000 0.000 0.000 elements.py:716(comparator)
  704. 15 0.001 0.000 0.001 0.000 elements.py:727(__getattr__)
  705. 2 0.000 0.000 0.000 0.000 elements.py:762(base_columns)
  706. 4 0.000 0.000 0.000 0.000 elements.py:764(<genexpr>)
  707. 11 0.000 0.000 0.001 0.000 elements.py:767(proxy_set)
  708. 2 0.000 0.000 0.000 0.000 elements.py:775(shares_lineage)
  709. 1 0.000 0.000 0.000 0.000 elements.py:889(BindParameter)
  710. 1 0.000 0.000 0.000 0.000 evaluator.py:12(UnevaluatableError)
  711. 13 0.000 0.000 0.000 0.000 evaluator.py:15(<genexpr>)
  712. 10 0.000 0.000 0.000 0.000 evaluator.py:22(<genexpr>)
  713. 1 0.000 0.000 0.000 0.000 evaluator.py:28(EvaluatorCompiler)
  714. 1 0.000 0.000 0.000 0.000 evaluator.py:8(<module>)
  715. 1 0.001 0.001 0.043 0.043 events.py:10(<module>)
  716. 1 0.000 0.000 0.000 0.000 events.py:1006(DialectEvents)
  717. 1 0.000 0.000 0.000 0.000 events.py:1112(_MapperEventsHold)
  718. 1 0.000 0.000 0.000 0.000 events.py:1118(HoldMapperEvents)
  719. 1 0.000 0.000 0.000 0.000 events.py:1124(SessionEvents)
  720. 1 0.000 0.000 0.000 0.000 events.py:113(_InstrumentationEventsHold)
  721. 1 0.000 0.000 0.001 0.001 events.py:125(InstanceEvents)
  722. 1 0.000 0.000 0.000 0.000 events.py:1515(AttributeEvents)
  723. 1 0.000 0.000 0.000 0.000 events.py:1575(_set_dispatch)
  724. 1 0.000 0.000 0.000 0.000 events.py:16(DDLEvents)
  725. 3 0.000 0.000 0.000 0.000 events.py:170(_new_classmanager_instance)
  726. 6 0.000 0.000 0.000 0.000 events.py:174(_accept_with)
  727. 1 0.000 0.000 0.000 0.000 events.py:1751(QueryEvents)
  728. 6 0.000 0.000 0.001 0.000 events.py:194(_listen)
  729. 1 0.000 0.000 0.000 0.000 events.py:225(PoolEvents)
  730. 1 0.000 0.000 0.000 0.000 events.py:23(InstrumentationEvents)
  731. 1 0.000 0.000 0.000 0.000 events.py:413(ConnectionEvents)
  732. 1 0.000 0.000 0.000 0.000 events.py:414(_EventsHold)
  733. 1 0.000 0.000 0.000 0.000 events.py:429(HoldEvents)
  734. 6 0.000 0.000 0.000 0.000 events.py:465(populate)
  735. 1 0.000 0.000 0.000 0.000 events.py:481(_InstanceEventsHold)
  736. 1 0.000 0.000 0.000 0.000 events.py:487(HoldInstanceEvents)
  737. 1 0.000 0.000 0.001 0.001 events.py:493(MapperEvents)
  738. 3 0.000 0.000 0.000 0.000 events.py:565(_new_mapper_instance)
  739. 1 0.009 0.009 0.077 0.077 events.py:8(<module>)
  740. 1 0.000 0.000 0.001 0.001 exc.py:101(ObjectDeletedError)
  741. 1 0.000 0.000 0.000 0.000 exc.py:109(TimeoutError)
  742. 1 0.000 0.000 0.000 0.000 exc.py:113(InvalidRequestError)
  743. 1 0.000 0.000 0.000 0.000 exc.py:121(NoInspectionAvailable)
  744. 1 0.000 0.000 0.000 0.000 exc.py:126(ResourceClosedError)
  745. 1 0.000 0.000 0.000 0.000 exc.py:131(NoSuchColumnError)
  746. 1 0.000 0.000 0.000 0.000 exc.py:132(UnmappedColumnError)
  747. 1 0.000 0.000 0.000 0.000 exc.py:135(NoReferenceError)
  748. 1 0.000 0.000 0.000 0.000 exc.py:136(NoResultFound)
  749. 1 0.000 0.000 0.000 0.000 exc.py:139(NoReferencedTableError)
  750. 1 0.003 0.003 0.003 0.003 exc.py:14(<module>)
  751. 1 0.000 0.000 0.000 0.000 exc.py:140(MultipleResultsFound)
  752. 1 0.003 0.003 0.003 0.003 exc.py:14(<module>) [975/9674]
  753. 1 0.000 0.000 0.000 0.000 exc.py:140(MultipleResultsFound)
  754. 1 0.000 0.000 0.000 0.000 exc.py:15(StaleDataError)
  755. 1 0.000 0.000 0.000 0.000 exc.py:152(NoReferencedColumnError)
  756. 1 0.000 0.000 0.000 0.000 exc.py:167(NoSuchTableError)
  757. 1 0.000 0.000 0.000 0.000 exc.py:17(SQLAlchemyError)
  758. 1 0.000 0.000 0.000 0.000 exc.py:171(UnboundExecutionError)
  759. 1 0.000 0.000 0.000 0.000 exc.py:175(DontWrapMixin)
  760. 1 0.000 0.000 0.000 0.000 exc.py:200(StatementError)
  761. 1 0.000 0.000 0.000 0.000 exc.py:21(ArgumentError)
  762. 1 0.000 0.000 0.000 0.000 exc.py:253(DBAPIError)
  763. 1 0.000 0.000 0.000 0.000 exc.py:29(NoSuchModuleError)
  764. 1 0.000 0.000 0.000 0.000 exc.py:331(InterfaceError)
  765. 1 0.000 0.000 0.000 0.000 exc.py:335(DatabaseError)
  766. 1 0.000 0.000 0.000 0.000 exc.py:339(DataError)
  767. 1 0.000 0.000 0.000 0.000 exc.py:34(NoForeignKeysError)
  768. 1 0.000 0.000 0.000 0.000 exc.py:343(OperationalError)
  769. 1 0.000 0.000 0.000 0.000 exc.py:347(IntegrityError)
  770. 1 0.000 0.000 0.000 0.000 exc.py:351(InternalError)
  771. 1 0.000 0.000 0.000 0.000 exc.py:355(ProgrammingError)
  772. 1 0.000 0.000 0.000 0.000 exc.py:359(NotSupportedError)
  773. 1 0.000 0.000 0.000 0.000 exc.py:365(SADeprecationWarning)
  774. 1 0.000 0.000 0.000 0.000 exc.py:369(SAPendingDeprecationWarning)
  775. 1 0.000 0.000 0.000 0.000 exc.py:373(SAWarning)
  776. 1 0.000 0.000 0.000 0.000 exc.py:39(AmbiguousForeignKeysError)
  777. 1 0.000 0.000 0.000 0.000 exc.py:44(CircularDependencyError)
  778. 1 0.000 0.000 0.000 0.000 exc.py:44(FlushError)
  779. 1 0.000 0.000 0.000 0.000 exc.py:48(UnmappedError)
  780. 1 0.000 0.000 0.000 0.000 exc.py:52(ObjectDereferencedError)
  781. 1 0.000 0.000 0.000 0.000 exc.py:59(DetachedInstanceError)
  782. 1 0.000 0.000 0.001 0.001 exc.py:64(UnmappedInstanceError)
  783. 1 0.000 0.000 0.000 0.000 exc.py:75(CompileError)
  784. 1 0.000 0.000 0.000 0.000 exc.py:79(UnsupportedCompilationError)
  785. 1 0.001 0.001 0.003 0.003 exc.py:8(<module>)
  786. 1 0.000 0.000 0.000 0.000 exc.py:89(UnmappedClassError)
  787. 1 0.000 0.000 0.000 0.000 exc.py:93(IdentifierError)
  788. 1 0.000 0.000 0.000 0.000 exc.py:97(DisconnectionError)
  789. 1 0.001 0.001 0.001 0.001 expat.py:1(<module>)
  790. 1 0.002 0.002 0.265 0.265 expression.py:15(<module>)
  791. 1 0.000 0.000 0.000 0.000 fnmatch.py:11(<module>)
  792. 1 0.008 0.008 0.133 0.133 functions.py:10(<module>)
  793. 1 0.000 0.000 0.000 0.000 functions.py:237(_FunctionGenerator)
  794. 2 0.000 0.000 0.000 0.000 functions.py:240(__init__)
  795. 24 0.000 0.000 0.000 0.000 functions.py:26(register_function)
  796. 1 0.000 0.000 0.000 0.000 functions.py:357(Function)
  797. 1 0.000 0.000 0.000 0.000 functions.py:39(FunctionElement)
  798. 1 0.000 0.000 0.000 0.000 functions.py:396(_GenericMeta)
  799. 44 0.001 0.000 0.001 0.000 functions.py:397(__init__)
  800. 1 0.000 0.000 0.000 0.000 functions.py:409(GenericFunction)
  801. 1 0.000 0.000 0.000 0.000 functions.py:499(next_value)
  802. 1 0.000 0.000 0.000 0.000 functions.py:522(AnsiFunction)
  803. 1 0.000 0.000 0.000 0.000 functions.py:527(ReturnTypeFromArgs)
  804. 1 0.000 0.000 0.000 0.000 functions.py:537(coalesce)
  805. 1 0.000 0.000 0.000 0.000 functions.py:541(max)
  806. 1 0.000 0.000 0.000 0.000 functions.py:545(min)
  807. 1 0.000 0.000 0.000 0.000 functions.py:549(sum)
  808. 1 0.000 0.000 0.000 0.000 functions.py:553(now)
  809. 1 0.000 0.000 0.000 0.000 functions.py:557(concat)
  810. 1 0.000 0.000 0.000 0.000 functions.py:561(char_length)
  811. 1 0.000 0.000 0.000 0.000 functions.py:568(random)
  812. 1 0.000 0.000 0.000 0.000 functions.py:572(count)
  813. 1 0.000 0.000 0.000 0.000 functions.py:585(current_date)
  814. 1 0.000 0.000 0.000 0.000 functions.py:589(current_time)
  815. 1 0.000 0.000 0.000 0.000 functions.py:593(current_timestamp)
  816. 1 0.000 0.000 0.000 0.000 functions.py:597(current_user)
  817. 1 0.000 0.000 0.000 0.000 functions.py:601(localtime)
  818. 1 0.000 0.000 0.000 0.000 functions.py:605(localtimestamp)
  819. 1 0.000 0.000 0.000 0.000 functions.py:601(localtime) [910/9674]
  820. 1 0.000 0.000 0.000 0.000 functions.py:605(localtimestamp)
  821. 1 0.000 0.000 0.000 0.000 functions.py:609(session_user)
  822. 1 0.000 0.000 0.000 0.000 functions.py:613(sysdate)
  823. 1 0.000 0.000 0.000 0.000 functions.py:617(user)
  824. 194 0.003 0.000 0.006 0.000 functools.py:17(update_wrapper)
  825. 4 0.000 0.000 0.000 0.000 functools.py:39(wraps)
  826. 1 0.000 0.000 0.000 0.000 gaerdbms.py:36(<module>)
  827. 1 0.000 0.000 0.000 0.000 gaerdbms.py:50(MySQLDialect_gaerdbms)
  828. 1 0.000 0.000 0.000 0.000 genericpath.py:23(exists)
  829. 1 0.000 0.000 0.000 0.000 getopt.py:15(<module>)
  830. 1 0.000 0.000 0.000 0.000 getopt.py:38(GetoptError)
  831. 1 0.000 0.000 0.000 0.000 getopt.py:51(getopt)
  832. 1 0.000 0.000 0.001 0.001 glob.py:1(<module>)
  833. 1 0.000 0.000 0.000 0.000 gzip.py:36(GzipFile)
  834. 1 0.002 0.002 0.007 0.007 gzip.py:4(<module>)
  835. 6 0.000 0.000 0.000 0.000 hashlib.py:100(__get_openssl_constructor)
  836. 1 0.236 0.236 0.236 0.236 hashlib.py:56(<module>)
  837. 1 0.000 0.000 0.000 0.000 heapq.py:31(<module>)
  838. 1 0.000 0.000 0.000 0.000 httplib.py:1153(HTTP)
  839. 1 0.000 0.000 0.000 0.000 httplib.py:1249(HTTPSConnection)
  840. 1 0.000 0.000 0.000 0.000 httplib.py:1282(HTTPS)
  841. 1 0.000 0.000 0.000 0.000 httplib.py:1316(HTTPException)
  842. 1 0.000 0.000 0.000 0.000 httplib.py:1321(NotConnected)
  843. 1 0.000 0.000 0.000 0.000 httplib.py:1324(InvalidURL)
  844. 1 0.000 0.000 0.000 0.000 httplib.py:1327(UnknownProtocol)
  845. 1 0.000 0.000 0.000 0.000 httplib.py:1332(UnknownTransferEncoding)
  846. 1 0.000 0.000 0.000 0.000 httplib.py:1335(UnimplementedFileMode)
  847. 1 0.000 0.000 0.000 0.000 httplib.py:1338(IncompleteRead)
  848. 1 0.000 0.000 0.000 0.000 httplib.py:1352(ImproperConnectionState)
  849. 1 0.000 0.000 0.000 0.000 httplib.py:1355(CannotSendRequest)
  850. 1 0.000 0.000 0.000 0.000 httplib.py:1358(CannotSendHeader)
  851. 1 0.000 0.000 0.000 0.000 httplib.py:1361(ResponseNotReady)
  852. 1 0.000 0.000 0.000 0.000 httplib.py:1364(BadStatusLine)
  853. 1 0.000 0.000 0.000 0.000 httplib.py:1371(LineTooLong)
  854. 1 0.000 0.000 0.000 0.000 httplib.py:1379(LineAndFileWrapper)
  855. 1 0.000 0.000 0.000 0.000 httplib.py:255(HTTPMessage)
  856. 1 0.000 0.000 0.000 0.000 httplib.py:369(HTTPResponse)
  857. 1 0.003 0.003 0.026 0.026 httplib.py:67(<module>)
  858. 1 0.000 0.000 0.000 0.000 httplib.py:725(HTTPConnection)
  859. 1 0.000 0.000 0.000 0.000 identity.py:13(IdentityMap)
  860. 1 0.000 0.000 0.000 0.000 identity.py:210(StrongInstanceDict)
  861. 1 0.000 0.000 0.000 0.000 identity.py:8(<module>)
  862. 1 0.000 0.000 0.000 0.000 identity.py:85(WeakInstanceDict)
  863. 434 0.001 0.000 0.002 0.000 inspect.py:142(isfunction)
  864. 333 0.001 0.000 0.001 0.000 inspect.py:209(iscode)
  865. 1 0.001 0.001 0.071 0.071 inspect.py:25(<module>)
  866. 287 0.001 0.000 0.001 0.000 inspect.py:51(ismodule)
  867. 1 0.000 0.000 0.000 0.000 inspect.py:630(EndOfBlock)
  868. 1 0.000 0.000 0.000 0.000 inspect.py:632(BlockFinder)
  869. 337 0.001 0.000 0.002 0.000 inspect.py:67(ismethod)
  870. 333 0.008 0.000 0.012 0.000 inspect.py:744(getargs)
  871. 337 0.005 0.000 0.022 0.000 inspect.py:804(getargspec)
  872. 1647 0.006 0.000 0.006 0.000 inspect.py:838(strseq)
  873. 642 0.013 0.000 0.024 0.000 inspect.py:845(formatargspec)
  874. 135 0.000 0.000 0.000 0.000 inspect.py:847(<lambda>)
  875. 174 0.000 0.000 0.000 0.000 inspect.py:848(<lambda>)
  876. 182 0.000 0.000 0.001 0.000 inspect.py:849(<lambda>)
  877. 1 0.000 0.000 0.000 0.000 inspection.py:32(<module>)
  878. 12 0.000 0.000 0.000 0.000 inspection.py:79(_inspects)
  879. 12 0.000 0.000 0.000 0.000 inspection.py:80(decorate)
  880. 7 0.000 0.000 0.000 0.000 inspection.py:91(_self_inspects)
  881. 3 0.000 0.000 0.002 0.001 instrumentation.py:160(_instrument_init)
  882. 3 0.000 0.000 0.000 0.000 instrumentation.py:180(manage)
  883. 15 0.000 0.000 0.001 0.000 instrumentation.py:209(instrument_attribute)
  884. 15 0.000 0.000 0.000 0.000 instrumentation.py:264(install_descriptor)
  885. 3 0.000 0.000 0.000 0.000 instrumentation.py:274(install_member)
  886. 15 0.000 0.000 0.000 0.000 instrumentation.py:264(install_descriptor) [845/9674]
  887. 3 0.000 0.000 0.000 0.000 instrumentation.py:274(install_member)
  888. 1 0.003 0.003 0.020 0.020 instrumentation.py:30(<module>)
  889. 13 0.000 0.000 0.000 0.000 instrumentation.py:358(__bool__)
  890. 1 0.000 0.000 0.000 0.000 instrumentation.py:369(_SerializeManager)
  891. 1 0.000 0.000 0.000 0.000 instrumentation.py:403(InstrumentationFactory)
  892. 3 0.000 0.000 0.004 0.001 instrumentation.py:406(create_manager_for_cls)
  893. 1 0.005 0.005 0.006 0.006 instrumentation.py:41(ClassManager)
  894. 3 0.000 0.000 0.000 0.000 instrumentation.py:425(_locate_extended_factory)
  895. 3 0.000 0.000 0.000 0.000 instrumentation.py:429(_check_conflicts)
  896. 3 0.000 0.000 0.004 0.001 instrumentation.py:455(register_class)
  897. 3 0.001 0.000 0.002 0.001 instrumentation.py:486(_generate_init)
  898. 3 0.000 0.000 0.003 0.001 instrumentation.py:55(__init__)
  899. 1 0.000 0.000 0.000 0.000 interfaces.py:1018(ExceptionContext)
  900. 1 0.000 0.000 0.000 0.000 interfaces.py:14(<module>)
  901. 13 0.000 0.000 0.000 0.000 interfaces.py:143(set_parent)
  902. 1 0.000 0.000 0.000 0.000 interfaces.py:154(ConnectionProxy)
  903. 1 0.000 0.000 0.000 0.000 interfaces.py:16(Dialect)
  904. 15 0.000 0.000 0.000 0.000 interfaces.py:172(__init__)
  905. 1 0.001 0.001 0.001 0.001 interfaces.py:19(<module>)
  906. 1 0.000 0.000 0.000 0.000 interfaces.py:19(PoolListener)
  907. 1 0.000 0.000 0.000 0.000 interfaces.py:249(PropComparator)
  908. 11 0.000 0.000 0.000 0.000 interfaces.py:339(__init__)
  909. 1 0.000 0.000 0.000 0.000 interfaces.py:445(StrategizedProperty)
  910. 1 0.000 0.000 0.000 0.000 interfaces.py:53(MapperProperty)
  911. 12 0.000 0.000 0.000 0.000 interfaces.py:530(strategy_for)
  912. 12 0.000 0.000 0.000 0.000 interfaces.py:532(decorate)
  913. 13 0.000 0.000 0.000 0.000 interfaces.py:543(_strategy_lookup)
  914. 1 0.000 0.000 0.000 0.000 interfaces.py:555(MapperOption)
  915. 1 0.000 0.000 0.000 0.000 interfaces.py:582(LoaderStrategy)
  916. 1 0.000 0.000 0.000 0.000 interfaces.py:784(ExecutionContext)
  917. 1 0.003 0.003 0.019 0.019 interfaces.py:8(<module>)
  918. 1 0.000 0.000 0.002 0.002 interfaces.py:945(Connectable)
  919. 1 0.001 0.001 0.004 0.004 io.py:34(<module>)
  920. 1 0.000 0.000 0.000 0.000 io.py:69(IOBase)
  921. 1 0.000 0.000 0.000 0.000 io.py:73(RawIOBase)
  922. 1 0.000 0.000 0.000 0.000 io.py:76(BufferedIOBase)
  923. 1 0.000 0.000 0.000 0.000 io.py:79(TextIOBase)
  924. 1 0.000 0.000 0.000 0.000 keyword.py:11(<module>)
  925. 2 0.000 0.000 0.000 0.000 langhelpers.py:1026(counter)
  926. 55 0.000 0.000 0.002 0.000 langhelpers.py:104(decorator)
  927. 3 0.000 0.000 0.000 0.000 langhelpers.py:1043(duck_type_collection)
  928. 97 0.008 0.000 0.065 0.001 langhelpers.py:107(decorate)
  929. 3 0.000 0.000 0.000 0.000 langhelpers.py:1075(assert_arg_type)
  930. 1 0.002 0.002 0.008 0.008 langhelpers.py:11(<module>)
  931. 1 0.000 0.000 0.000 0.000 langhelpers.py:1118(classproperty)
  932. 1 0.000 0.000 0.000 0.000 langhelpers.py:1137(hybridproperty)
  933. 1 0.000 0.000 0.000 0.000 langhelpers.py:1150(hybridmethod)
  934. 3 0.000 0.000 0.000 0.000 langhelpers.py:1153(__init__)
  935. 1 0.000 0.000 0.000 0.000 langhelpers.py:1163(_symbol)
  936. 56 0.000 0.000 0.001 0.000 langhelpers.py:1164(__new__)
  937. 2 0.000 0.000 0.000 0.000 langhelpers.py:1181(__repr__)
  938. 1 0.000 0.000 0.000 0.000 langhelpers.py:1187(symbol)
  939. 59 0.001 0.000 0.002 0.000 langhelpers.py:1211(__new__)
  940. 32 0.000 0.000 0.000 0.000 langhelpers.py:1225(set_creation_order)
  941. 1 0.000 0.000 0.000 0.000 langhelpers.py:1259(_hash_limit_string)
  942. 97 0.020 0.000 0.020 0.000 langhelpers.py:130(_exec_code_in_env)
  943. 1 0.000 0.000 0.000 0.000 langhelpers.py:1345(attrsetter)
  944. 42 0.010 0.000 0.021 0.000 langhelpers.py:135(public_factory)
  945. 1 0.000 0.000 0.000 0.000 langhelpers.py:1354(EnsureKWArgType)
  946. 4 0.001 0.000 0.007 0.002 langhelpers.py:1359(__init__)
  947. 1 0.000 0.000 0.000 0.000 langhelpers.py:176(PluginLoader)
  948. 1 0.000 0.000 0.000 0.000 langhelpers.py:178(__init__)
  949. 1 0.000 0.000 0.035 0.035 langhelpers.py:183(load)
  950. 214 0.005 0.000 0.030 0.000 langhelpers.py:321(format_argspec_plus)
  951. 1 0.000 0.000 0.000 0.000 langhelpers.py:34(safe_reraise)
  952. 182 0.000 0.000 0.000 0.000 langhelpers.py:389(<lambda>)
  953. 1 0.000 0.000 0.000 0.000 langhelpers.py:34(safe_reraise) [780/9674]
  954. 182 0.000 0.000 0.000 0.000 langhelpers.py:389(<lambda>)
  955. 3 0.000 0.000 0.001 0.000 langhelpers.py:398(format_argspec_init)
  956. 1 0.000 0.000 0.000 0.000 langhelpers.py:519(portable_instancemethod)
  957. 3 0.000 0.000 0.000 0.000 langhelpers.py:534(__init__)
  958. 3 0.000 0.000 0.036 0.012 langhelpers.py:538(__call__)
  959. 68 0.000 0.000 0.000 0.000 langhelpers.py:589(iterate_attributes)
  960. 2 0.000 0.000 0.002 0.001 langhelpers.py:605(monkeypatch_proxied_specials)
  961. 1 0.000 0.000 0.000 0.000 langhelpers.py:736(memoized_property)
  962. 157 0.001 0.000 0.001 0.000 langhelpers.py:739(__init__)
  963. 46/35 0.001 0.000 0.004 0.000 langhelpers.py:744(__get__)
  964. 4 0.000 0.000 0.000 0.000 langhelpers.py:750(_reset)
  965. 4 0.000 0.000 0.000 0.000 langhelpers.py:753(reset)
  966. 2 0.000 0.000 0.000 0.000 langhelpers.py:758(memoized_instancemethod)
  967. 1 0.000 0.000 0.000 0.000 langhelpers.py:777(group_expirable_memoized_property)
  968. 4 0.000 0.000 0.000 0.000 langhelpers.py:780(__init__)
  969. 40 0.000 0.000 0.001 0.000 langhelpers.py:785(expire_instance)
  970. 37 0.000 0.000 0.000 0.000 langhelpers.py:791(__call__)
  971. 1 0.000 0.000 0.000 0.000 langhelpers.py:795(method)
  972. 291 0.006 0.000 0.013 0.000 langhelpers.py:80(_unique_symbols)
  973. 1 0.000 0.000 0.000 0.000 langhelpers.py:800(MemoizedSlots)
  974. 14 0.000 0.000 0.000 0.000 langhelpers.py:810(_fallback_getattr)
  975. 51/23 0.001 0.000 0.001 0.000 langhelpers.py:813(__getattr__)
  976. 8 0.000 0.000 0.000 0.000 langhelpers.py:836(dependency_for)
  977. 8 0.000 0.000 0.005 0.001 langhelpers.py:837(decorate)
  978. 2 0.000 0.000 0.000 0.000 langhelpers.py:84(<lambda>)
  979. 1 0.000 0.000 0.000 0.000 langhelpers.py:849(dependencies)
  980. 36 0.001 0.000 0.002 0.000 langhelpers.py:867(__init__)
  981. 36 0.002 0.000 0.025 0.001 langhelpers.py:878(__call__)
  982. 3 0.000 0.000 0.011 0.004 langhelpers.py:905(resolve_all)
  983. 1 0.000 0.000 0.000 0.000 langhelpers.py:914(_importlater)
  984. 37 0.000 0.000 0.000 0.000 langhelpers.py:919(__new__)
  985. 37 0.000 0.000 0.000 0.000 langhelpers.py:927(__init__)
  986. 24 0.000 0.000 0.000 0.000 langhelpers.py:932(_full_path)
  987. 2 0.000 0.000 0.000 0.000 langhelpers.py:936(module)
  988. 21 0.000 0.000 0.011 0.001 langhelpers.py:946(_resolve)
  989. 2 0.000 0.000 0.000 0.000 langhelpers.py:952(__getattr__)
  990. 3 0.000 0.000 0.000 0.000 langhelpers.py:980(bool_or_str)
  991. 2 0.000 0.000 0.000 0.000 legacy.py:107(_legacy_listen_examples)
  992. 1 0.000 0.000 0.000 0.000 legacy.py:11(<module>)
  993. 2 0.000 0.000 0.000 0.000 legacy.py:128(_version_signature_changes)
  994. 80 0.001 0.000 0.053 0.001 legacy.py:145(_augment_fn_docs)
  995. 2 0.000 0.000 0.000 0.000 legacy.py:16(_legacy_signature)
  996. 2 0.000 0.000 0.000 0.000 legacy.py:17(leg)
  997. 162 0.001 0.000 0.005 0.000 legacy.py:54(_indent)
  998. 1124 0.002 0.000 0.002 0.000 legacy.py:56(<genexpr>)
  999. 80 0.007 0.000 0.011 0.000 legacy.py:61(_standard_listen_example)
  1000. 223 0.001 0.000 0.001 0.000 legacy.py:64(<genexpr>)
  1001. 4 0.000 0.000 0.000 0.000 legacy.py:69(<genexpr>)
  1002. 1 0.001 0.001 0.007 0.007 loading.py:14(<module>)
  1003. 1 0.002 0.002 0.005 0.005 log.py:19(<module>)
  1004. 1 0.000 0.000 0.000 0.000 log.py:199(echo_property)
  1005. 13 0.000 0.000 0.003 0.000 log.py:42(class_logger)
  1006. 1 0.000 0.000 0.000 0.000 log.py:51(Identified)
  1007. 1 0.000 0.000 0.000 0.000 log.py:61(InstanceLogger)
  1008. 3 0.000 0.000 0.000 0.000 mapper.py:1001(_set_with_polymorphic)
  1009. 3 0.000 0.000 0.000 0.000 mapper.py:1061(_configure_legacy_instrument_class)
  1010. 3 0.000 0.000 0.000 0.000 mapper.py:1075(_configure_listeners)
  1011. 3 0.000 0.000 0.006 0.002 mapper.py:1087(_configure_class_instrumentation)
  1012. 3 0.000 0.000 0.002 0.001 mapper.py:1182(_configure_pks)
  1013. 7 0.000 0.000 0.000 0.000 mapper.py:1193(<genexpr>)
  1014. 3 0.000 0.000 0.000 0.000 mapper.py:1262(<genexpr>)
  1015. 3 0.001 0.000 0.015 0.005 mapper.py:1268(_configure_properties)
  1016. 3 0.000 0.000 0.000 0.000 mapper.py:1320(_configure_polymorphic_setter)
  1017. 15/13 0.001 0.000 0.014 0.001 mapper.py:1521(_configure_property)
  1018. 1 0.004 0.004 0.038 0.038 mapper.py:16(<module>)
  1019. 9 0.000 0.000 0.004 0.000 mapper.py:1619(_property_from_column)
  1020. 1 0.004 0.004 0.038 0.038 mapper.py:16(<module>) [715/9674]
  1021. 9 0.000 0.000 0.004 0.000 mapper.py:1619(_property_from_column)
  1022. 3 0.000 0.000 0.000 0.000 mapper.py:1738(_expire_memoizations)
  1023. 21 0.000 0.000 0.002 0.000 mapper.py:1742(_log_desc)
  1024. 21 0.000 0.000 0.002 0.000 mapper.py:1752(_log)
  1025. 2 0.000 0.000 0.000 0.000 mapper.py:2244(_is_userland_descriptor)
  1026. 9 0.000 0.000 0.000 0.000 mapper.py:2252(_should_exclude)
  1027. 30 0.000 0.000 0.000 0.000 mapper.py:2311(iterate_to_root)
  1028. 3 0.000 0.000 0.000 0.000 mapper.py:2441(_identity_key_props)
  1029. 1 0.000 0.000 0.000 0.000 mapper.py:2892(_ColumnMapping)
  1030. 3 0.000 0.000 0.000 0.000 mapper.py:2897(__init__)
  1031. 1 0.000 0.000 0.001 0.001 mapper.py:53(Mapper)
  1032. 3 0.000 0.000 0.000 0.000 mapper.py:891(_configure_inheritance)
  1033. 3 0.001 0.000 0.026 0.009 mapper.py:90(__init__)
  1034. 1 0.003 0.003 0.004 0.004 mimetools.py:1(<module>)
  1035. 1 0.000 0.000 0.000 0.000 mimetools.py:20(Message)
  1036. 1 0.001 0.001 0.001 0.001 mysqlconnector.py:23(<module>)
  1037. 1 0.000 0.000 0.000 0.000 mysqlconnector.py:33(MySQLExecutionContext_mysqlconnector)
  1038. 1 0.000 0.000 0.000 0.000 mysqlconnector.py:39(MySQLCompiler_mysqlconnector)
  1039. 1 0.000 0.000 0.000 0.000 mysqlconnector.py:61(MySQLIdentifierPreparer_mysqlconnector)
  1040. 1 0.000 0.000 0.000 0.000 mysqlconnector.py:71(_myconnpyBIT)
  1041. 1 0.000 0.000 0.000 0.000 mysqlconnector.py:78(MySQLDialect_mysqlconnector)
  1042. 1 0.000 0.000 0.000 0.000 mysqldb.py:41(<module>)
  1043. 1 0.000 0.000 0.000 0.000 mysqldb.py:51(MySQLExecutionContext_mysqldb)
  1044. 1 0.000 0.000 0.000 0.000 mysqldb.py:61(MySQLCompiler_mysqldb)
  1045. 1 0.000 0.000 0.000 0.000 mysqldb.py:70(MySQLIdentifierPreparer_mysqldb)
  1046. 1 0.000 0.000 0.000 0.000 mysqldb.py:77(MySQLDialect_mysqldb)
  1047. 1 0.001 0.001 0.079 0.079 naming.py:11(<module>)
  1048. 8 0.000 0.000 0.003 0.000 naming.py:110(_constraint_name_for_table)
  1049. 8 0.000 0.000 0.003 0.000 naming.py:130(_constraint_name)
  1050. 1 0.000 0.000 0.000 0.000 naming.py:21(ConventionDict)
  1051. 2 0.000 0.000 0.000 0.000 naming.py:23(__init__)
  1052. 4 0.000 0.000 0.000 0.000 naming.py:33(_column_X)
  1053. 4 0.000 0.000 0.001 0.000 naming.py:54(_key_column_X_label)
  1054. 4 0.000 0.000 0.003 0.001 naming.py:75(__getitem__)
  1055. 8 0.000 0.000 0.000 0.000 naming.py:99(_get_convention)
  1056. 1 0.000 0.000 0.000 0.000 network.py:117(NetworkServer)
  1057. 1 0.000 0.000 0.000 0.000 network.py:199(NetworkAnnouncer)
  1058. 1 0.002 0.002 0.634 0.634 network.py:20(<module>)
  1059. 1 0.000 0.000 0.000 0.000 network.py:232(NetworkAnnouncementListener)
  1060. 1 0.000 0.000 0.000 0.000 network.py:32(NetworkClient)
  1061. 1 0.000 0.000 0.000 0.000 network.py:34(NetworkGatherer)
  1062. 1 0.000 0.000 0.000 0.000 numbers.py:13(Number)
  1063. 1 0.000 0.000 0.000 0.000 numbers.py:169(Real)
  1064. 1 0.000 0.000 0.000 0.000 numbers.py:270(Rational)
  1065. 1 0.000 0.000 0.000 0.000 numbers.py:295(Integral)
  1066. 1 0.000 0.000 0.000 0.000 numbers.py:34(Complex)
  1067. 1 0.000 0.000 0.003 0.003 numbers.py:6(<module>)
  1068. 119 0.000 0.000 0.000 0.000 opcode.py:27(def_op)
  1069. 11 0.000 0.000 0.000 0.000 opcode.py:31(name_op)
  1070. 6 0.000 0.000 0.000 0.000 opcode.py:35(jrel_op)
  1071. 6 0.000 0.000 0.000 0.000 opcode.py:39(jabs_op)
  1072. 1 0.001 0.001 0.001 0.001 opcode.py:5(<module>)
  1073. 1 0.001 0.001 0.001 0.001 operators.py:11(<module>)
  1074. 1 0.000 0.000 0.000 0.000 operators.py:197(custom_op)
  1075. 1 0.000 0.000 0.000 0.000 operators.py:233(ColumnOperators)
  1076. 1 0.000 0.000 0.000 0.000 operators.py:27(Operators)
  1077. 1 0.000 0.000 0.001 0.001 os.py:35(_get_exports_list)
  1078. 1 0.000 0.000 0.000 0.000 oursql.py:23(<module>)
  1079. 1 0.000 0.000 0.000 0.000 oursql.py:31(_oursqlBIT)
  1080. 1 0.000 0.000 0.000 0.000 oursql.py:38(MySQLExecutionContext_oursql)
  1081. 1 0.000 0.000 0.000 0.000 oursql.py:45(MySQLDialect_oursql)
  1082. 1 0.000 0.000 0.000 0.000 path_registry.py:152(RootRegistry)
  1083. 1 0.000 0.000 0.000 0.000 path_registry.py:168(TokenRegistry)
  1084. 1 0.000 0.000 0.000 0.000 path_registry.py:189(PropRegistry)
  1085. 1 0.000 0.000 0.000 0.000 path_registry.py:263(EntityRegistry)
  1086. 1 0.000 0.000 0.000 0.000 path_registry.py:29(PathRegistry)
  1087. 1 0.000 0.000 0.000 0.000 path_registry.py:263(EntityRegistry) [650/9674]
  1088. 1 0.000 0.000 0.000 0.000 path_registry.py:29(PathRegistry)
  1089. 1 0.001 0.001 0.001 0.001 path_registry.py:9(<module>)
  1090. 1 0.000 0.000 0.001 0.001 persistence.py:1081(BulkUD)
  1091. 1 0.000 0.000 0.000 0.000 persistence.py:1172(BulkEvaluate)
  1092. 1 0.000 0.000 0.000 0.000 persistence.py:1207(BulkFetch)
  1093. 1 0.000 0.000 0.000 0.000 persistence.py:1222(BulkUpdate)
  1094. 1 0.000 0.000 0.000 0.000 persistence.py:1290(BulkDelete)
  1095. 1 0.000 0.000 0.000 0.000 persistence.py:1319(BulkUpdateEvaluate)
  1096. 1 0.000 0.000 0.000 0.000 persistence.py:1358(BulkDeleteEvaluate)
  1097. 1 0.000 0.000 0.000 0.000 persistence.py:1368(BulkUpdateFetch)
  1098. 1 0.000 0.000 0.000 0.000 persistence.py:1391(BulkDeleteFetch)
  1099. 1 0.001 0.001 0.003 0.003 persistence.py:15(<module>)
  1100. 1 0.000 0.000 0.000 0.000 pool.py:1127(NullPool)
  1101. 1 0.000 0.000 0.000 0.000 pool.py:1169(StaticPool)
  1102. 1 0.000 0.000 0.000 0.000 pool.py:1217(AssertionPool)
  1103. 1 0.000 0.000 0.000 0.000 pool.py:1279(_DBProxy)
  1104. 1 0.002 0.002 0.009 0.009 pool.py:18(<module>)
  1105. 1 0.000 0.000 0.000 0.000 pool.py:416(_ConnectionRecord)
  1106. 1 0.000 0.000 0.000 0.000 pool.py:656(_ConnectionFairy)
  1107. 1 0.000 0.000 0.000 0.000 pool.py:71(_ConnDialect)
  1108. 1 0.000 0.000 0.000 0.000 pool.py:885(SingletonThreadPool)
  1109. 1 0.000 0.000 0.001 0.001 pool.py:92(Pool)
  1110. 1 0.000 0.000 0.000 0.000 pool.py:975(QueuePool)
  1111. 1 0.000 0.000 0.000 0.000 posixpath.py:251(expanduser)
  1112. 1 0.000 0.000 0.000 0.000 posixpath.py:44(normcase)
  1113. 2 0.000 0.000 0.000 0.000 posixpath.py:61(join)
  1114. 1 0.001 0.001 0.001 0.001 processors.py:14(<module>)
  1115. 1 0.000 0.000 0.002 0.002 properties.py:13(<module>)
  1116. 11 0.000 0.000 0.001 0.000 properties.py:173(instrument_class)
  1117. 1 0.000 0.000 0.000 0.000 properties.py:223(Comparator)
  1118. 1 0.000 0.000 0.001 0.001 properties.py:27(ColumnProperty)
  1119. 11 0.001 0.000 0.002 0.000 properties.py:44(__init__)
  1120. 1 0.000 0.000 0.000 0.000 pymysql.py:30(<module>)
  1121. 1 0.000 0.000 0.000 0.000 pymysql.py:36(MySQLDialect_pymysql)
  1122. 1 0.000 0.000 0.000 0.000 pyodbc.py:16(PyODBCConnector)
  1123. 1 0.001 0.001 0.001 0.001 pyodbc.py:23(<module>)
  1124. 1 0.000 0.000 0.000 0.000 pyodbc.py:31(MySQLExecutionContext_pyodbc)
  1125. 1 0.000 0.000 0.000 0.000 pyodbc.py:41(MySQLDialect_pyodbc)
  1126. 1 0.000 0.000 0.000 0.000 pyodbc.py:8(<module>)
  1127. 1 0.002 0.002 90.629 90.629 pyrit:2(<module>)
  1128. 1 0.127 0.127 89.624 89.624 pyrit_cli.py:1161(benchmark)
  1129. 7 0.000 0.000 0.000 0.000 pyrit_cli.py:148(requires_pckttools)
  1130. 7 0.000 0.000 0.000 0.000 pyrit_cli.py:153(check_pkttools)
  1131. 1 0.010 0.010 1.002 1.002 pyrit_cli.py:20(<module>)
  1132. 1 0.000 0.000 0.000 0.000 pyrit_cli.py:38(PyritRuntimeError)
  1133. 1 0.000 0.000 0.000 0.000 pyrit_cli.py:42(Pyrit_CLI)
  1134. 1 0.000 0.000 0.000 0.000 pyrit_cli.py:44(__init__)
  1135. 72 0.001 0.000 0.053 0.001 pyrit_cli.py:47(tell)
  1136. 1 0.000 0.000 89.625 89.625 pyrit_cli.py:58(initFromArgv)
  1137. 1 0.001 0.001 0.028 0.028 query.py:20(<module>)
  1138. 1 0.000 0.000 0.000 0.000 query.py:3361(LockmodeArg)
  1139. 1 0.000 0.000 0.000 0.000 query.py:3382(_QueryEntity)
  1140. 1 0.000 0.000 0.000 0.000 query.py:3403(_MapperEntity)
  1141. 1 0.000 0.000 0.000 0.000 query.py:3571(Bundle)
  1142. 1 0.000 0.000 0.000 0.000 query.py:3690(_BundleEntity)
  1143. 1 0.000 0.000 0.000 0.000 query.py:3762(_ColumnEntity)
  1144. 1 0.000 0.000 0.000 0.000 query.py:3930(QueryContext)
  1145. 1 0.000 0.000 0.000 0.000 query.py:3977(AliasOption)
  1146. 1 0.001 0.001 0.026 0.026 query.py:49(Query)
  1147. 1 0.000 0.000 0.000 0.000 queue.py:19(<module>)
  1148. 1 0.000 0.000 0.000 0.000 queue.py:29(Empty)
  1149. 1 0.000 0.000 0.000 0.000 queue.py:35(Full)
  1150. 1 0.000 0.000 0.000 0.000 queue.py:41(Queue)
  1151. 1 0.000 0.000 0.003 0.003 random.py:100(seed)
  1152. 1 0.001 0.001 0.004 0.004 random.py:40(<module>)
  1153. 1 0.000 0.000 0.000 0.000 random.py:655(WichmannHill)
  1154. 1 0.001 0.001 0.004 0.004 random.py:40(<module>) [585/9674]
  1155. 1 0.000 0.000 0.000 0.000 random.py:655(WichmannHill)
  1156. 1 0.000 0.000 0.000 0.000 random.py:72(Random)
  1157. 1 0.000 0.000 0.000 0.000 random.py:805(SystemRandom)
  1158. 1 0.000 0.000 0.003 0.003 random.py:91(__init__)
  1159. 101 0.001 0.000 0.006 0.000 re.py:138(match)
  1160. 1 0.000 0.000 0.003 0.003 re.py:143(search)
  1161. 104 0.001 0.000 0.009 0.000 re.py:148(sub)
  1162. 2 0.000 0.000 0.001 0.000 re.py:168(split)
  1163. 36 0.000 0.000 0.113 0.003 re.py:192(compile)
  1164. 1 0.000 0.000 0.000 0.000 re.py:208(escape)
  1165. 244 0.004 0.000 0.124 0.001 re.py:230(_compile)
  1166. 1 0.000 0.000 0.002 0.002 reflection.py:26(<module>)
  1167. 1 0.000 0.000 0.001 0.001 reflection.py:59(Inspector)
  1168. 1 0.000 0.000 0.000 0.000 registry.py:139(_EventKey)
  1169. 10 0.000 0.000 0.000 0.000 registry.py:147(__init__)
  1170. 10 0.000 0.000 0.000 0.000 registry.py:159(_key)
  1171. 1 0.000 0.000 0.000 0.000 registry.py:16(<module>)
  1172. 10 0.000 0.000 0.000 0.000 registry.py:163(with_wrapper)
  1173. 10 0.000 0.000 0.003 0.000 registry.py:187(listen)
  1174. 10 0.000 0.000 0.002 0.000 registry.py:227(base_listen)
  1175. 56 0.000 0.000 0.000 0.000 registry.py:242(_listen_fn)
  1176. 8 0.000 0.000 0.001 0.000 registry.py:246(append_to_list)
  1177. 10 0.000 0.000 0.001 0.000 registry.py:65(_stored_in_collection)
  1178. 1 0.001 0.001 0.011 0.011 relationships.py:15(<module>)
  1179. 2 0.000 0.000 0.001 0.001 relationships.py:1749(_set_cascade)
  1180. 1 0.000 0.000 0.000 0.000 relationships.py:1937(JoinCondition)
  1181. 1 0.000 0.000 0.000 0.000 relationships.py:2851(_ColInAnnotations)
  1182. 1 0.000 0.000 0.002 0.002 relationships.py:77(RelationshipProperty)
  1183. 2 0.000 0.000 0.000 0.000 relationships.py:860(instrument_class)
  1184. 1 0.000 0.000 0.000 0.000 relationships.py:869(Comparator)
  1185. 4 0.000 0.000 0.000 0.000 relationships.py:892(__init__)
  1186. 2 0.000 0.000 0.001 0.001 relationships.py:95(__init__)
  1187. 1 0.000 0.000 0.000 0.000 result.py:101(RowProxy)
  1188. 1 0.000 0.000 0.000 0.000 result.py:1071(BufferedRowResultProxy)
  1189. 1 0.000 0.000 0.000 0.000 result.py:1164(FullyBufferedResultProxy)
  1190. 1 0.000 0.000 0.000 0.000 result.py:1209(BufferedColumnRow)
  1191. 1 0.000 0.000 0.000 0.000 result.py:1224(BufferedColumnResultProxy)
  1192. 1 0.000 0.000 0.001 0.001 result.py:185(ResultMetaData)
  1193. 1 0.000 0.000 0.000 0.000 result.py:460(ResultProxy)
  1194. 1 0.001 0.001 0.003 0.003 result.py:9(<module>)
  1195. 1 0.000 0.000 0.000 0.000 rfc822.py:501(AddrlistClass)
  1196. 1 0.000 0.000 0.000 0.000 rfc822.py:71(<module>)
  1197. 1 0.000 0.000 0.000 0.000 rfc822.py:775(AddressList)
  1198. 1 0.000 0.000 0.000 0.000 rfc822.py:85(Message)
  1199. 1 0.000 0.000 0.000 0.000 schema.py:10(<module>)
  1200. 1 0.000 0.000 0.001 0.001 schema.py:111(Table)
  1201. 11 0.000 0.000 0.008 0.001 schema.py:1243(_set_parent)
  1202. 13 0.000 0.000 0.001 0.000 schema.py:1301(_setup_on_memoized_fks)
  1203. 2 0.000 0.000 0.001 0.000 schema.py:1312(_on_table_attach)
  1204. 2 0.000 0.000 0.000 0.000 schema.py:1399(get_children)
  1205. 1 0.000 0.000 0.000 0.000 schema.py:1408(ForeignKey)
  1206. 2 0.000 0.000 0.000 0.000 schema.py:1447(__init__)
  1207. 2 0.000 0.000 0.000 0.000 schema.py:1596(_get_colspec)
  1208. 2 0.000 0.000 0.000 0.000 schema.py:1625(_table_key)
  1209. 2 0.000 0.000 0.000 0.000 schema.py:1654(_column_tokens)
  1210. 2 0.000 0.000 0.001 0.000 schema.py:1685(_resolve_col_tokens)
  1211. 2 0.000 0.000 0.000 0.000 schema.py:1718(_link_to_col_by_colstring)
  1212. 2 0.000 0.000 0.000 0.000 schema.py:1751(_set_target_column)
  1213. 2 0.000 0.000 0.001 0.000 schema.py:1811(_set_parent)
  1214. 2 0.000 0.000 0.003 0.002 schema.py:1832(_set_table)
  1215. 1 0.000 0.000 0.000 0.000 schema.py:1869(_NotAColumnExpr)
  1216. 1 0.000 0.000 0.000 0.000 schema.py:1879(DefaultGenerator)
  1217. 1 0.000 0.000 0.000 0.000 schema.py:1912(ColumnDefault)
  1218. 1 0.000 0.000 0.001 0.001 schema.py:2017(Sequence)
  1219. 1 0.000 0.000 0.000 0.000 schema.py:2237(FetchedValue)
  1220. 1 0.000 0.000 0.000 0.000 schema.py:2288(DefaultClause)
  1221. 1 0.000 0.000 0.000 0.000 schema.py:2237(FetchedValue) [520/9674]
  1222. 1 0.000 0.000 0.000 0.000 schema.py:2288(DefaultClause)
  1223. 1 0.000 0.000 0.001 0.001 schema.py:2325(PassiveDefault)
  1224. 1 0.000 0.000 0.000 0.000 schema.py:2340(Constraint)
  1225. 6 0.000 0.000 0.000 0.000 schema.py:2345(__init__)
  1226. 8 0.000 0.000 0.000 0.000 schema.py:2411(_set_parent)
  1227. 3 0.000 0.000 0.000 0.000 schema.py:2427(_to_schema_column_or_string)
  1228. 1 0.000 0.000 0.000 0.000 schema.py:2436(ColumnCollectionMixin)
  1229. 8 0.000 0.000 0.005 0.001 schema.py:2448(__init__)
  1230. 4 0.000 0.000 0.000 0.000 schema.py:2456(_extract_col_expression_collection)
  1231. 3 0.000 0.000 0.004 0.001 schema.py:2472(_check_attach)
  1232. 8 0.000 0.000 0.000 0.000 schema.py:2517(_set_parent)
  1233. 1 0.000 0.000 0.000 0.000 schema.py:2524(ColumnCollectionConstraint)
  1234. 4 0.000 0.000 0.001 0.000 schema.py:2527(__init__)
  1235. 6 0.000 0.000 0.000 0.000 schema.py:2551(_set_parent)
  1236. 7 0.000 0.000 0.000 0.000 schema.py:2555(__contains__)
  1237. 6 0.000 0.000 0.000 0.000 schema.py:2573(__iter__)
  1238. 14 0.000 0.000 0.000 0.000 schema.py:2578(<genexpr>)
  1239. 3 0.000 0.000 0.000 0.000 schema.py:2580(__len__)
  1240. 1 0.000 0.000 0.000 0.000 schema.py:2584(CheckConstraint)
  1241. 1 0.000 0.000 0.000 0.000 schema.py:2665(ForeignKeyConstraint)
  1242. 2 0.000 0.000 0.000 0.000 schema.py:2679(__init__)
  1243. 2 0.000 0.000 0.000 0.000 schema.py:2788(_append_element)
  1244. 2 0.000 0.000 0.000 0.000 schema.py:2820(_validate_dest_table)
  1245. 2 0.000 0.000 0.000 0.000 schema.py:2859(_set_parent)
  1246. 1 0.000 0.000 0.000 0.000 schema.py:2903(PrimaryKeyConstraint)
  1247. 3 0.000 0.000 0.001 0.000 schema.py:2979(_set_parent)
  1248. 1 0.006 0.006 0.046 0.046 schema.py:30(<module>)
  1249. 4 0.000 0.000 0.000 0.000 schema.py:3038(_replace)
  1250. 1 0.000 0.000 0.000 0.000 schema.py:3042(UniqueConstraint)
  1251. 1 0.000 0.000 0.000 0.000 schema.py:3054(Index)
  1252. 2 0.000 0.000 0.005 0.002 schema.py:3131(__init__)
  1253. 2 0.000 0.000 0.000 0.000 schema.py:3182(_set_parent)
  1254. 1 0.000 0.000 0.001 0.001 schema.py:3253(MetaData)
  1255. 1 0.000 0.000 0.000 0.000 schema.py:3278(__init__)
  1256. 3 0.000 0.000 0.000 0.000 schema.py:3421(_add_table)
  1257. 1 0.000 0.000 0.000 0.000 schema.py:3480(_bind_to)
  1258. 3 0.000 0.000 0.054 0.018 schema.py:362(__new__)
  1259. 1 0.000 0.000 0.001 0.001 schema.py:3725(ThreadLocalMetaData)
  1260. 3 0.000 0.000 0.000 0.000 schema.py:427(__init__)
  1261. 3 0.000 0.000 0.053 0.018 schema.py:438(_init)
  1262. 36 0.000 0.000 0.000 0.000 schema.py:51(_get_table_key)
  1263. 3 0.000 0.000 0.037 0.012 schema.py:569(_extra_kwargs)
  1264. 1 0.000 0.000 0.001 0.001 schema.py:58(SchemaItem)
  1265. 26 0.000 0.000 0.000 0.000 schema.py:588(key)
  1266. 1 0.000 0.000 0.001 0.001 schema.py:652(append_constraint)
  1267. 14 0.000 0.000 0.014 0.001 schema.py:67(_init_items)
  1268. 3 0.000 0.000 0.000 0.000 schema.py:690(get_children)
  1269. 1 0.000 0.000 0.000 0.000 schema.py:856(Column)
  1270. 11 0.001 0.000 0.004 0.000 schema.py:861(__init__)
  1271. 26 0.000 0.000 0.000 0.000 scoping.py:148(instrument)
  1272. 9 0.000 0.000 0.000 0.000 scoping.py:157(makeprop)
  1273. 1 0.000 0.000 0.000 0.000 scoping.py:17(scoped_session)
  1274. 3 0.000 0.000 0.000 0.000 scoping.py:171(clslevel)
  1275. 1 0.000 0.000 0.001 0.001 scoping.py:8(<module>)
  1276. 1 0.000 0.000 0.000 0.000 selectable.py:1070(Alias)
  1277. 1 0.003 0.003 0.028 0.028 selectable.py:11(<module>)
  1278. 1 0.000 0.000 0.000 0.000 selectable.py:1165(CTE)
  1279. 1 0.000 0.000 0.000 0.000 selectable.py:1218(FromGrouping)
  1280. 1 0.000 0.000 0.003 0.003 selectable.py:1270(TableClause)
  1281. 3 0.000 0.000 0.000 0.000 selectable.py:1310(__init__)
  1282. 3 0.000 0.000 0.002 0.001 selectable.py:1339(description)
  1283. 3 0.000 0.000 0.000 0.000 selectable.py:1350(get_children)
  1284. 1 0.000 0.000 0.000 0.000 selectable.py:1423(ForUpdateArg)
  1285. 1 0.000 0.000 0.004 0.004 selectable.py:1492(SelectBase)
  1286. 1 0.000 0.000 0.000 0.000 selectable.py:164(Selectable)
  1287. 1 0.000 0.000 0.005 0.005 selectable.py:1672(GenerativeSelect)
  1288. 1 0.000 0.000 0.000 0.000 selectable.py:164(Selectable) [455/9674]
  1289. 1 0.000 0.000 0.005 0.005 selectable.py:1672(GenerativeSelect)
  1290. 1 0.000 0.000 0.001 0.001 selectable.py:175(HasPrefixes)
  1291. 1 0.000 0.000 0.000 0.000 selectable.py:1947(CompoundSelect)
  1292. 1 0.000 0.000 0.001 0.001 selectable.py:212(HasSuffixes)
  1293. 1 0.000 0.000 0.006 0.006 selectable.py:2202(Select)
  1294. 1 0.000 0.000 0.001 0.001 selectable.py:248(FromClause)
  1295. 1 0.000 0.000 0.001 0.001 selectable.py:3287(ScalarSelect)
  1296. 1 0.000 0.000 0.000 0.000 selectable.py:3314(Exists)
  1297. 1 0.000 0.000 0.001 0.001 selectable.py:3383(TextAsFrom)
  1298. 1 0.000 0.000 0.000 0.000 selectable.py:3431(AnnotatedFromClause)
  1299. 20 0.000 0.000 0.000 0.000 selectable.py:450(corresponding_column)
  1300. 3 0.000 0.000 0.000 0.000 selectable.py:537(columns)
  1301. 1 0.000 0.000 0.000 0.000 selectable.py:61(_OffsetLimitParam)
  1302. 1 0.000 0.000 0.001 0.001 selectable.py:632(Join)
  1303. 1 0.000 0.000 0.000 0.000 session.py:2581(sessionmaker)
  1304. 1 0.000 0.000 0.001 0.001 session.py:49(_SessionClassMethods)
  1305. 1 0.000 0.000 0.001 0.001 session.py:507(Session)
  1306. 1 0.001 0.001 0.004 0.004 session.py:7(<module>)
  1307. 1 0.000 0.000 0.000 0.000 session.py:87(SessionTransaction)
  1308. 1 0.000 0.000 0.000 0.000 socket.py:171(_closedsocket)
  1309. 1 0.000 0.000 0.000 0.000 socket.py:183(_socketobject)
  1310. 1 0.000 0.000 0.000 0.000 socket.py:239(_fileobject)
  1311. 1 0.010 0.010 0.010 0.010 socket.py:45(<module>)
  1312. 1 0.014 0.014 0.078 0.078 sqltypes.py:10(<module>)
  1313. 1 0.000 0.000 0.001 0.001 sqltypes.py:1053(Enum)
  1314. 1 0.000 0.000 0.000 0.000 sqltypes.py:1192(PickleType)
  1315. 1 0.000 0.000 0.001 0.001 sqltypes.py:1273(Boolean)
  1316. 2 0.000 0.000 0.000 0.000 sqltypes.py:1284(__init__)
  1317. 1 0.000 0.000 0.000 0.000 sqltypes.py:1343(Interval)
  1318. 1 0.000 0.000 0.000 0.000 sqltypes.py:1364(__init__)
  1319. 1 0.000 0.000 0.000 0.000 sqltypes.py:1466(REAL)
  1320. 1 0.000 0.000 0.000 0.000 sqltypes.py:1473(FLOAT)
  1321. 1 0.000 0.000 0.000 0.000 sqltypes.py:1480(NUMERIC)
  1322. 1 0.000 0.000 0.000 0.000 sqltypes.py:1487(DECIMAL)
  1323. 1 0.000 0.000 0.000 0.000 sqltypes.py:1494(INTEGER)
  1324. 1 0.000 0.000 0.000 0.000 sqltypes.py:1502(SMALLINT)
  1325. 1 0.000 0.000 0.000 0.000 sqltypes.py:1509(BIGINT)
  1326. 1 0.000 0.000 0.000 0.000 sqltypes.py:1516(TIMESTAMP)
  1327. 1 0.000 0.000 0.000 0.000 sqltypes.py:1526(DATETIME)
  1328. 1 0.000 0.000 0.000 0.000 sqltypes.py:1533(DATE)
  1329. 1 0.000 0.000 0.000 0.000 sqltypes.py:1540(TIME)
  1330. 1 0.000 0.000 0.000 0.000 sqltypes.py:1547(TEXT)
  1331. 1 0.000 0.000 0.000 0.000 sqltypes.py:1554(CLOB)
  1332. 1 0.000 0.000 0.000 0.000 sqltypes.py:1564(VARCHAR)
  1333. 1 0.000 0.000 0.000 0.000 sqltypes.py:1571(NVARCHAR)
  1334. 1 0.000 0.000 0.000 0.000 sqltypes.py:1578(CHAR)
  1335. 1 0.000 0.000 0.000 0.000 sqltypes.py:1585(NCHAR)
  1336. 1 0.000 0.000 0.000 0.000 sqltypes.py:1592(BLOB)
  1337. 1 0.000 0.000 0.000 0.000 sqltypes.py:1599(BINARY)
  1338. 1 0.000 0.000 0.000 0.000 sqltypes.py:1606(VARBINARY)
  1339. 1 0.000 0.000 0.000 0.000 sqltypes.py:1613(BOOLEAN)
  1340. 1 0.000 0.000 0.000 0.000 sqltypes.py:1620(NullType)
  1341. 1 0.000 0.000 0.000 0.000 sqltypes.py:1653(Comparator)
  1342. 1 0.000 0.000 0.000 0.000 sqltypes.py:1664(MatchType)
  1343. 1 0.000 0.000 0.000 0.000 sqltypes.py:238(Text)
  1344. 1 0.000 0.000 0.000 0.000 sqltypes.py:252(Unicode)
  1345. 1 0.000 0.000 0.000 0.000 sqltypes.py:28(_DateAffinity)
  1346. 1 0.000 0.000 0.000 0.000 sqltypes.py:310(__init__)
  1347. 1 0.000 0.000 0.000 0.000 sqltypes.py:324(UnicodeText)
  1348. 1 0.000 0.000 0.000 0.000 sqltypes.py:353(Integer)
  1349. 1 0.000 0.000 0.000 0.000 sqltypes.py:401(SmallInteger)
  1350. 1 0.000 0.000 0.000 0.000 sqltypes.py:413(BigInteger)
  1351. 1 0.000 0.000 0.000 0.000 sqltypes.py:42(Comparator)
  1352. 1 0.000 0.000 0.000 0.000 sqltypes.py:425(Numeric)
  1353. 2 0.000 0.000 0.000 0.000 sqltypes.py:469(__init__)
  1354. 1 0.000 0.000 0.000 0.000 sqltypes.py:56(Concatenable)
  1355. 2 0.000 0.000 0.000 0.000 sqltypes.py:469(__init__) [390/9674]
  1356. 1 0.000 0.000 0.000 0.000 sqltypes.py:56(Concatenable)
  1357. 1 0.000 0.000 0.000 0.000 sqltypes.py:602(Float)
  1358. 1 0.000 0.000 0.000 0.000 sqltypes.py:61(Comparator)
  1359. 1 0.000 0.000 0.000 0.000 sqltypes.py:694(DateTime)
  1360. 2 0.000 0.000 0.000 0.000 sqltypes.py:708(__init__)
  1361. 1 0.000 0.000 0.000 0.000 sqltypes.py:739(Date)
  1362. 1 0.000 0.000 0.000 0.000 sqltypes.py:76(String)
  1363. 1 0.000 0.000 0.000 0.000 sqltypes.py:777(Time)
  1364. 1 0.000 0.000 0.000 0.000 sqltypes.py:783(__init__)
  1365. 1 0.000 0.000 0.000 0.000 sqltypes.py:807(_Binary)
  1366. 3 0.000 0.000 0.000 0.000 sqltypes.py:811(__init__)
  1367. 1 0.000 0.000 0.000 0.000 sqltypes.py:875(LargeBinary)
  1368. 3 0.000 0.000 0.000 0.000 sqltypes.py:887(__init__)
  1369. 1 0.000 0.000 0.000 0.000 sqltypes.py:904(Binary)
  1370. 1 0.000 0.000 0.000 0.000 sqltypes.py:914(SchemaType)
  1371. 7 0.000 0.000 0.000 0.000 sqltypes.py:92(__init__)
  1372. 54 0.000 0.000 0.000 0.000 sre_compile.py:101(fixup)
  1373. 185 0.002 0.000 0.011 0.000 sre_compile.py:228(_compile_charset)
  1374. 185 0.005 0.000 0.008 0.000 sre_compile.py:256(_optimize_charset)
  1375. 32 0.001 0.000 0.001 0.000 sre_compile.py:411(_mk_bitmap)
  1376. 203 0.001 0.000 0.002 0.000 sre_compile.py:428(_simple)
  1377. 44 0.002 0.000 0.012 0.000 sre_compile.py:433(_compile_info)
  1378. 88 0.000 0.000 0.000 0.000 sre_compile.py:546(isstring)
  1379. 44 0.001 0.000 0.050 0.001 sre_compile.py:552(_code)
  1380. 44 0.001 0.000 0.119 0.003 sre_compile.py:567(compile)
  1381. 482/44 0.016 0.000 0.038 0.001 sre_compile.py:64(_compile)
  1382. 953 0.002 0.000 0.002 0.000 sre_parse.py:137(__len__)
  1383. 2053 0.007 0.000 0.010 0.000 sre_parse.py:141(__getitem__)
  1384. 203 0.000 0.000 0.000 0.000 sre_parse.py:145(__setitem__)
  1385. 751 0.002 0.000 0.002 0.000 sre_parse.py:149(append)
  1386. 673/249 0.007 0.000 0.009 0.000 sre_parse.py:151(getwidth)
  1387. 44 0.000 0.000 0.001 0.000 sre_parse.py:189(__init__)
  1388. 2786 0.014 0.000 0.017 0.000 sre_parse.py:193(__next)
  1389. 1359 0.002 0.000 0.005 0.000 sre_parse.py:206(match)
  1390. 2361 0.006 0.000 0.020 0.000 sre_parse.py:212(get)
  1391. 1 0.000 0.000 0.000 0.000 sre_parse.py:216(tell)
  1392. 146 0.000 0.000 0.000 0.000 sre_parse.py:221(isident)
  1393. 27 0.000 0.000 0.001 0.000 sre_parse.py:227(isname)
  1394. 64 0.000 0.000 0.001 0.000 sre_parse.py:236(_class_escape)
  1395. 128 0.001 0.000 0.001 0.000 sre_parse.py:268(_escape)
  1396. 161/44 0.004 0.000 0.064 0.001 sre_parse.py:317(_parse_sub)
  1397. 240/46 0.022 0.000 0.064 0.001 sre_parse.py:395(_parse)
  1398. 44 0.000 0.000 0.000 0.000 sre_parse.py:67(__init__)
  1399. 44 0.001 0.000 0.067 0.002 sre_parse.py:706(parse)
  1400. 87 0.000 0.000 0.000 0.000 sre_parse.py:74(opengroup)
  1401. 87 0.000 0.000 0.000 0.000 sre_parse.py:85(closegroup)
  1402. 482 0.001 0.000 0.001 0.000 sre_parse.py:92(__init__)
  1403. 5 0.001 0.000 0.002 0.000 ssl.py:114(_import_symbols)
  1404. 1 0.000 0.000 0.000 0.000 ssl.py:129(<dictcomp>)
  1405. 1 0.000 0.000 0.000 0.000 ssl.py:183(CertificateError)
  1406. 1 0.000 0.000 0.000 0.000 ssl.py:299(_ASN1Object)
  1407. 2 0.000 0.000 0.000 0.000 ssl.py:304(__new__)
  1408. 1 0.000 0.000 0.000 0.000 ssl.py:320(Purpose)
  1409. 1 0.000 0.000 0.000 0.000 ssl.py:328(SSLContext)
  1410. 1 0.000 0.000 0.000 0.000 ssl.py:491(_get_https_context_factory)
  1411. 1 0.000 0.000 0.000 0.000 ssl.py:510(SSLSocket)
  1412. 1 0.002 0.002 0.011 0.011 ssl.py:88(<module>)
  1413. 1 0.001 0.001 0.003 0.003 state.py:13(<module>)
  1414. 1 0.000 0.000 0.001 0.001 state.py:24(InstanceState)
  1415. 1 0.000 0.000 0.000 0.000 state.py:626(AttributeState)
  1416. 1 0.000 0.000 0.000 0.000 state.py:706(PendingCollection)
  1417. 1 0.000 0.000 0.000 0.000 storage.py:1019(SQLEssidStore)
  1418. 1 0.000 0.000 0.000 0.000 storage.py:1138(SQLPasswordStore)
  1419. 1 0.000 0.000 0.000 0.000 storage.py:137(StorageError)
  1420. 1 0.000 0.000 0.000 0.000 storage.py:141(DigestError)
  1421. 1 0.000 0.000 0.000 0.000 storage.py:145(PasswordCollection)
  1422. 1 0.000 0.000 0.000 0.000 storage.py:141(DigestError) [325/9674]
  1423. 1 0.000 0.000 0.000 0.000 storage.py:145(PasswordCollection)
  1424. 1 0.000 0.000 0.000 0.000 storage.py:159(BasePYR_Buffer)
  1425. 1 0.000 0.000 0.000 0.000 storage.py:239(PYRT_Buffer)
  1426. 1 0.004 0.004 0.632 0.632 storage.py:24(<module>)
  1427. 1 0.000 0.000 0.000 0.000 storage.py:243(PYR2_Buffer)
  1428. 1 0.000 0.000 0.000 0.000 storage.py:259(PAWD_Buffer)
  1429. 1 0.000 0.000 0.000 0.000 storage.py:273(PAW2_Buffer)
  1430. 1 0.000 0.000 0.000 0.000 storage.py:293(ESSIDStore)
  1431. 1 0.001 0.001 0.001 0.001 storage.py:314(PasswordStore)
  1432. 1 0.000 0.000 0.000 0.000 storage.py:381(Storage)
  1433. 1 0.000 0.000 0.000 0.000 storage.py:396(FSStorage)
  1434. 1 0.000 0.000 0.000 0.000 storage.py:432(FSEssidStore)
  1435. 1 0.000 0.000 0.000 0.000 storage.py:556(FSPasswordStore)
  1436. 1 0.000 0.000 0.000 0.000 storage.py:631(RPCStorage)
  1437. 1 0.000 0.000 0.000 0.000 storage.py:643(RPCESSIDStore)
  1438. 18 0.000 0.000 0.000 0.000 storage.py:68(handle_xmlfault)
  1439. 1 0.000 0.000 0.000 0.000 storage.py:725(RPCPasswordStore)
  1440. 18 0.000 0.000 0.000 0.000 storage.py:73(check_xmlfault)
  1441. 1 0.000 0.000 0.000 0.000 storage.py:771(StorageRelay)
  1442. 1 0.000 0.000 0.000 0.000 storage.py:900(ESSID_DBObject)
  1443. 1 0.000 0.000 0.000 0.000 storage.py:911(PAW2_DBObject)
  1444. 1 0.000 0.000 0.000 0.000 storage.py:930(PYR2_DBObject)
  1445. 1 0.000 0.000 0.000 0.000 storage.py:977(SessionContext)
  1446. 1 0.000 0.000 0.000 0.000 storage.py:993(SQLStorage)
  1447. 1 0.000 0.000 0.000 0.000 strategies.py:101(UninstrumentedColumnLoader)
  1448. 1 0.000 0.000 0.000 0.000 strategies.py:1079(JoinedLoader)
  1449. 1 0.000 0.000 0.000 0.000 strategies.py:129(ColumnLoader)
  1450. 1 0.001 0.001 0.003 0.003 strategies.py:16(<module>)
  1451. 1 0.000 0.000 0.000 0.000 strategies.py:175(PlainEngineStrategy)
  1452. 1 0.000 0.000 0.000 0.000 strategies.py:184(ThreadLocalEngineStrategy)
  1453. 1 0.000 0.000 0.000 0.000 strategies.py:185(DeferredColumnLoader)
  1454. 1 0.000 0.000 0.000 0.000 strategies.py:193(MockEngineStrategy)
  1455. 1 0.000 0.000 0.000 0.000 strategies.py:220(MockConnection)
  1456. 1 0.000 0.000 0.000 0.000 strategies.py:27(EngineStrategy)
  1457. 1 0.000 0.000 0.000 0.000 strategies.py:297(LoadDeferredColumns)
  1458. 1 0.000 0.000 0.000 0.000 strategies.py:312(AbstractRelationshipLoader)
  1459. 1 0.000 0.000 0.000 0.000 strategies.py:324(NoLoader)
  1460. 3 0.000 0.000 0.000 0.000 strategies.py:35(__init__)
  1461. 1 0.000 0.000 0.001 0.001 strategies.py:356(LazyLoader)
  1462. 1 0.000 0.000 0.000 0.000 strategies.py:44(DefaultEngineStrategy)
  1463. 1 0.000 0.000 0.000 0.000 strategies.py:651(LoadLazyAttribute)
  1464. 1 0.000 0.000 0.000 0.000 strategies.py:667(ImmediateLoader)
  1465. 1 0.001 0.001 0.001 0.001 strategies.py:691(SubqueryLoader)
  1466. 1 0.001 0.001 0.004 0.004 strategies.py:9(<module>)
  1467. 1 0.000 0.000 0.000 0.000 strategies.py:972(_SubqCollections)
  1468. 1 0.000 0.000 0.002 0.002 strategy_options.py:21(Load)
  1469. 1 0.000 0.000 0.000 0.000 strategy_options.py:252(_UnboundLoad)
  1470. 1 0.000 0.000 0.000 0.000 strategy_options.py:478(loader_option)
  1471. 11 0.000 0.000 0.000 0.000 strategy_options.py:479(__init__)
  1472. 11 0.000 0.000 0.000 0.000 strategy_options.py:482(__call__)
  1473. 11 0.000 0.000 0.000 0.000 strategy_options.py:491(_add_unbound_fn)
  1474. 3 0.000 0.000 0.000 0.000 strategy_options.py:504(_add_unbound_all_fn)
  1475. 1 0.002 0.002 0.006 0.006 strategy_options.py:9(<module>)
  1476. 642 0.001 0.000 0.002 0.000 string.py:310(join)
  1477. 1 0.000 0.000 0.000 0.000 sync.py:11(<module>)
  1478. 1 0.000 0.000 0.000 0.000 tempfile.py:108(_RandomNameSequence)
  1479. 1 0.000 0.000 0.001 0.001 tempfile.py:18(<module>)
  1480. 1 0.000 0.000 0.000 0.000 tempfile.py:383(_TemporaryFileWrapper)
  1481. 1 0.000 0.000 0.000 0.000 tempfile.py:519(SpooledTemporaryFile)
  1482. 185 0.005 0.000 0.030 0.000 textwrap.py:374(dedent)
  1483. 1 0.001 0.001 0.003 0.003 threading.py:1(<module>)
  1484. 4 0.000 0.000 0.000 0.000 threading.py:1015(daemon)
  1485. 4 0.000 0.000 0.000 0.000 threading.py:1026(setDaemon)
  1486. 1 0.000 0.000 0.000 0.000 threading.py:1049(_Timer)
  1487. 1 0.000 0.000 0.000 0.000 threading.py:1079(_MainThread)
  1488. 1 0.000 0.000 0.000 0.000 threading.py:1081(__init__)
  1489. 1 0.000 0.000 0.000 0.000 threading.py:1079(_MainThread) [260/9674]
  1490. 1 0.000 0.000 0.000 0.000 threading.py:1081(__init__)
  1491. 1 0.000 0.000 0.000 0.000 threading.py:1088(_set_daemon)
  1492. 1 0.000 0.000 0.000 0.000 threading.py:1119(_DummyThread)
  1493. 3 0.000 0.000 0.000 0.000 threading.py:114(RLock)
  1494. 8 0.000 0.000 0.000 0.000 threading.py:1143(currentThread)
  1495. 1 0.000 0.000 0.000 0.000 threading.py:125(_RLock)
  1496. 3 0.000 0.000 0.000 0.000 threading.py:132(__init__)
  1497. 193 0.004 0.000 0.005 0.000 threading.py:147(acquire)
  1498. 193 0.002 0.000 0.003 0.000 threading.py:187(release)
  1499. 175 0.001 0.000 0.003 0.000 threading.py:215(__exit__)
  1500. 116 0.002 0.000 0.002 0.000 threading.py:220(_acquire_restore)
  1501. 116 0.001 0.000 0.001 0.000 threading.py:228(_release_save)
  1502. 270 0.001 0.000 0.001 0.000 threading.py:238(_is_owned)
  1503. 11 0.000 0.000 0.001 0.000 threading.py:242(Condition)
  1504. 1 0.000 0.000 0.000 0.000 threading.py:255(_Condition)
  1505. 11 0.000 0.000 0.000 0.000 threading.py:260(__init__)
  1506. 180 0.001 0.000 0.005 0.000 threading.py:285(__enter__)
  1507. 180 0.001 0.000 0.005 0.000 threading.py:288(__exit__)
  1508. 7 0.000 0.000 0.000 0.000 threading.py:294(_release_save)
  1509. 7 0.000 0.000 0.000 0.000 threading.py:297(_acquire_restore)
  1510. 8 0.000 0.000 0.000 0.000 threading.py:300(_is_owned)
  1511. 123 0.085 0.001 89.331 0.726 threading.py:309(wait)
  1512. 155 0.002 0.000 0.003 0.000 threading.py:373(notify)
  1513. 155 0.001 0.000 0.004 0.000 threading.py:400(notifyAll)
  1514. 1 0.000 0.000 0.000 0.000 threading.py:423(_Semaphore)
  1515. 1 0.000 0.000 0.000 0.000 threading.py:515(_BoundedSemaphore)
  1516. 5 0.000 0.000 0.000 0.000 threading.py:542(Event)
  1517. 1 0.000 0.000 0.000 0.000 threading.py:552(_Event)
  1518. 5 0.000 0.000 0.000 0.000 threading.py:561(__init__)
  1519. 1 0.000 0.000 0.000 0.000 threading.py:57(_Verbose)
  1520. 552 0.001 0.000 0.001 0.000 threading.py:570(isSet)
  1521. 1 0.000 0.000 0.000 0.000 threading.py:576(set)
  1522. 24 0.000 0.000 0.000 0.000 threading.py:59(__init__)
  1523. 4 0.000 0.000 0.002 0.000 threading.py:597(wait)
  1524. 4 0.000 0.000 0.000 0.000 threading.py:620(_newname)
  1525. 1 0.000 0.000 0.000 0.000 threading.py:631(Thread)
  1526. 907 0.001 0.000 0.001 0.000 threading.py:64(_note)
  1527. 5 0.000 0.000 0.001 0.000 threading.py:647(__init__)
  1528. 4 0.000 0.000 0.000 0.000 threading.py:700(_set_daemon)
  1529. 4 0.000 0.000 0.002 0.001 threading.py:717(start)
  1530. 1 0.000 0.000 0.000 0.000 threading.py:780(_set_ident)
  1531. 4 0.000 0.000 0.522 0.131 threading.py:902(join)
  1532. 4 0.000 0.000 0.000 0.000 threading.py:958(name)
  1533. 4 0.000 0.000 0.000 0.000 threading.py:969(name)
  1534. 540 0.004 0.000 0.005 0.000 threading.py:986(isAlive)
  1535. 4 0.000 0.000 0.000 0.000 threading.py:999(daemon)
  1536. 1 0.000 0.000 0.001 0.001 threadlocal.py:14(<module>)
  1537. 1 0.000 0.000 0.000 0.000 threadlocal.py:21(TLConnection)
  1538. 1 0.001 0.001 0.001 0.001 threadlocal.py:41(TLEngine)
  1539. 1 0.000 0.000 0.000 0.000 token.py:1(<module>)
  1540. 1 0.000 0.000 0.000 0.000 tokenize.py:146(TokenError)
  1541. 1 0.000 0.000 0.000 0.000 tokenize.py:148(StopTokenizing)
  1542. 1 0.000 0.000 0.000 0.000 tokenize.py:179(Untokenizer)
  1543. 1 0.001 0.001 0.056 0.056 tokenize.py:23(<module>)
  1544. 19 0.000 0.000 0.000 0.000 tokenize.py:45(group)
  1545. 1 0.000 0.000 0.000 0.000 tokenize.py:46(any)
  1546. 2 0.000 0.000 0.000 0.000 tokenize.py:47(maybe)
  1547. 1 0.000 0.000 0.000 0.000 topological.py:8(<module>)
  1548. 1 0.001 0.001 0.006 0.006 type_api.py:10(<module>)
  1549. 1 0.000 0.000 0.000 0.000 type_api.py:1096(Variant)
  1550. 12 0.000 0.000 0.000 0.000 type_api.py:1157(to_instance)
  1551. 1 0.000 0.000 0.002 0.002 type_api.py:25(TypeEngine)
  1552. 1 0.000 0.000 0.002 0.002 type_api.py:43(Comparator)
  1553. 1 0.000 0.000 0.000 0.000 type_api.py:490(VisitableCheckKWArg)
  1554. 1 0.000 0.000 0.000 0.000 type_api.py:494(UserDefinedType)
  1555. 11 0.000 0.000 0.000 0.000 type_api.py:53(__init__)
  1556. 1 0.000 0.000 0.000 0.000 type_api.py:494(UserDefinedType) [195/9674]
  1557. 11 0.000 0.000 0.000 0.000 type_api.py:53(__init__)
  1558. 1 0.000 0.000 0.000 0.000 type_api.py:544(Comparator)
  1559. 1 0.000 0.000 0.000 0.000 type_api.py:580(TypeDecorator)
  1560. 1 0.000 0.000 0.000 0.000 type_api.py:683(__init__)
  1561. 1 0.000 0.000 0.000 0.000 type_api.py:729(Comparator)
  1562. 1 0.000 0.000 0.000 0.000 types.py:10(<module>)
  1563. 1 0.000 0.000 0.000 0.000 unitofwork.py:108(UOWTransaction)
  1564. 1 0.002 0.002 0.005 0.005 unitofwork.py:14(<module>)
  1565. 1 0.000 0.000 0.000 0.000 unitofwork.py:398(IterateMappersMixin)
  1566. 1 0.000 0.000 0.000 0.000 unitofwork.py:410(Preprocess)
  1567. 1 0.000 0.000 0.000 0.000 unitofwork.py:451(PostSortRec)
  1568. 1 0.000 0.000 0.000 0.000 unitofwork.py:474(ProcessAll)
  1569. 1 0.000 0.000 0.000 0.000 unitofwork.py:511(IssuePostUpdate)
  1570. 1 0.000 0.000 0.000 0.000 unitofwork.py:523(SaveUpdateAll)
  1571. 1 0.000 0.000 0.000 0.000 unitofwork.py:552(DeleteAll)
  1572. 1 0.000 0.000 0.000 0.000 unitofwork.py:581(ProcessState)
  1573. 1 0.000 0.000 0.000 0.000 unitofwork.py:611(SaveUpdateState)
  1574. 1 0.000 0.000 0.000 0.000 unitofwork.py:635(DeleteState)
  1575. 1 0.001 0.001 0.001 0.001 url.py:15(<module>)
  1576. 1 0.000 0.000 0.000 0.000 url.py:23(URL)
  1577. 1 0.000 0.000 0.000 0.000 urllib.py:1010(addinfo)
  1578. 1 0.000 0.000 0.000 0.000 urllib.py:1020(addinfourl)
  1579. 1 0.000 0.000 0.000 0.000 urllib.py:114(ContentTooShortError)
  1580. 1 0.000 0.000 0.000 0.000 urllib.py:120(URLopener)
  1581. 485 0.002 0.000 0.002 0.000 urllib.py:1223(<genexpr>)
  1582. 1 0.002 0.002 0.005 0.005 urllib.py:23(<module>)
  1583. 1 0.000 0.000 0.000 0.000 urllib.py:616(FancyURLopener)
  1584. 1 0.000 0.000 0.000 0.000 urllib.py:862(ftpwrapper)
  1585. 1 0.000 0.000 0.000 0.000 urllib.py:961(addbase)
  1586. 1 0.000 0.000 0.000 0.000 urllib.py:990(addclosehook)
  1587. 1 0.000 0.000 0.000 0.000 urlparse.py:121(SplitResult)
  1588. 1 0.000 0.000 0.000 0.000 urlparse.py:129(ParseResult)
  1589. 1 0.001 0.001 0.010 0.010 urlparse.py:29(<module>)
  1590. 485 0.002 0.000 0.002 0.000 urlparse.py:332(<genexpr>)
  1591. 1 0.000 0.000 0.000 0.000 urlparse.py:73(ResultMixin)
  1592. 1 0.000 0.000 0.001 0.001 util.py:10(<module>)
  1593. 1 0.000 0.000 0.000 0.000 util.py:104(ScapyImportError)
  1594. 1 0.000 0.000 0.000 0.000 util.py:112(SqlalchemyImportError)
  1595. 1 0.000 0.000 0.000 0.000 util.py:117(FileWrapper)
  1596. 3 0.000 0.000 0.000 0.000 util.py:120(find_tables)
  1597. 1 0.000 0.000 0.000 0.000 util.py:169(CowpattyFile)
  1598. 1 0.000 0.000 0.011 0.011 util.py:214(_findSoname_ldconfig)
  1599. 1 0.000 0.000 0.000 0.000 util.py:230(AsyncFileWriter)
  1600. 1 0.000 0.000 0.000 0.000 util.py:242(_repr_params)
  1601. 1 0.000 0.000 0.012 0.012 util.py:252(find_library)
  1602. 1 0.000 0.000 0.000 0.000 util.py:26(CascadeOptions)
  1603. 1 0.000 0.000 0.000 0.000 util.py:279(ORMAdapter)
  1604. 1 0.000 0.000 0.000 0.000 util.py:311(AliasedClass)
  1605. 3 0.000 0.000 0.000 0.000 util.py:314(reduce_columns)
  1606. 1 0.000 0.000 0.000 0.000 util.py:350(PerformanceCounter)
  1607. 1 0.000 0.000 0.000 0.000 util.py:352(__init__)
  1608. 54 0.002 0.000 0.002 0.000 util.py:357(addRelativePoint)
  1609. 1 0.004 0.004 0.052 0.052 util.py:36(<module>)
  1610. 4/2 0.000 0.000 0.001 0.001 util.py:37(__new__)
  1611. 54 0.000 0.000 0.003 0.000 util.py:371(__iadd__)
  1612. 119 0.001 0.000 0.001 0.000 util.py:375(__purge)
  1613. 65 0.001 0.000 0.004 0.000 util.py:381(getAvg)
  1614. 1105 0.001 0.000 0.001 0.000 util.py:387(<genexpr>)
  1615. 1 0.000 0.000 0.000 0.000 util.py:397(Thread)
  1616. 1 0.000 0.000 0.000 0.000 util.py:4(<module>)
  1617. 4 0.000 0.000 0.001 0.000 util.py:400(__init__)
  1618. 4 0.000 0.000 0.522 0.131 util.py:410(shutdown)
  1619. 1 0.000 0.000 0.000 0.000 util.py:415(AsyncXMLRPCServer)
  1620. 1 0.000 0.000 0.000 0.000 util.py:424(AliasedInsp)
  1621. 1 0.000 0.000 0.000 0.000 util.py:436(ClauseAdapter)
  1622. 1 0.000 0.000 0.000 0.000 util.py:505(ColumnAdapter)
  1623. 1 0.000 0.000 0.000 0.000 util.py:436(ClauseAdapter) [130/9674]
  1624. 1 0.000 0.000 0.000 0.000 util.py:505(ColumnAdapter)
  1625. 1 0.000 0.000 0.000 0.000 util.py:556(_IncludeExcludeMapping)
  1626. 1 0.000 0.000 0.000 0.000 util.py:59(_detect_ncpus)
  1627. 2 0.000 0.000 0.001 0.001 util.py:71(from_string)
  1628. 11 0.000 0.000 0.000 0.000 util.py:774(_orm_full_deannotate)
  1629. 1 0.000 0.000 0.000 0.000 util.py:778(_ORMJoin)
  1630. 1 0.000 0.000 0.000 0.000 util.py:8(<module>)
  1631. 1 0.000 0.000 0.000 0.000 util.py:81(_limit_ncpus)
  1632. 1 0.001 0.001 0.001 0.001 util.py:9(<module>)
  1633. 4 0.000 0.000 0.000 0.000 uuid.py:103(__init__)
  1634. 1 0.002 0.002 0.023 0.023 uuid.py:45(<module>)
  1635. 1 0.001 0.001 0.001 0.001 uuid.py:55(UUID)
  1636. 1 0.000 0.000 0.000 0.000 visitors.py:102(Visitable)
  1637. 1 0.000 0.000 0.000 0.000 visitors.py:109(ClauseVisitor)
  1638. 1 0.000 0.000 0.000 0.000 visitors.py:164(CloningVisitor)
  1639. 1 0.000 0.000 0.000 0.000 visitors.py:184(ReplacingCloningVisitor)
  1640. 5 0.000 0.000 0.000 0.000 visitors.py:210(iterate)
  1641. 1 0.001 0.001 0.110 0.110 visitors.py:25(<module>)
  1642. 5 0.000 0.000 0.000 0.000 visitors.py:252(traverse_using)
  1643. 5 0.000 0.000 0.000 0.000 visitors.py:264(traverse)
  1644. 1 0.000 0.000 0.000 0.000 visitors.py:39(VisitableType)
  1645. 254 0.008 0.000 0.010 0.000 visitors.py:55(__init__)
  1646. 251 0.002 0.000 0.002 0.000 visitors.py:63(_generate_dispatch)
  1647. 2 0.000 0.000 0.000 0.000 warnings.py:15(warnpy3k)
  1648. 3 0.000 0.000 0.000 0.000 warnings.py:340(__init__)
  1649. 3 0.000 0.000 0.000 0.000 warnings.py:361(__enter__)
  1650. 3 0.000 0.000 0.000 0.000 warnings.py:377(__exit__)
  1651. 1 0.000 0.000 0.001 0.001 warnings.py:67(filterwarnings)
  1652. 85 0.001 0.000 0.001 0.000 weakref.py:297(__init__)
  1653. 193 0.000 0.000 0.000 0.000 weakref.py:329(__getitem__)
  1654. 87 0.000 0.000 0.000 0.000 weakref.py:335(__setitem__)
  1655. 605 0.001 0.000 0.001 0.000 weakref.py:367(__contains__)
  1656. 2 0.000 0.000 0.000 0.000 weakref.py:47(__init__)
  1657. 1 0.000 0.000 0.000 0.000 xmlrpclib.py:1209(GzipDecodedResponse)
  1658. 1 0.000 0.000 0.000 0.000 xmlrpclib.py:1231(_Method)
  1659. 1 0.007 0.007 0.007 0.007 xmlrpclib.py:1248(Transport)
  1660. 1 0.004 0.004 0.040 0.040 xmlrpclib.py:138(<module>)
  1661. 1 0.000 0.000 0.000 0.000 xmlrpclib.py:1495(SafeTransport)
  1662. 1 0.000 0.000 0.000 0.000 xmlrpclib.py:1537(ServerProxy)
  1663. 1 0.000 0.000 0.000 0.000 xmlrpclib.py:223(Error)
  1664. 1 0.000 0.000 0.000 0.000 xmlrpclib.py:238(ProtocolError)
  1665. 1 0.000 0.000 0.000 0.000 xmlrpclib.py:257(ResponseError)
  1666. 1 0.000 0.000 0.000 0.000 xmlrpclib.py:270(Fault)
  1667. 1 0.000 0.000 0.000 0.000 xmlrpclib.py:377(DateTime)
  1668. 1 0.000 0.000 0.000 0.000 xmlrpclib.py:483(Binary)
  1669. 1 0.000 0.000 0.000 0.000 xmlrpclib.py:544(ExpatParser)
  1670. 1 0.000 0.000 0.000 0.000 xmlrpclib.py:569(SlowParser)
  1671. 1 0.000 0.000 0.000 0.000 xmlrpclib.py:596(Marshaller)
  1672. 1 0.000 0.000 0.000 0.000 xmlrpclib.py:770(Unmarshaller)
  1673. 1 0.000 0.000 0.000 0.000 xmlrpclib.py:941(_MultiCallMethod)
  1674. 1 0.000 0.000 0.000 0.000 xmlrpclib.py:952(MultiCallIterator)
  1675. 1 0.000 0.000 0.000 0.000 xmlrpclib.py:969(MultiCall)
  1676. 1 0.000 0.000 0.000 0.000 zxJDBC.py:12(ZxJDBCConnector)
  1677. 1 0.000 0.000 0.000 0.000 zxJDBC.py:8(<module>)
  1678. 1 0.000 0.000 0.001 0.001 zxjdbc.py:29(<module>)
  1679. 1 0.000 0.000 0.000 0.000 zxjdbc.py:37(_ZxJDBCBit)
  1680. 1 0.000 0.000 0.000 0.000 zxjdbc.py:53(MySQLExecutionContext_zxjdbc)
  1681. 1 0.000 0.000 0.000 0.000 zxjdbc.py:62(MySQLDialect_zxjdbc)
  1682. 31 0.008 0.000 0.051 0.002 {__import__}
  1683. 2 0.000 0.000 0.000 0.000 {_ctypes.POINTER}
  1684. 2 0.000 0.000 0.000 0.000 {_ctypes.dlopen}
  1685. 1 0.000 0.000 0.000 0.000 {_ctypes.set_conversion_mode}
  1686. 38 0.000 0.000 0.000 0.000 {_ctypes.sizeof}
  1687. 1 0.000 0.000 0.000 0.000 {_hashlib.openssl_md5}
  1688. 1 0.000 0.000 0.000 0.000 {_hashlib.openssl_sha1}
  1689. 1 0.000 0.000 0.000 0.000 {_hashlib.openssl_sha224}
  1690. 1 0.000 0.000 0.000 0.000 {_hashlib.openssl_sha1} [65/9674]
  1691. 1 0.000 0.000 0.000 0.000 {_hashlib.openssl_sha224}
  1692. 1 0.000 0.000 0.000 0.000 {_hashlib.openssl_sha256}
  1693. 1 0.000 0.000 0.000 0.000 {_hashlib.openssl_sha384}
  1694. 1 0.000 0.000 0.000 0.000 {_hashlib.openssl_sha512}
  1695. 44 0.001 0.000 0.001 0.000 {_sre.compile}
  1696. 182 0.000 0.000 0.000 0.000 {_sre.getlower}
  1697. 2 0.000 0.000 0.000 0.000 {_ssl.txt2obj}
  1698. 20 0.000 0.000 0.000 0.000 {_struct.calcsize}
  1699. 3 0.000 0.000 0.000 0.000 {abs}
  1700. 68 0.001 0.000 0.002 0.000 {all}
  1701. 3 0.000 0.000 0.000 0.000 {any}
  1702. 1 0.000 0.000 0.000 0.000 {binascii.hexlify}
  1703. 817 0.004 0.000 0.004 0.000 {built-in method __new__ of type object at 0x6ab750}
  1704. 1 0.000 0.000 0.000 0.000 {built-in method utcfromtimestamp}
  1705. 408 0.000 0.000 0.000 0.000 {callable}
  1706. 1224 0.001 0.000 0.001 0.000 {chr}
  1707. 4 0.000 0.000 0.000 0.000 {cpyrit._cpyrit_cpu.getPlatform}
  1708. 12 0.001 0.000 0.001 0.000 {dir}
  1709. 36 0.008 0.000 0.008 0.000 {eval}
  1710. 1 0.002 0.002 0.002 0.002 {function seed at 0x7f7c563410}
  1711. 2003 0.005 0.000 0.005 0.000 {getattr}
  1712. 153 0.000 0.000 0.000 0.000 {globals}
  1713. 1031/1003 0.003 0.000 0.005 0.000 {hasattr}
  1714. 42 0.000 0.000 0.000 0.000 {hash}
  1715. 28 0.000 0.000 0.000 0.000 {id}
  1716. 4311/4310 0.007 0.000 0.009 0.000 {isinstance}
  1717. 290/245 0.001 0.000 0.004 0.000 {issubclass}
  1718. 46 0.000 0.000 0.000 0.000 {iter}
  1719. 11924/11668 0.009 0.000 0.009 0.000 {len}
  1720. 79 0.000 0.000 0.000 0.000 {locals}
  1721. 45 0.001 0.000 0.053 0.001 {map}
  1722. 1 0.000 0.000 0.000 0.000 {math.exp}
  1723. 2 0.000 0.000 0.000 0.000 {math.log}
  1724. 1 0.000 0.000 0.000 0.000 {math.sqrt}
  1725. 119 0.000 0.000 0.000 0.000 {max}
  1726. 68 0.000 0.000 0.000 0.000 {method '__contains__' of 'frozenset' objects}
  1727. 5 0.000 0.000 0.000 0.000 {method '__enter__' of 'thread.lock' objects}
  1728. 5 0.000 0.000 0.000 0.000 {method '__exit__' of 'thread.lock' objects}
  1729. 245 0.000 0.000 0.000 0.000 {method '__subclasses__' of 'type' objects}
  1730. 17 0.000 0.000 0.000 0.000 {method '__subclasshook__' of 'object' objects}
  1731. 2932 0.543 0.000 0.543 0.000 {method 'acquire' of 'thread.lock' objects}
  1732. 511 0.001 0.000 0.001 0.000 {method 'add' of 'set' objects}
  1733. 10 0.000 0.000 0.000 0.000 {method 'append' of 'collections.deque' objects}
  1734. 8694 0.007 0.000 0.007 0.000 {method 'append' of 'list' objects}
  1735. 2 0.000 0.000 0.000 0.000 {method 'clear' of 'dict' objects}
  1736. 1 0.000 0.000 0.000 0.000 {method 'close' of 'file' objects}
  1737. 12 0.000 0.000 0.000 0.000 {method 'copy' of 'dict' objects}
  1738. 4 0.000 0.000 0.000 0.000 {method 'count' of 'list' objects}
  1739. 1 0.000 0.000 0.000 0.000 {method 'difference' of 'frozenset' objects}
  1740. 5 0.000 0.000 0.000 0.000 {method 'difference' of 'set' objects}
  1741. 1 0.000 0.000 0.000 0.000 {method 'disable' of '_lsprof.Profiler' objects}
  1742. 26 0.000 0.000 0.000 0.000 {method 'discard' of 'set' objects}
  1743. 3 0.000 0.000 0.002 0.001 {method 'encode' of 'unicode' objects}
  1744. 38 0.000 0.000 0.000 0.000 {method 'endswith' of 'str' objects}
  1745. 9 0.000 0.000 0.000 0.000 {method 'extend' of 'collections.deque' objects}
  1746. 259 0.000 0.000 0.000 0.000 {method 'extend' of 'list' objects}
  1747. 623 0.001 0.000 0.001 0.000 {method 'find' of 'bytearray' objects}
  1748. 1 0.000 0.000 0.000 0.000 {method 'find' of 'str' objects}
  1749. 185 0.008 0.000 0.008 0.000 {method 'findall' of '_sre.SRE_Pattern' objects}
  1750. 65 0.051 0.001 0.051 0.001 {method 'flush' of 'file' objects}
  1751. 318 0.001 0.000 0.001 0.000 {method 'format' of 'str' objects}
  1752. 443 0.001 0.000 0.001 0.000 {method 'get' of 'dict' objects}
  1753. 53 0.000 0.000 0.000 0.000 {method 'get' of 'dictproxy' objects}
  1754. 34 0.000 0.000 0.000 0.000 {method 'group' of '_sre.SRE_Match' objects}
  1755. 187 0.000 0.000 0.000 0.000 {method 'insert' of 'list' objects}
  1756. 2 0.000 0.000 0.000 0.000 {method 'intersection' of 'set' objects}
  1757. 520 0.000 0.000 0.000 0.000 {method 'isalnum' of 'str' objects}
  1758. 68 0.000 0.000 0.000 0.000 {method 'isdigit' of 'str' objects}
  1759. 3 0.000 0.000 0.000 0.000 {method 'issuperset' of 'set' objects}
  1760. 91 0.000 0.000 0.000 0.000 {method 'items' of 'dict' objects}
  1761. 9 0.000 0.000 0.000 0.000 {method 'items' of 'dictproxy' objects}
  1762. 1 0.000 0.000 0.000 0.000 {method 'iteritems' of 'dict' objects}
  1763. 234 0.000 0.000 0.000 0.000 {method 'itervalues' of 'dict' objects}
  1764. 1174 0.004 0.000 0.008 0.000 {method 'join' of 'str' objects}
  1765. 1 0.000 0.000 0.000 0.000 {method 'lower' of 'str' objects}
  1766. 1 0.000 0.000 0.000 0.000 {method 'lstrip' of 'str' objects}
  1767. 104 0.000 0.000 0.000 0.000 {method 'match' of '_sre.SRE_Pattern' objects}
  1768. 581 0.000 0.000 0.000 0.000 {method 'pop' of 'dict' objects}
  1769. 302 0.001 0.000 0.001 0.000 {method 'pop' of 'list' objects}
  1770. 2 0.000 0.000 0.000 0.000 {method 'pop' of 'set' objects}
  1771. 32000 0.029 0.000 0.029 0.000 {method 'random' of '_random.Random' objects}
  1772. 1 0.007 0.007 0.007 0.007 {method 'read' of 'file' objects}
  1773. 401 0.001 0.000 0.001 0.000 {method 'release' of 'thread.lock' objects}
  1774. 119 0.000 0.000 0.000 0.000 {method 'remove' of 'list' objects}
  1775. 31 0.000 0.000 0.000 0.000 {method 'remove' of 'set' objects}
  1776. 39 0.000 0.000 0.000 0.000 {method 'replace' of 'str' objects}
  1777. 2 0.000 0.000 0.000 0.000 {method 'replace' of 'unicode' objects}
  1778. 58 0.000 0.000 0.000 0.000 {method 'rfind' of 'str' objects}
  1779. 42 0.000 0.000 0.000 0.000 {method 'rsplit' of 'str' objects}
  1780. 1 0.000 0.000 0.000 0.000 {method 'rstrip' of 'str' objects}
  1781. 1 0.001 0.001 0.001 0.001 {method 'search' of '_sre.SRE_Pattern' objects}
  1782. 15 0.000 0.000 0.000 0.000 {method 'setdefault' of 'dict' objects}
  1783. 5 0.000 0.000 0.000 0.000 {method 'setter' of 'property' objects}
  1784. 1 0.000 0.000 0.000 0.000 {method 'sort' of 'list' objects}
  1785. 2 0.000 0.000 0.000 0.000 {method 'split' of '_sre.SRE_Pattern' objects}
  1786. 548 0.003 0.000 0.003 0.000 {method 'split' of 'str' objects}
  1787. 2 0.000 0.000 0.000 0.000 {method 'split' of 'unicode' objects}
  1788. 3155 0.004 0.000 0.004 0.000 {method 'startswith' of 'str' objects}
  1789. 3 0.000 0.000 0.000 0.000 {method 'startswith' of 'unicode' objects}
  1790. 1895 0.001 0.000 0.001 0.000 {method 'strip' of 'str' objects}
  1791. 289 0.013 0.000 0.013 0.000 {method 'sub' of '_sre.SRE_Pattern' objects}
  1792. 33 0.000 0.000 0.000 0.000 {method 'translate' of 'str' objects}
  1793. 4 0.000 0.000 0.000 0.000 {method 'union' of 'set' objects}
  1794. 303 0.001 0.000 0.001 0.000 {method 'update' of 'dict' objects}
  1795. 8 0.000 0.000 0.000 0.000 {method 'update' of 'set' objects}
  1796. 144 0.001 0.000 0.001 0.000 {method 'write' of 'file' objects}
  1797. 3449 0.015 0.000 0.015 0.000 {min}
  1798. 1 0.000 0.000 0.000 0.000 {open}
  1799. 619 0.000 0.000 0.000 0.000 {ord}
  1800. 1 0.001 0.001 0.001 0.001 {posix.popen}
  1801. 1 0.000 0.000 0.000 0.000 {posix.stat}
  1802. 1 0.000 0.000 0.000 0.000 {posix.sysconf}
  1803. 1 0.000 0.000 0.000 0.000 {posix.uname}
  1804. 1 0.001 0.001 0.001 0.001 {posix.urandom}
  1805. 620 0.007 0.000 0.007 0.000 {range}
  1806. 195 0.000 0.000 0.000 0.000 {repr}
  1807. 893 0.002 0.000 0.002 0.000 {setattr}
  1808. 95 0.001 0.000 0.004 0.000 {sorted}
  1809. 2 0.000 0.000 0.000 0.000 {strop.maketrans}
  1810. 865/631 0.006 0.000 0.014 0.000 {sum}
  1811. 13 0.000 0.000 0.000 0.000 {sys._getframe}
  1812. 144 0.000 0.000 0.000 0.000 {thread.allocate_lock}
  1813. 666 0.001 0.000 0.001 0.000 {thread.get_ident}
  1814. 4 0.000 0.000 0.000 0.000 {thread.start_new_thread}
  1815. 2299 88.682 0.039 88.682 0.039 {time.sleep}
  1816. 2814 0.006 0.000 0.006 0.000 {time.time}
  1817. 9 0.000 0.000 0.000 0.000 {vars}
  1818. 3 0.000 0.000 0.000 0.000 {zip}
Add Comment
Please, Sign In to add comment