Created
September 27, 2015 18:28
-
-
Save connors511/9927fde9fb1ee8f224c6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
python setup.py build_ext --inplace | |
running build_ext | |
skipping 'dbscan.cpp' Cython extension (up-to-date) | |
python -m cProfile -s time test.py | |
('SIZE: ', 699795) | |
[ 0 6 13 ..., 699783 699789 699795] | |
[11759 29187 47008 ..., 86047 89930 98188] | |
('Clusters: ', 65) | |
('Largest cluster: ', 2) | |
('Cluster size: ', 66501) | |
90186991860 function calls (90186991722 primitive calls) in 16014.385 seconds | |
Ordered by: internal time | |
ncalls tottime percall cumtime percall filename:lineno(function) | |
5010012291 5940.064 0.000 9814.420 0.000 dbscan.pyx:262(computeHash) | |
70128688619 3874.356 0.000 3874.356 0.000 dbscan.pyx:256(getHash) | |
48426677 3088.868 0.000 3088.868 0.000 dbscan.pyx:202(linkNeighbours) | |
4999950000 1326.529 0.000 11119.867 0.000 dbscan.pyx:279(getCache) | |
4999950000 698.472 0.000 11839.421 0.000 dbscan.pyx:297(distance) | |
4999950000 653.441 0.000 12492.862 0.000 dbscan.pyx:294(isNeighbor) | |
1 428.363 428.363 16010.093 16010.093 dbscan.pyx:230(computeNeighbours) | |
1 4.010 4.010 4.010 4.010 dbscan.pyx:124(computeClusters) | |
1 0.171 0.171 16014.317 16014.317 test.py:15(work) | |
1 0.042 0.042 16014.146 16014.146 dbscan.pyx:64(__init__) | |
199 0.026 0.000 0.026 0.000 {method 'read' of 'file' objects} | |
4 0.004 0.001 0.035 0.009 __init__.py:1(<module>) | |
1 0.001 0.001 0.002 0.002 __init__.py:88(<module>) | |
1 0.001 0.001 0.001 0.001 hashlib.py:56(<module>) | |
1 0.001 0.001 16014.385 16014.385 test.py:1(<module>) | |
3 0.001 0.000 0.001 0.000 {method '__setstate__' of 'numpy.ndarray' objects} | |
1 0.001 0.001 0.032 0.032 __init__.py:106(<module>) | |
1 0.001 0.001 0.003 0.003 numeric.py:1(<module>) | |
1 0.001 0.001 0.001 0.001 lil.py:2(<module>) | |
1 0.001 0.001 0.003 0.003 __init__.py:38(<module>) | |
1 0.001 0.001 0.004 0.004 __init__.py:197(<module>) | |
1 0.001 0.001 0.001 0.001 core.py:2586(MaskedArray) | |
1 0.001 0.001 0.001 0.001 __init__.py:4(<module>) | |
1 0.001 0.001 0.001 0.001 io.py:34(<module>) | |
1 0.001 0.001 0.002 0.002 __init__.py:15(<module>) | |
2 0.001 0.000 0.003 0.002 __init__.py:45(<module>) | |
25/19 0.001 0.000 0.001 0.000 sre_parse.py:388(_parse) | |
278 0.001 0.000 0.005 0.000 {__import__} | |
2 0.001 0.000 0.001 0.000 collections.py:288(namedtuple) | |
1 0.001 0.001 0.001 0.001 __init__.py:119(<module>) | |
1 0.001 0.001 0.033 0.033 pickle.py:845(load) | |
274 0.000 0.000 0.001 0.000 function_base.py:3251(add_newdoc) | |
1310 0.000 0.000 0.000 0.000 {getattr} | |
1 0.000 0.000 0.033 0.033 __init__.py:65(<module>) | |
1 0.000 0.000 0.002 0.002 core.py:21(<module>) | |
1 0.000 0.000 0.002 0.002 csr.py:1(<module>) | |
2 0.000 0.000 0.001 0.000 function_base.py:1(<module>) | |
1 0.000 0.000 0.004 0.004 utils.py:4(<module>) | |
1 0.000 0.000 0.002 0.002 index_tricks.py:1(<module>) | |
1 0.000 0.000 0.001 0.001 collections.py:1(<module>) | |
1 0.000 0.000 0.001 0.001 case.py:1(<module>) | |
1 0.000 0.000 0.007 0.007 __init__.py:7(<module>) | |
1 0.000 0.000 0.000 0.000 {function seed at 0x7f828fa22230} | |
1 0.000 0.000 0.000 0.000 arrayprint.py:5(<module>) | |
1 0.000 0.000 0.001 0.001 npyio.py:1(<module>) | |
1 0.000 0.000 0.002 0.002 numerictypes.py:82(<module>) | |
1 0.000 0.000 0.001 0.001 pickle.py:25(<module>) | |
47 0.000 0.000 0.000 0.000 {numpy.core.multiarray.array} | |
6 0.000 0.000 0.000 0.000 arrayprint.py:547(fillFormat) | |
26 0.000 0.000 0.000 0.000 numerictypes.py:233(bitname) | |
25 0.000 0.000 0.000 0.000 sre_compile.py:207(_optimize_charset) | |
49/19 0.000 0.000 0.001 0.000 sre_compile.py:32(_compile) | |
1 0.000 0.000 0.000 0.000 linalg.py:10(<module>) | |
369 0.000 0.000 0.000 0.000 sre_parse.py:191(__next) | |
1 0.000 0.000 0.002 0.002 ctypeslib.py:51(<module>) | |
1 0.000 0.000 0.002 0.002 compressed.py:1(<module>) | |
16 0.000 0.000 0.001 0.000 abc.py:86(__new__) | |
17 0.000 0.000 0.000 0.000 {built-in method __new__ of type object at 0x93ac00} | |
64 0.000 0.000 0.000 0.000 _weakrefset.py:36(__init__) | |
1 0.000 0.000 0.001 0.001 polynomial.py:55(<module>) | |
1 0.000 0.000 0.003 0.003 tempfile.py:18(<module>) | |
1 0.000 0.000 0.001 0.001 data.py:7(<module>) | |
1 0.000 0.000 0.001 0.001 base.py:1(<module>) | |
150 0.000 0.000 0.003 0.000 re.py:226(_compile) | |
1 0.000 0.000 0.001 0.001 result.py:1(<module>) | |
1006 0.000 0.000 0.000 0.000 {isinstance} | |
1 0.000 0.000 0.000 0.000 {posix.urandom} | |
1 0.000 0.000 0.000 0.000 defmatrix.py:1(<module>) | |
73/43 0.000 0.000 0.000 0.000 sre_parse.py:149(getwidth) | |
1 0.000 0.000 0.000 0.000 threading.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 polyutils.py:45(<module>) | |
1 0.000 0.000 0.002 0.002 random.py:40(<module>) | |
1 0.000 0.000 0.021 0.021 add_newdocs.py:10(<module>) | |
1662 0.000 0.000 0.000 0.000 {method 'append' of 'list' objects} | |
1 0.000 0.000 0.000 0.000 __init__.py:265(_reset_cache) | |
1 0.000 0.000 0.000 0.000 fftpack.py:32(<module>) | |
20/15 0.000 0.000 0.000 0.000 abc.py:148(__subclasscheck__) | |
5 0.000 0.000 0.000 0.000 sre_compile.py:258(_mk_bitmap) | |
1 0.000 0.000 0.000 0.000 runner.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 __init__.py:3(<module>) | |
271 0.000 0.000 0.000 0.000 {method 'strip' of 'str' objects} | |
1 0.000 0.000 0.000 0.000 heapq.py:31(<module>) | |
2 0.000 0.000 0.000 0.000 __init__.py:10(<module>) | |
1 0.000 0.000 0.000 0.000 _validation.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 fromnumeric.py:3(<module>) | |
1 0.000 0.000 0.000 0.000 records.py:36(<module>) | |
1294/1269 0.000 0.000 0.000 0.000 {len} | |
1 0.000 0.000 0.000 0.000 six.py:1(<module>) | |
31 0.000 0.000 0.000 0.000 _inspect.py:159(formatargspec) | |
2 0.000 0.000 0.000 0.000 _version.py:7(<module>) | |
3 0.000 0.000 0.000 0.000 numeric.py:351(extend_all) | |
1 0.000 0.000 0.000 0.000 collections.py:26(OrderedDict) | |
1 0.000 0.000 0.000 0.000 numerictypes.py:305(_add_aliases) | |
19 0.000 0.000 0.000 0.000 sre_compile.py:359(_compile_info) | |
1 0.000 0.000 0.015 0.015 type_check.py:3(<module>) | |
1 0.000 0.000 0.000 0.000 __init__.py:349(__init__) | |
316 0.000 0.000 0.000 0.000 sre_parse.py:210(get) | |
1 0.000 0.000 0.000 0.000 _iotools.py:3(<module>) | |
1 0.000 0.000 0.000 0.000 shutil.py:5(<module>) | |
1 0.000 0.000 0.000 0.000 base.py:55(spmatrix) | |
12 0.000 0.000 0.000 0.000 arrayprint.py:652(__call__) | |
16 0.000 0.000 0.000 0.000 {method 'reduce' of 'numpy.ufunc' objects} | |
19 0.000 0.000 0.001 0.000 sre_parse.py:686(parse) | |
163 0.000 0.000 0.000 0.000 sre_parse.py:139(__getitem__) | |
271 0.000 0.000 0.000 0.000 {numpy.lib._compiled_base.add_docstring} | |
19 0.000 0.000 0.003 0.000 sre_compile.py:493(compile) | |
25 0.000 0.000 0.000 0.000 nosetester.py:181(__init__) | |
1 0.000 0.000 0.000 0.000 main.py:1(<module>) | |
1 0.000 0.000 0.001 0.001 polynomial.py:4(<module>) | |
1 0.000 0.000 0.000 0.000 extras.py:10(<module>) | |
40 0.000 0.000 0.000 0.000 _inspect.py:120(getargspec) | |
31 0.000 0.000 0.000 0.000 _inspect.py:61(getargs) | |
1 0.000 0.000 0.000 0.000 loader.py:1(<module>) | |
67 0.000 0.000 0.000 0.000 {posix.putenv} | |
1 0.000 0.000 0.001 0.001 _internal.py:6(<module>) | |
129 0.000 0.000 0.001 0.000 re.py:134(match) | |
1 0.000 0.000 0.000 0.000 arrayterator.py:20(Arrayterator) | |
25 0.000 0.000 0.001 0.000 sre_compile.py:178(_compile_charset) | |
1 0.000 0.000 0.000 0.000 case.py:131(TestCase) | |
72 0.000 0.000 0.000 0.000 abc.py:89(<genexpr>) | |
1 0.000 0.000 0.000 0.000 tempfile.py:372(_TemporaryFileWrapper) | |
23 0.000 0.000 0.000 0.000 core.py:6068(getdoc) | |
1 0.000 0.000 0.000 0.000 sputils.py:2(<module>) | |
27 0.000 0.000 0.000 0.000 core.py:834(__init__) | |
3 0.000 0.000 0.000 0.000 __init__.py:78(CFUNCTYPE) | |
156 0.000 0.000 0.000 0.000 sre_parse.py:147(append) | |
6 0.000 0.000 0.000 0.000 _version.py:55(__init__) | |
14 0.000 0.000 0.000 0.000 __init__.py:147(_check_size) | |
129 0.000 0.000 0.000 0.000 {method 'match' of '_sre.SRE_Pattern' objects} | |
512 0.000 0.000 0.000 0.000 {chr} | |
2 0.000 0.000 0.001 0.000 arrayprint.py:233(_array2string) | |
19 0.000 0.000 0.001 0.000 sre_compile.py:478(_code) | |
25 0.000 0.000 0.000 0.000 posixpath.py:127(dirname) | |
1 0.000 0.000 0.000 0.000 compressed.py:126(check_format) | |
25/19 0.000 0.000 0.001 0.000 sre_parse.py:310(_parse_sub) | |
1 0.000 0.000 0.000 0.000 defchararray.py:17(<module>) | |
1 0.000 0.000 0.000 0.000 suite.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 _datasource.py:35(<module>) | |
43 0.000 0.000 0.000 0.000 _weakrefset.py:58(__iter__) | |
40 0.000 0.000 0.000 0.000 core.py:109(get_object_signature) | |
52 0.000 0.000 0.000 0.000 {method 'join' of 'str' objects} | |
12 0.000 0.000 0.000 0.000 ctypeslib.py:303(prep_simple) | |
67 0.000 0.000 0.000 0.000 {posix.unsetenv} | |
133 0.000 0.000 0.000 0.000 sre_parse.py:204(match) | |
1 0.000 0.000 0.000 0.000 _endian.py:4(<module>) | |
30 0.000 0.000 0.000 0.000 numerictypes.py:451(_add_array_type) | |
1 0.000 0.000 0.000 0.000 utils.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 numerictypes.py:289(_add_types) | |
74 0.000 0.000 0.000 0.000 _inspect.py:152(strseq) | |
1 0.000 0.000 0.000 0.000 csc.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 dia.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 numerictypes.py:346(_add_integer_aliases) | |
228 0.000 0.000 0.000 0.000 {method 'get' of 'dict' objects} | |
3 0.000 0.000 0.000 0.000 __init__.py:493(PYFUNCTYPE) | |
94/66 0.000 0.000 0.000 0.000 {issubclass} | |
15 0.000 0.000 0.000 0.000 abc.py:105(register) | |
1 0.000 0.000 0.000 0.000 signals.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 six.py:209(exec_) | |
6 0.000 0.000 0.001 0.000 pickle.py:1211(load_build) | |
6 0.000 0.000 0.000 0.000 getlimits.py:244(__init__) | |
1 0.000 0.000 0.000 0.000 dok.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 bsr.py:1(<module>) | |
21 0.000 0.000 0.000 0.000 numerictypes.py:220(_evalname) | |
1 0.000 0.000 0.000 0.000 getlimits.py:3(<module>) | |
6/2 0.000 0.000 0.001 0.000 arrayprint.py:343(array2string) | |
21 0.000 0.000 0.000 0.000 {numpy.core.multiarray.empty} | |
38 0.000 0.000 0.000 0.000 sre_compile.py:472(isstring) | |
1 0.000 0.000 0.000 0.000 memmap.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 os.py:475(update) | |
1 0.000 0.000 0.000 0.000 _import_tools.py:1(<module>) | |
1 0.000 0.000 0.001 0.001 difflib.py:27(<module>) | |
2 0.000 0.000 0.000 0.000 {_ctypes.POINTER} | |
19 0.000 0.000 0.000 0.000 {_sre.compile} | |
18 0.000 0.000 0.000 0.000 core.py:913(__init__) | |
1 0.000 0.000 0.000 0.000 numerictypes.py:788(_construct_lookups) | |
5 0.000 0.000 0.000 0.000 pickle.py:993(load_tuple) | |
1 0.000 0.000 0.000 0.000 lil.py:24(lil_matrix) | |
14 0.000 0.000 0.000 0.000 numeric.py:2524(geterr) | |
1 0.000 0.000 0.000 0.000 scimath.py:17(<module>) | |
1 0.000 0.000 0.000 0.000 os.py:506(copy) | |
16 0.000 0.000 0.000 0.000 {method 'format' of 'str' objects} | |
1 0.000 0.000 0.000 0.000 coo.py:1(<module>) | |
14 0.000 0.000 0.000 0.000 numeric.py:2428(seterr) | |
12 0.000 0.000 0.000 0.000 arrayprint.py:632(_digits) | |
2 0.000 0.000 0.000 0.000 arrayprint.py:465(_formatArray) | |
4 0.000 0.000 0.001 0.000 warnings.py:46(filterwarnings) | |
68 0.000 0.000 0.000 0.000 {repr} | |
1 0.000 0.000 0.000 0.000 numbers.py:6(<module>) | |
2 0.000 0.000 0.000 0.000 {dir} | |
49 0.000 0.000 0.000 0.000 sre_parse.py:90(__init__) | |
1 0.000 0.000 0.000 0.000 contextlib.py:1(<module>) | |
24 0.000 0.000 0.000 0.000 sre_compile.py:354(_simple) | |
1 0.000 0.000 0.000 0.000 chebyshev.py:2017(Chebyshev) | |
84 0.000 0.000 0.000 0.000 {range} | |
3 0.000 0.000 0.000 0.000 utils.py:69(__call__) | |
216 0.000 0.000 0.000 0.000 {ord} | |
1 0.000 0.000 0.000 0.000 numerictypes.py:459(_set_array_types) | |
3 0.000 0.000 0.000 0.000 utils.py:113(deprecate) | |
102 0.000 0.000 0.000 0.000 {min} | |
72 0.000 0.000 0.000 0.000 numerictypes.py:131(english_lower) | |
1 0.000 0.000 0.000 0.000 chebyshev.py:87(<module>) | |
20 0.000 0.000 0.000 0.000 _weakrefset.py:26(__exit__) | |
1 0.000 0.000 0.000 0.000 stride_tricks.py:7(<module>) | |
97 0.000 0.000 0.000 0.000 sre_parse.py:135(__len__) | |
37 0.000 0.000 0.000 0.000 {method 'items' of 'dict' objects} | |
1 0.000 0.000 0.000 0.000 nosetester.py:6(<module>) | |
67 0.000 0.000 0.000 0.000 os.py:472(__setitem__) | |
347 0.000 0.000 0.000 0.000 {globals} | |
117 0.000 0.000 0.000 0.000 {method 'add' of 'set' objects} | |
183 0.000 0.000 0.000 0.000 {method 'startswith' of 'str' objects} | |
1 0.000 0.000 0.000 0.000 machar.py:7(<module>) | |
66 0.000 0.000 0.000 0.000 {method 'rstrip' of 'str' objects} | |
1 0.000 0.000 0.000 0.000 _methods.py:5(<module>) | |
65 0.000 0.000 0.000 0.000 UserDict.py:18(__getitem__) | |
1 0.000 0.000 0.000 0.000 hermite.py:59(<module>) | |
1 0.000 0.000 0.000 0.000 arrayterator.py:9(<module>) | |
1 0.000 0.000 0.000 0.000 compressed.py:24(__init__) | |
1 0.000 0.000 0.000 0.000 bisect.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 laguerre.py:59(<module>) | |
7 0.000 0.000 0.000 0.000 numeric.py:2818(__exit__) | |
20 0.000 0.000 0.000 0.000 _weakrefset.py:20(__enter__) | |
5 0.000 0.000 0.000 0.000 functools.py:17(update_wrapper) | |
1 0.000 0.000 0.000 0.000 defchararray.py:1668(chararray) | |
6 0.000 0.000 0.000 0.000 {method 'compress' of 'numpy.ndarray' objects} | |
1 0.000 0.000 0.000 0.000 hermite_e.py:59(<module>) | |
33 0.000 0.000 0.000 0.000 {setattr} | |
14 0.000 0.000 0.000 0.000 arrayprint.py:457(_extendLine) | |
18 0.000 0.000 0.000 0.000 data.py:85(_create_method) | |
2 0.000 0.000 0.000 0.000 arrayprint.py:204(_leading_trailing) | |
35 0.000 0.000 0.000 0.000 _weakrefset.py:83(add) | |
1 0.000 0.000 0.000 0.000 legendre.py:83(<module>) | |
1 0.000 0.000 0.000 0.000 compressed.py:21(_cs_matrix) | |
1 0.000 0.000 0.000 0.000 _polybase.py:19(ABCPolyBase) | |
2 0.000 0.000 0.000 0.000 arrayprint.py:639(__init__) | |
112 0.000 0.000 0.000 0.000 {method 'translate' of 'str' objects} | |
2 0.000 0.000 0.000 0.000 shape_base.py:1(<module>) | |
6 0.000 0.000 0.000 0.000 pickle.py:870(marker) | |
19 0.000 0.000 0.000 0.000 sre_parse.py:187(__init__) | |
17 0.000 0.000 0.000 0.000 sre_parse.py:266(_escape) | |
6 0.000 0.000 0.000 0.000 core.py:1059(__init__) | |
1 0.000 0.000 0.000 0.000 sputils.py:132(get_index_dtype) | |
17 0.000 0.000 0.000 0.000 pickle.py:1168(load_binput) | |
46 0.000 0.000 0.000 0.000 collections.py:332(<genexpr>) | |
14 0.000 0.000 0.000 0.000 pickle.py:988(load_short_binstring) | |
1 0.000 0.000 0.000 0.000 construct.py:2(<module>) | |
49 0.000 0.000 0.000 0.000 abc.py:15(abstractmethod) | |
103 0.000 0.000 0.000 0.000 {_sre.getlower} | |
4 0.000 0.000 0.005 0.001 pickle.py:1087(load_global) | |
23 0.000 0.000 0.000 0.000 core.py:6063(__init__) | |
1 0.000 0.000 0.000 0.000 os.py:499(clear) | |
1 0.000 0.000 0.000 0.000 util.py:1(<module>) | |
3 0.000 0.000 0.000 0.000 {numpy.core.multiarray._reconstruct} | |
1 0.000 0.000 0.000 0.000 _polybase.py:8(<module>) | |
43 0.000 0.000 0.000 0.000 _inspect.py:163(<lambda>) | |
40 0.000 0.000 0.000 0.000 _inspect.py:15(ismethod) | |
8 0.000 0.000 0.000 0.000 core.py:7295(getdoc) | |
1 0.000 0.000 0.000 0.000 linalg.py:76(_determine_error_states) | |
1 0.000 0.000 0.000 0.000 numerictypes.py:387(_set_up_aliases) | |
20 0.000 0.000 0.000 0.000 {method 'keys' of 'dict' objects} | |
6 0.000 0.000 0.001 0.000 arrayprint.py:533(__init__) | |
28 0.000 0.000 0.000 0.000 {method 'extend' of 'list' objects} | |
24 0.000 0.000 0.000 0.000 _weakrefset.py:70(__contains__) | |
1 0.000 0.000 0.000 0.000 twodim_base.py:3(<module>) | |
3 0.000 0.000 0.000 0.000 getlimits.py:269(max) | |
8 0.000 0.000 0.000 0.000 core.py:7290(__init__) | |
15 0.000 0.000 0.000 0.000 {numpy.core.umath.seterrobj} | |
1 0.000 0.000 0.001 0.001 random.py:100(seed) | |
15 0.000 0.000 0.002 0.000 re.py:188(compile) | |
1 0.000 0.000 0.000 0.000 {math.exp} | |
1 0.000 0.000 0.033 0.033 pickle.py:1377(load) | |
3 0.000 0.000 0.023 0.008 pickle.py:974(load_binstring) | |
7 0.000 0.000 0.000 0.000 numeric.py:2809(__init__) | |
2 0.000 0.000 0.000 0.000 threading.py:260(__init__) | |
1 0.000 0.000 0.000 0.000 pickle.py:1201(load_setitems) | |
1 0.000 0.000 0.000 0.000 numerictypes.py:436(_construct_char_code_lookup) | |
25 0.000 0.000 0.000 0.000 {method 'rfind' of 'str' objects} | |
19 0.000 0.000 0.000 0.000 sre_parse.py:67(__init__) | |
9 0.000 0.000 0.000 0.000 extras.py:245(getdoc) | |
4 0.000 0.000 0.000 0.000 sre_parse.py:225(isname) | |
5 0.000 0.000 0.000 0.000 pickle.py:1129(load_reduce) | |
9 0.000 0.000 0.000 0.000 core.py:2439(getdoc) | |
28 0.000 0.000 0.000 0.000 {sys._getframe} | |
1 0.000 0.000 0.000 0.000 format.py:136(<module>) | |
1 0.000 0.000 0.000 0.000 keyword.py:11(<module>) | |
31 0.000 0.000 0.000 0.000 _inspect.py:39(iscode) | |
9 0.000 0.000 0.000 0.000 extras.py:241(__init__) | |
1 0.000 0.000 0.000 0.000 nanfunctions.py:16(<module>) | |
1 0.000 0.000 0.000 0.000 helper.py:4(<module>) | |
1 0.000 0.000 0.000 0.000 pickle.py:827(Unpickler) | |
24 0.000 0.000 0.000 0.000 sre_parse.py:143(__setitem__) | |
1 0.000 0.000 0.000 0.000 threading.py:640(Thread) | |
9 0.000 0.000 0.000 0.000 pickle.py:925(load_binint) | |
20 0.000 0.000 0.000 0.000 _weakrefset.py:16(__init__) | |
1 0.000 0.000 0.000 0.000 _components.py:1(<module>) | |
4 0.000 0.000 0.000 0.000 {method 'any' of 'numpy.ndarray' objects} | |
1 0.000 0.000 0.000 0.000 pprint.py:35(<module>) | |
40 0.000 0.000 0.000 0.000 _inspect.py:26(isfunction) | |
6 0.000 0.000 0.000 0.000 pickle.py:1154(load_binget) | |
6/2 0.000 0.000 0.001 0.000 numeric.py:1681(array_str) | |
1 0.000 0.000 0.000 0.000 _iotools.py:468(StringConverter) | |
14 0.000 0.000 0.000 0.000 numerictypes.py:185(english_capitalize) | |
2 0.000 0.000 0.000 0.000 arrayprint.py:700(__init__) | |
1 0.000 0.000 0.000 0.000 pickle.py:171(Pickler) | |
3 0.000 0.000 0.000 0.000 _version.py:114(_compare) | |
18 0.000 0.000 0.000 0.000 {_struct.calcsize} | |
8 0.000 0.000 0.000 0.000 {all} | |
20 0.000 0.000 0.000 0.000 _weakrefset.py:52(_commit_removals) | |
1 0.000 0.000 0.000 0.000 arraypad.py:5(<module>) | |
1 0.000 0.000 0.000 0.000 _internal.py:196(_getintp_ctype) | |
15 0.000 0.000 0.000 0.000 pickle.py:929(load_binint1) | |
15 0.000 0.000 0.000 0.000 sre_compile.py:51(fixup) | |
1 0.000 0.000 0.000 0.000 compressed.py:1005(prune) | |
6 0.000 0.000 0.000 0.000 {method 'search' of '_sre.SRE_Pattern' objects} | |
1 0.000 0.000 0.000 0.000 __future__.py:48(<module>) | |
2 0.000 0.000 0.000 0.000 {numpy.core.multiarray.concatenate} | |
3 0.000 0.000 0.000 0.000 result.py:14(failfast) | |
1 0.000 0.000 0.000 0.000 numerictypes.py:964(_register_types) | |
1 0.000 0.000 0.000 0.000 py3k.py:4(<module>) | |
1 0.000 0.000 0.000 0.000 _laplacian.py:3(<module>) | |
1 0.000 0.000 0.000 0.000 compressed.py:115(_set_self) | |
8 0.000 0.000 0.000 0.000 collections.py:356(<genexpr>) | |
40 0.000 0.000 0.000 0.000 numerictypes.py:158(english_upper) | |
1 0.000 0.000 0.000 0.000 dia.py:17(dia_matrix) | |
50 0.000 0.000 0.000 0.000 {_ctypes.sizeof} | |
6 0.000 0.000 0.000 0.000 hashlib.py:100(__get_openssl_constructor) | |
51 0.000 0.000 0.000 0.000 sre_compile.py:24(_identityfunction) | |
1 0.000 0.000 0.000 0.000 defmatrix.py:206(matrix) | |
4 0.000 0.000 0.000 0.000 fromnumeric.py:1772(any) | |
1 0.000 0.000 0.000 0.000 {open} | |
1 0.000 0.000 0.000 0.000 {_ctypes.dlopen} | |
2 0.000 0.000 0.000 0.000 __config__.py:3(<module>) | |
12 0.000 0.000 0.000 0.000 {method 'update' of 'dict' objects} | |
1 0.000 0.000 0.000 0.000 tempfile.py:505(SpooledTemporaryFile) | |
7 0.000 0.000 0.000 0.000 numeric.py:2813(__enter__) | |
8 0.000 0.000 0.000 0.000 {method 'split' of 'str' objects} | |
4 0.000 0.000 0.005 0.001 pickle.py:1122(find_class) | |
1 0.000 0.000 0.000 0.000 _inspect.py:7(<module>) | |
1 0.000 0.000 0.000 0.000 <string>:1(Mismatch) | |
1 0.000 0.000 0.000 0.000 financial.py:10(<module>) | |
6 0.000 0.000 0.000 0.000 {method 'remove' of 'list' objects} | |
8 0.000 0.000 0.000 0.000 {method 'readline' of 'file' objects} | |
1 0.000 0.000 0.000 0.000 base.py:71(set_shape) | |
1 0.000 0.000 0.000 0.000 arraysetops.py:26(<module>) | |
1 0.000 0.000 0.000 0.000 bsr.py:22(bsr_matrix) | |
1 0.000 0.000 0.000 0.000 threading.py:656(__init__) | |
1 0.000 0.000 0.000 0.000 numbers.py:34(Complex) | |
2 0.000 0.000 0.000 0.000 contextlib.py:54(contextmanager) | |
5 0.000 0.000 0.000 0.000 functools.py:39(wraps) | |
5 0.000 0.000 0.000 0.000 sre_parse.py:83(closegroup) | |
1 0.000 0.000 0.000 0.000 numbers.py:295(Integral) | |
1 0.000 0.000 0.000 0.000 <string>:1(Match) | |
5 0.000 0.000 0.000 0.000 sre_parse.py:72(opengroup) | |
1 0.000 0.000 0.000 0.000 StringIO.py:30(<module>) | |
1 0.000 0.000 0.000 0.000 ufunclike.py:5(<module>) | |
12 0.000 0.000 0.000 0.000 {marshal.loads} | |
1 0.000 0.000 0.000 0.000 csr.py:20(csr_matrix) | |
1 0.000 0.000 0.000 0.000 hermite_e.py:1747(HermiteE) | |
5 0.000 0.000 0.000 0.000 numeric.py:394(asarray) | |
1 0.000 0.000 0.000 0.000 dok.py:29(dok_matrix) | |
1 0.000 0.000 0.000 0.000 polynomial.py:1493(Polynomial) | |
1 0.000 0.000 0.000 0.000 extract.py:2(<module>) | |
4 0.000 0.000 0.000 0.000 core.py:92(doc_note) | |
2 0.000 0.000 0.000 0.000 arrayprint.py:716(__init__) | |
1 0.000 0.000 0.000 0.000 decorators.py:15(<module>) | |
7 0.000 0.000 0.000 0.000 {hasattr} | |
1 0.000 0.000 0.000 0.000 pickle.py:883(load_proto) | |
1 0.000 0.000 0.000 0.000 base.py:485(__getattr__) | |
1 0.000 0.000 0.000 0.000 dbscan.pyx:52(__cinit__) | |
1 0.000 0.000 0.000 0.000 result.py:26(TestResult) | |
1 0.000 0.000 0.000 0.000 legendre.py:1770(Legendre) | |
1 0.000 0.000 0.000 0.000 data.py:24(_data_matrix) | |
30 0.000 0.000 0.000 0.000 {numpy.core.umath.geterrobj} | |
1 0.000 0.000 0.000 0.000 random.py:72(Random) | |
1 0.000 0.000 0.000 0.000 {numpy.core.multiarray.set_typeDict} | |
1 0.000 0.000 0.000 0.000 warnings.py:75(simplefilter) | |
13 0.000 0.000 0.000 0.000 {method 'pop' of 'list' objects} | |
1 0.000 0.000 0.000 0.000 info.py:84(<module>) | |
1 0.000 0.000 0.000 0.000 laguerre.py:1742(Laguerre) | |
1 0.000 0.000 0.000 0.000 threading.py:1090(__init__) | |
20 0.000 0.000 0.000 0.000 {method '__subclasses__' of 'type' objects} | |
1 0.000 0.000 0.000 0.000 pickle.py:1080(load_newobj) | |
1 0.000 0.000 0.000 0.000 data.py:100(_minmax_mixin) | |
1 0.000 0.000 0.000 0.000 _internal.py:224(_ctypes) | |
6 0.000 0.000 0.000 0.000 arrayprint.py:661(__init__) | |
1 0.000 0.000 0.000 0.000 _iotools.py:248(NameValidator) | |
1 0.000 0.000 0.000 0.000 coo.py:21(coo_matrix) | |
4 0.000 0.000 0.000 0.000 {method 'replace' of 'str' objects} | |
1 0.000 0.000 0.000 0.000 threading.py:576(set) | |
2 0.000 0.000 0.000 0.000 {map} | |
4 0.000 0.000 0.000 0.000 numeric.py:464(asanyarray) | |
1 0.000 0.000 0.000 0.000 core.py:5838(__new__) | |
1 0.000 0.000 0.000 0.000 {binascii.hexlify} | |
1 0.000 0.000 0.000 0.000 collections.py:390(Counter) | |
3 0.000 0.000 0.000 0.000 index_tricks.py:242(__init__) | |
5 0.000 0.000 0.000 0.000 {method 'insert' of 'list' objects} | |
8 0.000 0.000 0.000 0.000 collections.py:358(<genexpr>) | |
1 0.000 0.000 0.000 0.000 base.py:63(__init__) | |
2 0.000 0.000 0.000 0.000 {method '__setstate__' of 'numpy.dtype' objects} | |
9 0.000 0.000 0.000 0.000 core.py:2433(__init__) | |
1 0.000 0.000 0.000 0.000 pickle.py:1254(load_stop) | |
1 0.000 0.000 0.000 0.000 records.py:84(format_parser) | |
1 0.000 0.000 0.000 0.000 extras.py:1476(__init__) | |
4 0.000 0.000 0.000 0.000 six.py:67(_add_doc) | |
1 0.000 0.000 0.000 0.000 sputils.py:102(to_native) | |
6 0.000 0.000 0.000 0.000 pickle.py:1002(load_tuple1) | |
1 0.000 0.000 0.000 0.000 {method 'union' of 'set' objects} | |
1 0.000 0.000 0.000 0.000 getlimits.py:194(iinfo) | |
1 0.000 0.000 0.000 0.000 {zip} | |
1 0.000 0.000 0.000 0.000 ctypeslib.py:150(_ndptr) | |
4 0.000 0.000 0.000 0.000 {thread.allocate_lock} | |
1 0.000 0.000 0.000 0.000 core.py:5636(mvoid) | |
1 0.000 0.000 0.000 0.000 suite.py:16(BaseTestSuite) | |
2 0.000 0.000 0.000 0.000 _version.py:148(__gt__) | |
1 0.000 0.000 0.000 0.000 utils.py:1481(WarningMessage) | |
6 0.000 0.000 0.000 0.000 re.py:139(search) | |
3 0.000 0.000 0.000 0.000 utils.py:64(__init__) | |
1 0.000 0.000 0.000 0.000 dbscan.pyx:1(PyMODINIT_FUNC PyInit_dbscan(void)) | |
1 0.000 0.000 0.000 0.000 StringIO.py:42(StringIO) | |
3 0.000 0.000 0.000 0.000 core.py:747(__init__) | |
1 0.000 0.000 0.000 0.000 copy_reg.py:14(pickle) | |
1 0.000 0.000 0.000 0.000 info.py:83(<module>) | |
1 0.000 0.000 0.000 0.000 hermite.py:1750(Hermite) | |
1 0.000 0.000 0.000 0.000 info.py:176(<module>) | |
4 0.000 0.000 0.000 0.000 compressed.py:90(getnnz) | |
1 0.000 0.000 0.000 0.000 core.py:5832(MaskedConstant) | |
1 0.000 0.000 0.000 0.000 runner.py:28(TextTestResult) | |
24 0.000 0.000 0.000 0.000 sre_parse.py:219(isident) | |
4 0.000 0.000 0.000 0.000 core.py:2446(__get__) | |
3 0.000 0.000 0.000 0.000 __init__.py:104(CFunctionType) | |
2 0.000 0.000 0.000 0.000 arrayprint.py:689(__init__) | |
4 0.000 0.000 0.000 0.000 threading.py:59(__init__) | |
1 0.000 0.000 0.000 0.000 nosetester.py:129(NoseTester) | |
1 0.000 0.000 0.000 0.000 numeric.py:2824(_setdef) | |
8 0.000 0.000 0.000 0.000 {method '__contains__' of 'frozenset' objects} | |
1 0.000 0.000 0.000 0.000 index_tricks.py:223(AxisConcatenator) | |
5 0.000 0.000 0.000 0.000 pickle.py:1010(load_tuple3) | |
1 0.000 0.000 0.000 0.000 polynomial.py:933(poly1d) | |
1 0.000 0.000 0.000 0.000 info.py:147(<module>) | |
1 0.000 0.000 0.000 0.000 csc.py:21(csc_matrix) | |
1 0.000 0.000 0.000 0.000 numbers.py:270(Rational) | |
2 0.000 0.000 0.000 0.000 {numpy.core.multiarray.set_string_function} | |
1 0.000 0.000 0.000 0.000 numbers.py:169(Real) | |
1 0.000 0.000 0.000 0.000 data.py:25(__init__) | |
1 0.000 0.000 0.000 0.000 {method 'view' of 'numpy.ndarray' objects} | |
1 0.000 0.000 0.000 0.000 tempfile.py:108(_RandomNameSequence) | |
1 0.000 0.000 0.000 0.000 warnings.py:319(__init__) | |
2 0.000 0.000 0.000 0.000 version.py:3(<module>) | |
1 0.000 0.000 0.000 0.000 fnmatch.py:11(<module>) | |
1 0.000 0.000 0.000 0.000 threading.py:789(_set_ident) | |
1 0.000 0.000 0.000 0.000 npyio.py:87(NpzFile) | |
1 0.000 0.000 0.000 0.000 _datasource.py:504(Repository) | |
1 0.000 0.000 0.000 0.000 threading.py:542(Event) | |
1 0.000 0.000 0.000 0.000 UserDict.py:39(keys) | |
1 0.000 0.000 0.000 0.000 pickle.py:83(__init__) | |
1 0.000 0.000 0.000 0.000 pickle.py:1006(load_tuple2) | |
1 0.000 0.000 0.000 0.000 records.py:285(recarray) | |
3 0.000 0.000 0.000 0.000 pickle.py:903(load_false) | |
38 0.000 0.000 0.000 0.000 {method 'isalnum' of 'str' objects} | |
6 0.000 0.000 0.000 0.000 {method 'group' of '_sre.SRE_Match' objects} | |
1 0.000 0.000 0.000 0.000 index_tricks.py:470(__init__) | |
1 0.000 0.000 0.000 0.000 core.py:5999(__init__) | |
6 0.000 0.000 0.000 0.000 pickle.py:1250(load_mark) | |
4 0.000 0.000 0.000 0.000 {max} | |
1 0.000 0.000 0.000 0.000 utils.py:998(SafeEval) | |
1 0.000 0.000 0.000 0.000 _iotools.py:152(LineSplitter) | |
1 0.000 0.000 0.000 0.000 npyio.py:40(BagObj) | |
20 0.000 0.000 0.000 0.000 {method 'remove' of 'set' objects} | |
12 0.000 0.000 0.000 0.000 {method 'end' of '_sre.SRE_Match' objects} | |
1 0.000 0.000 0.000 0.000 weakref.py:282(__init__) | |
13 0.000 0.000 0.000 0.000 {method 'pop' of 'dict' objects} | |
2 0.000 0.000 0.000 0.000 {math.log} | |
1 0.000 0.000 0.000 0.000 warnings.py:340(__enter__) | |
2 0.000 0.000 0.000 0.000 threading.py:242(Condition) | |
1 0.000 0.000 0.000 0.000 runner.py:119(TextTestRunner) | |
7 0.000 0.000 0.000 0.000 case.py:607(_deprecate) | |
1 0.000 0.000 0.000 0.000 core.py:7278(_convert2ma) | |
1 0.000 0.000 0.000 0.000 {method 'newbyteorder' of 'numpy.dtype' objects} | |
1 0.000 0.000 0.000 0.000 threading.py:515(_BoundedSemaphore) | |
1 0.000 0.000 0.000 0.000 main.py:63(TestProgram) | |
1 0.000 0.000 0.000 0.000 threading.py:255(_Condition) | |
1 0.000 0.000 0.000 0.000 index_tricks.py:447(__init__) | |
1 0.000 0.000 0.000 0.000 threading.py:300(_is_owned) | |
1 0.000 0.000 0.000 0.000 difflib.py:1670(HtmlDiff) | |
1 0.000 0.000 0.000 0.000 info.py:34(<module>) | |
2 0.000 0.000 0.000 0.000 arrayprint.py:744(__init__) | |
7 0.000 0.000 0.000 0.000 __future__.py:75(__init__) | |
30 0.000 0.000 0.000 0.000 dbscan.pyx:247(makeHash) | |
6 0.000 0.000 0.000 0.000 {intern} | |
1 0.000 0.000 0.000 0.000 loader.py:38(TestLoader) | |
3 0.000 0.000 0.000 0.000 _version.py:78(_compare_version) | |
2 0.000 0.000 0.000 0.000 numeric.py:1717(set_string_function) | |
1 0.000 0.000 0.000 0.000 random.py:655(WichmannHill) | |
1 0.000 0.000 0.000 0.000 {method 'find' of 'str' objects} | |
1 0.000 0.000 0.000 0.000 threading.py:561(__init__) | |
1 0.000 0.000 0.001 0.001 random.py:91(__init__) | |
1 0.000 0.000 0.000 0.000 io.py:69(IOBase) | |
1 0.000 0.000 0.000 0.000 sputils.py:233(IndexMixin) | |
1 0.000 0.000 0.000 0.000 arrayprint.py:743(TimedeltaFormat) | |
1 0.000 0.000 0.000 0.000 __init__.py:112(ModuleDeprecationWarning) | |
1 0.000 0.000 0.000 0.000 contextlib.py:9(GeneratorContextManager) | |
1 0.000 0.000 0.000 0.000 _import_tools.py:336(PackageLoaderDebug) | |
1 0.000 0.000 0.000 0.000 numbers.py:13(Number) | |
1 0.000 0.000 0.000 0.000 index_tricks.py:452(CClass) | |
1 0.000 0.000 0.000 0.000 threading.py:64(_note) | |
1 0.000 0.000 0.000 0.000 io.py:76(BufferedIOBase) | |
1 0.000 0.000 0.000 0.000 random.py:805(SystemRandom) | |
1 0.000 0.000 0.000 0.000 base.py:861(isspmatrix) | |
1 0.000 0.000 0.000 0.000 getlimits.py:24(finfo) | |
1 0.000 0.000 0.000 0.000 core.py:2404(_arraymethod) | |
4 0.000 0.000 0.000 0.000 _methods.py:37(_any) | |
1 0.000 0.000 0.000 0.000 suite.py:252(_ErrorHolder) | |
1 0.000 0.000 0.000 0.000 numeric.py:52(ComplexWarning) | |
1 0.000 0.000 0.000 0.000 __init__.py:428(LibraryLoader) | |
1 0.000 0.000 0.000 0.000 memmap.py:23(memmap) | |
1 0.000 0.000 0.000 0.000 threading.py:1088(_MainThread) | |
1 0.000 0.000 0.000 0.000 case.py:45(_UnexpectedSuccess) | |
1 0.000 0.000 0.000 0.000 threading.py:423(_Semaphore) | |
1 0.000 0.000 0.000 0.000 _version.py:17(NumpyVersion) | |
1 0.000 0.000 0.000 0.000 {_hashlib.openssl_sha224} | |
1 0.000 0.000 0.000 0.000 pickle.py:998(load_empty_tuple) | |
1 0.000 0.000 0.000 0.000 polyutils.py:58(RankWarning) | |
1 0.000 0.000 0.000 0.000 _datasource.py:74(__init__) | |
1 0.000 0.000 0.000 0.000 utils.py:52(_Deprecate) | |
2 0.000 0.000 0.000 0.000 {method 'setter' of 'property' objects} | |
4 0.000 0.000 0.000 0.000 base.py:93(get_shape) | |
1 0.000 0.000 0.000 0.000 {_ctypes.set_conversion_mode} | |
1 0.000 0.000 0.000 0.000 polynomial.py:21(RankWarning) | |
1 0.000 0.000 0.000 0.000 pickle.py:829(__init__) | |
1 0.000 0.000 0.000 0.000 _datasource.py:50(_FileOpeners) | |
1 0.000 0.000 0.000 0.000 shutil.py:34(SpecialFileError) | |
3 0.000 0.000 0.000 0.000 __init__.py:494(CFunctionType) | |
1 0.000 0.000 0.000 0.000 threading.py:552(_Event) | |
1 0.000 0.000 0.000 0.000 core.py:6011(__init__) | |
1 0.000 0.000 0.000 0.000 _version.py:18(NumpyVersion) | |
1 0.000 0.000 0.000 0.000 pprint.py:84(PrettyPrinter) | |
1 0.000 0.000 0.000 0.000 difflib.py:44(SequenceMatcher) | |
1 0.000 0.000 0.000 0.000 __init__.py:243(c_char_p) | |
1 0.000 0.000 0.000 0.000 threading.py:125(_RLock) | |
8 0.000 0.000 0.000 0.000 {method 'isdigit' of 'str' objects} | |
1 0.000 0.000 0.000 0.000 core.py:739(_DomainCheckInterval) | |
2 0.000 0.000 0.000 0.000 core.py:808(__init__) | |
1 0.000 0.000 0.000 0.000 core.py:5841(__array_finalize__) | |
1 0.000 0.000 0.000 0.000 core.py:761(_DomainTan) | |
1 0.000 0.000 0.000 0.000 index_tricks.py:87(nd_grid) | |
1 0.000 0.000 0.000 0.000 case.py:98(_AssertRaisesContext) | |
3 0.000 0.000 0.000 0.000 UserDict.py:70(__contains__) | |
1 0.000 0.000 0.000 0.000 threading.py:1097(_set_daemon) | |
1 0.000 0.000 0.000 0.000 extras.py:1546(__init__) | |
1 0.000 0.000 0.000 0.000 difflib.py:764(Differ) | |
1 0.000 0.000 0.000 0.000 arrayprint.py:532(FloatFormat) | |
1 0.000 0.000 0.000 0.000 core.py:2255(_MaskedPrintOption) | |
3 0.000 0.000 0.000 0.000 utils.py:47(_set_function_name) | |
1 0.000 0.000 0.000 0.000 core.py:817(_MaskedUnaryOperation) | |
1 0.000 0.000 0.000 0.000 {_hashlib.openssl_sha256} | |
1 0.000 0.000 0.000 0.000 core.py:894(_MaskedBinaryOperation) | |
1 0.000 0.000 0.000 0.000 {method 'iteritems' of 'dict' objects} | |
1 0.000 0.000 0.000 0.000 threading.py:1128(_DummyThread) | |
1 0.000 0.000 0.000 0.000 records.py:215(record) | |
1 0.000 0.000 0.000 0.000 _import_tools.py:8(PackageLoader) | |
1 0.000 0.000 0.000 0.000 numeric.py:2747(errstate) | |
1 0.000 0.000 0.000 0.000 index_tricks.py:475(ndenumerate) | |
2 0.000 0.000 0.000 0.000 {thread.get_ident} | |
1 0.000 0.000 0.000 0.000 core.py:806(_DomainGreaterEqual) | |
1 0.000 0.000 0.000 0.000 linalg.py:43(LinAlgError) | |
1 0.000 0.000 0.000 0.000 pickle.py:1018(load_empty_dictionary) | |
4 0.000 0.000 0.000 0.000 {method 'item' of 'numpy.ndarray' objects} | |
1 0.000 0.000 0.000 0.000 pickle.py:58(PickleError) | |
1 0.000 0.000 0.000 0.000 copy_reg.py:27(constructor) | |
1 0.000 0.000 0.000 0.000 io.py:73(RawIOBase) | |
1 0.000 0.000 0.000 0.000 case.py:1018(FunctionTestCase) | |
1 0.000 0.000 0.000 0.000 {method 'release' of 'thread.lock' objects} | |
1 0.000 0.000 0.000 0.000 numeric.py:2743(_unspecified) | |
1 0.000 0.000 0.000 0.000 suite.py:78(TestSuite) | |
1 0.000 0.000 0.000 0.000 function_base.py:1529(vectorize) | |
1 0.000 0.000 0.000 0.000 {math.sqrt} | |
1 0.000 0.000 0.000 0.000 extras.py:1464(MAxisConcatenator) | |
1 0.000 0.000 0.000 0.000 _version.py:136(__lt__) | |
1 0.000 0.000 0.000 0.000 {_hashlib.openssl_md5} | |
1 0.000 0.000 0.000 0.000 threading.py:1058(_Timer) | |
1 0.000 0.000 0.000 0.000 _datasource.py:154(DataSource) | |
1 0.000 0.000 0.000 0.000 warnings.py:356(__exit__) | |
1 0.000 0.000 0.000 0.000 __init__.py:359(_FuncPtr) | |
1 0.000 0.000 0.000 0.000 __init__.py:189(c_int) | |
1 0.000 0.000 0.000 0.000 __init__.py:238(c_char) | |
1 0.000 0.000 0.000 0.000 _endian.py:26(_swapped_meta) | |
1 0.000 0.000 0.000 0.000 <string>:1(<module>) | |
1 0.000 0.000 0.000 0.000 _endian.py:49(BigEndianStructure) | |
1 0.000 0.000 0.000 0.000 __init__.py:205(c_longdouble) | |
1 0.000 0.000 0.000 0.000 machar.py:17(MachAr) | |
1 0.000 0.000 0.000 0.000 {_hashlib.openssl_sha384} | |
2 0.000 0.000 0.000 0.000 {_functools.reduce} | |
1 0.000 0.000 0.000 0.000 __init__.py:332(CDLL) | |
1 0.000 0.000 0.000 0.000 core.py:6053(_frommethod) | |
2 0.000 0.000 0.000 0.000 __init__.py:429(__init__) | |
1 0.000 0.000 0.000 0.000 _internal.py:217(_missing_ctypes) | |
1 0.000 0.000 0.000 0.000 core.py:794(_DomainGreater) | |
3 0.000 0.000 0.000 0.000 _inspect.py:161(<lambda>) | |
1 0.000 0.000 0.000 0.000 case.py:34(_ExpectedFailure) | |
6 0.000 0.000 0.000 0.000 core.py:779(__init__) | |
1 0.000 0.000 0.000 0.000 extras.py:224(_fromnxfunction) | |
1 0.000 0.000 0.000 0.000 pickle.py:82(_Stop) | |
3 0.000 0.000 0.000 0.000 csr.py:192(_swap) | |
1 0.000 0.000 0.000 0.000 base.py:195(asformat) | |
1 0.000 0.000 0.000 0.000 UserDict.py:58(get) | |
6 0.000 0.000 0.000 0.000 pickle.py:899(load_none) | |
1 0.000 0.000 0.000 0.000 pickle.py:1261(_EmptyClass) | |
1 0.000 0.000 0.000 0.000 contextlib.py:132(closing) | |
1 0.000 0.000 0.000 0.000 core.py:131(MaskError) | |
1 0.000 0.000 0.000 0.000 __init__.py:294(c_wchar) | |
1 0.000 0.000 0.000 0.000 pickle.py:69(UnpicklingError) | |
1 0.000 0.000 0.000 0.000 shutil.py:38(ExecError) | |
1 0.000 0.000 0.000 0.000 {_hashlib.openssl_sha1} | |
1 0.000 0.000 0.000 0.000 __init__.py:291(c_wchar_p) | |
1 0.000 0.000 0.000 0.000 base.py:16(SparseWarning) | |
1 0.000 0.000 0.000 0.000 core.py:2260(__init__) | |
1 0.000 0.000 0.000 0.000 extras.py:1530(mr_class) | |
1 0.000 0.000 0.000 0.000 utils.py:1701(IgnoreException) | |
1 0.000 0.000 0.000 0.000 arrayprint.py:658(LongFloatFormat) | |
1 0.000 0.000 0.000 0.000 arrayprint.py:688(LongComplexFormat) | |
1 0.000 0.000 0.000 0.000 arrayprint.py:715(DatetimeFormat) | |
1 0.000 0.000 0.000 0.000 numerictypes.py:773(_typedict) | |
1 0.000 0.000 0.000 0.000 core.py:5942(_extrema_operation) | |
3 0.000 0.000 0.000 0.000 core.py:796(__init__) | |
1 0.000 0.000 0.000 0.000 core.py:2473(MaskedIterator) | |
1 0.000 0.000 0.000 0.000 stride_tricks.py:14(DummyArray) | |
2 0.000 0.000 0.000 0.000 {method 'acquire' of 'thread.lock' objects} | |
2 0.000 0.000 0.000 0.000 {posix.getpid} | |
1 0.000 0.000 0.000 0.000 io.py:79(TextIOBase) | |
1 0.000 0.000 0.000 0.000 __init__.py:233(c_byte) | |
1 0.000 0.000 0.000 0.000 core.py:767(__init__) | |
1 0.000 0.000 0.000 0.000 __init__.py:226(c_ubyte) | |
2 0.000 0.000 0.000 0.000 index_tricks.py:647(__init__) | |
1 0.000 0.000 0.000 0.000 runner.py:12(_WritelnDecorator) | |
1 0.000 0.000 0.000 0.000 core.py:5997(_minimum_operation) | |
2 0.000 0.000 0.000 0.000 {method 'clear' of 'dict' objects} | |
2 0.000 0.000 0.000 0.000 sre_parse.py:222(isdigit) | |
1 0.000 0.000 0.000 0.000 __init__.py:172(c_ushort) | |
1 0.000 0.000 0.000 0.000 signals.py:9(_InterruptHandler) | |
1 0.000 0.000 0.000 0.000 core.py:1039(_DomainedBinaryOperation) | |
1 0.000 0.000 0.000 0.000 polyutils.py:66(PolyDomainError) | |
1 0.000 0.000 0.000 0.000 polyutils.py:62(PolyError) | |
20 0.000 0.000 0.000 0.000 {method '__subclasshook__' of 'object' objects} | |
1 0.000 0.000 0.000 0.000 threading.py:57(_Verbose) | |
1 0.000 0.000 0.000 0.000 __future__.py:74(_Feature) | |
1 0.000 0.000 0.000 0.000 utils.py:1513(WarningManager) | |
1 0.000 0.000 0.000 0.000 core.py:6009(_maximum_operation) | |
1 0.000 0.000 0.000 0.000 base.py:24(SparseEfficiencyWarning) | |
1 0.000 0.000 0.000 0.000 __init__.py:159(py_object) | |
1 0.000 0.000 0.000 0.000 index_tricks.py:525(ndindex) | |
1 0.000 0.000 0.000 0.000 _iotools.py:448(ConverterLockError) | |
1 0.000 0.000 0.000 0.000 shutil.py:31(Error) | |
1 0.000 0.000 0.000 0.000 case.py:25(SkipTest) | |
1 0.000 0.000 0.000 0.000 _iotools.py:455(ConversionWarning) | |
1 0.000 0.000 0.000 0.000 index_tricks.py:603(IndexExpression) | |
1 0.000 0.000 0.000 0.000 __init__.py:255(c_void_p) | |
1 0.000 0.000 0.000 0.000 threading.py:373(notify) | |
1 0.000 0.000 0.000 0.000 _inspect.py:162(<lambda>) | |
1 0.000 0.000 0.000 0.000 six.py:54(__len__) | |
1 0.000 0.000 0.000 0.000 __init__.py:168(c_short) | |
1 0.000 0.000 0.000 0.000 __init__.py:124(VisibleDeprecationWarning) | |
1 0.000 0.000 0.000 0.000 base.py:20(SparseFormatWarning) | |
1 0.000 0.000 0.000 0.000 __init__.py:260(c_bool) | |
1 0.000 0.000 0.000 0.000 pickle.py:62(PicklingError) | |
1 0.000 0.000 0.000 0.000 six.py:136(Iterator) | |
1 0.000 0.000 0.000 0.000 __init__.py:388(PyDLL) | |
1 0.000 0.000 0.000 0.000 __init__.py:193(c_uint) | |
1 0.000 0.000 0.000 0.000 __init__.py:201(c_double) | |
1 0.000 0.000 0.000 0.000 index_tricks.py:352(RClass) | |
1 0.000 0.000 0.000 0.000 arrayprint.py:638(IntegerFormat) | |
1 0.000 0.000 0.000 0.000 __init__.py:180(c_ulong) | |
1 0.000 0.000 0.000 0.000 threading.py:400(notifyAll) | |
1 0.000 0.000 0.000 0.000 arrayprint.py:699(ComplexFormat) | |
1 0.000 0.000 0.000 0.000 {_hashlib.openssl_sha512} | |
1 0.000 0.000 0.000 0.000 __init__.py:197(c_float) | |
1 0.000 0.000 0.000 0.000 __init__.py:176(c_long) | |
1 0.000 0.000 0.000 0.000 six.py:53(X) | |
1 0.000 0.000 0.000 0.000 _iotools.py:441(ConverterError) | |
1 0.000 0.000 0.000 0.000 polyutils.py:79(PolyBase) | |
1 0.000 0.000 0.000 0.000 core.py:128(MAError) | |
1 0.000 0.000 0.000 0.000 suite.py:299(_DebugResult) | |
1 0.000 0.000 0.000 0.000 core.py:777(_DomainSafeDivide) | |
1 0.000 0.000 0.000 0.000 {method 'disable' of '_lsprof.Profiler' objects} | |
2 0.000 0.000 0.000 0.000 index_tricks.py:148(__init__) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment