Skip to content

Instantly share code, notes, and snippets.

@rhyolight
Created March 3, 2015 00:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rhyolight/60f04349aac3d1587d40 to your computer and use it in GitHub Desktop.
Save rhyolight/60f04349aac3d1587d40 to your computer and use it in GitHub Desktop.
remove_asm performance
python -m cProfile --sort cumtime tp_large.py
378315 function calls (375277 primitive calls) in 52.253 seconds
Ordered by: cumulative time
ncalls tottime percall cumtime percall filename:lineno(function)
1 0.019 0.019 52.254 52.254 tp_large.py:26(<module>)
1 0.011 0.011 51.986 51.986 tp_large.py:43(testCompute1)
10000 0.076 0.000 51.912 0.005 TP10X2.py:284(compute)
10000 0.007 0.000 51.357 0.005 algorithms.py:2690(compute)
10000 51.350 0.005 51.350 0.005 {_algorithms.Cells4_compute}
10000 0.207 0.000 0.407 0.000 TP.py:1221(computeOutput)
10001 0.185 0.000 0.185 0.000 {method 'astype' of 'numpy.ndarray' objects}
1 0.004 0.004 0.160 0.160 __init__.py:65(<module>)
1 0.003 0.003 0.127 0.127 pkg_resources.py:15(<module>)
9 0.007 0.001 0.123 0.014 __init__.py:1(<module>)
1 0.002 0.002 0.064 0.064 __init__.py:106(<module>)
1 0.000 0.000 0.063 0.063 TP10X2.py:74(__init__)
595 0.001 0.000 0.050 0.000 re.py:226(_compile)
98 0.000 0.000 0.049 0.000 re.py:188(compile)
88 0.000 0.000 0.048 0.001 sre_compile.py:493(compile)
1 0.000 0.000 0.048 0.048 add_newdocs.py:10(<module>)
78 0.001 0.000 0.047 0.001 pkg_resources.py:579(add_entry)
1 0.001 0.001 0.041 0.041 type_check.py:3(<module>)
10001 0.017 0.000 0.035 0.000 TP10X2.py:387(_setStatePointers)
1 0.000 0.000 0.035 0.035 TP10X2.py:40(_extractCallingMethodArgs)
1 0.000 0.000 0.035 0.035 inspect.py:1053(stack)
1 0.000 0.000 0.035 0.035 inspect.py:1026(getouterframes)
10 0.000 0.000 0.035 0.003 inspect.py:988(getframeinfo)
10 0.000 0.000 0.034 0.003 inspect.py:518(findsource)
394 0.003 0.000 0.033 0.000 pkg_resources.py:2003(find_on_path)
26/10 0.002 0.000 0.033 0.003 inspect.py:472(getmodule)
20000 0.031 0.000 0.031 0.000 {method 'reshape' of 'numpy.ndarray' objects}
17 0.000 0.000 0.030 0.002 {map}
391 0.000 0.000 0.029 0.000 posixpath.py:364(realpath)
1 0.000 0.000 0.028 0.028 pkg_resources.py:537(_build_master)
1 0.000 0.000 0.028 0.028 pkg_resources.py:524(__init__)
1 0.008 0.008 0.028 0.028 TP.py:64(__init__)
1 0.000 0.000 0.028 0.028 extension.py:1(<module>)
88 0.000 0.000 0.026 0.000 sre_parse.py:675(parse)
345/88 0.001 0.000 0.026 0.000 sre_parse.py:301(_parse_sub)
502/98 0.009 0.000 0.025 0.000 sre_parse.py:379(_parse)
391 0.005 0.000 0.025 0.000 posixpath.py:372(_joinrealpath)
1 0.001 0.001 0.025 0.025 dist.py:1(<module>)
1 0.008 0.008 0.022 0.022 algorithm_test_helpers.py:22(<module>)
88 0.000 0.000 0.022 0.000 sre_compile.py:478(_code)
1 0.017 0.017 0.021 0.021 numeric.py:1(<module>)
372 0.002 0.000 0.021 0.000 pkg_resources.py:2348(from_location)
1 0.000 0.000 0.018 0.018 TP10X2.py:202(_initEphemerals)
10001 0.005 0.000 0.018 0.000 algorithms.py:2673(setStatePointers)
1 0.000 0.000 0.018 0.018 algorithms.py:2658(__init__)
1 0.018 0.018 0.018 0.018 {_algorithms.new_Cells4}
1 0.001 0.001 0.018 0.018 inspect.py:25(<module>)
990/88 0.005 0.000 0.017 0.000 sre_compile.py:32(_compile)
372 0.001 0.000 0.017 0.000 pkg_resources.py:2336(__init__)
3744 0.003 0.000 0.015 0.000 posixpath.py:139(islink)
1 0.001 0.001 0.015 0.015 algorithms.py:11(<module>)
1 0.000 0.000 0.014 0.014 depends.py:1(<module>)
368 0.001 0.000 0.014 0.000 pkg_resources.py:1277(safe_version)
1 0.001 0.001 0.013 0.013 tokenize.py:23(<module>)
1 0.003 0.003 0.013 0.013 compat.py:1(<module>)
10001 0.013 0.000 0.013 0.000 {_algorithms.Cells4_setStatePointers}
1 0.001 0.001 0.012 0.012 __init__.py:7(<module>)
1 0.008 0.008 0.011 0.011 algorithms.py:2702(SpatialPooler)
1 0.000 0.000 0.011 0.011 specifiers.py:14(<module>)
1 0.000 0.000 0.011 0.011 pkg_resources.py:867(subscribe)
368 0.005 0.000 0.011 0.000 version.py:200(__init__)
138 0.000 0.000 0.011 0.000 pkg_resources.py:2938(<lambda>)
138 0.000 0.000 0.010 0.000 pkg_resources.py:2482(activate)
10000 0.006 0.000 0.010 0.000 algorithms.py:2391(getAvgLearnedSeqLength)
1 0.000 0.000 0.010 0.010 parser.py:5(<module>)
3744 0.010 0.000 0.010 0.000 {posix.lstat}
1 0.000 0.000 0.010 0.010 feedparser.py:20(<module>)
376 0.001 0.000 0.010 0.000 sre_compile.py:178(_compile_charset)
1 0.000 0.000 0.009 0.009 specifiers.py:274(Specifier)
7906 0.003 0.000 0.009 0.000 sre_parse.py:201(get)
376 0.006 0.000 0.009 0.000 sre_compile.py:207(_optimize_charset)
52 0.000 0.000 0.008 0.000 pkg_resources.py:1977(find_eggs_in_zip)
1 0.001 0.001 0.008 0.008 message.py:5(<module>)
8862 0.006 0.000 0.008 0.000 sre_parse.py:182(__next)
1 0.001 0.001 0.008 0.008 core.py:7(<module>)
293 0.000 0.000 0.007 0.000 inspect.py:460(getabsfile)
1 0.000 0.000 0.007 0.007 charset.py:6(<module>)
155 0.000 0.000 0.007 0.000 pkg_resources.py:1515(has_metadata)
1 0.000 0.000 0.007 0.007 base64mime.py:25(<module>)
1 0.001 0.001 0.006 0.006 utils.py:5(<module>)
685 0.001 0.000 0.006 0.000 posixpath.py:350(abspath)
1 0.001 0.001 0.006 0.006 SimpleHTTPServer.py:6(<module>)
1 0.001 0.001 0.006 0.006 utils.py:4(<module>)
10000 0.006 0.000 0.006 0.000 TP10X2.py:363(_copyAllocatedStates)
1 0.000 0.000 0.006 0.006 version.py:14(<module>)
2 0.001 0.001 0.006 0.003 __init__.py:45(<module>)
1 0.005 0.005 0.006 0.006 __init__.py:88(<module>)
33 0.000 0.000 0.006 0.000 pkg_resources.py:1872(_has)
727 0.003 0.000 0.006 0.000 posixpath.py:321(normpath)
4285 0.004 0.000 0.005 0.000 posixpath.py:68(join)
40 0.000 0.000 0.005 0.000 pkg_resources.py:1752(zipinfo)
40 0.000 0.000 0.005 0.000 pkg_resources.py:1689(load)
1 0.000 0.000 0.005 0.005 SimpleHTTPServer.py:27(SimpleHTTPRequestHandler)
1 0.000 0.000 0.005 0.005 mimetypes.py:351(init)
1 0.000 0.000 0.005 0.005 version.py:160(Version)
12 0.004 0.000 0.005 0.000 collections.py:288(namedtuple)
79 0.000 0.000 0.005 0.000 pkg_resources.py:2070(_handle_ns)
1 0.000 0.000 0.005 0.005 mimetypes.py:194(read)
68 0.000 0.000 0.005 0.000 pkgutil.py:176(find_module)
1 0.002 0.002 0.005 0.005 mimetypes.py:205(readfp)
1 0.001 0.001 0.005 0.005 config.py:25(<module>)
45218 0.005 0.000 0.005 0.000 {method 'append' of 'list' objects}
822 0.005 0.000 0.005 0.000 {posix.stat}
310 0.001 0.000 0.005 0.000 inspect.py:440(getsourcefile)
44 0.000 0.000 0.005 0.000 pkg_resources.py:2524(from_filename)
1 0.001 0.001 0.004 0.004 tempfile.py:18(<module>)
8 0.000 0.000 0.004 0.001 pkg_resources.py:1661(build)
10000 0.004 0.000 0.004 0.000 TP.py:934(printComputeEnd)
88 0.001 0.000 0.004 0.000 sre_compile.py:359(_compile_info)
10000 0.004 0.000 0.004 0.000 {_algorithms.Cells4_getAvgLearnedSeqLength}
1 0.000 0.000 0.004 0.004 platform.py:10(<module>)
1 0.000 0.000 0.004 0.004 pkg_resources.py:893(Environment)
1 0.000 0.000 0.004 0.004 pkg_resources.py:231(get_supported_platform)
138 0.000 0.000 0.004 0.000 pkg_resources.py:2129(fixup_namespace_packages)
2 0.004 0.002 0.004 0.002 {imp.load_module}
8 0.000 0.000 0.004 0.000 pkg_resources.py:1714(__new__)
8 0.000 0.000 0.004 0.000 zipfile.py:722(__init__)
372 0.001 0.000 0.004 0.000 pkg_resources.py:655(add)
1 0.000 0.000 0.004 0.004 pkg_resources.py:340(_macosx_vers)
1 0.000 0.000 0.004 0.004 platform.py:797(mac_ver)
1 0.000 0.000 0.004 0.004 platform.py:776(_mac_ver_xml)
1 0.000 0.000 0.003 0.003 windows_support.py:1(<module>)
1 0.000 0.000 0.003 0.003 windows_support.py:5(windows_only)
1 0.000 0.000 0.003 0.003 platform.py:1303(system)
1 0.000 0.000 0.003 0.003 platform.py:1166(uname)
1 0.000 0.000 0.003 0.003 plistlib.py:68(readPlist)
1 0.000 0.000 0.003 0.003 platform.py:1000(_syscmd_uname)
8 0.002 0.000 0.003 0.000 zipfile.py:799(_RealGetContents)
1 0.002 0.002 0.003 0.003 plistlib.py:400(parse)
4814 0.001 0.000 0.003 0.000 pkg_resources.py:2169(_normalize_cached)
32 0.003 0.000 0.003 0.000 {method 'read' of 'file' objects}
376 0.000 0.000 0.003 0.000 genericpath.py:38(isdir)
1 0.001 0.001 0.003 0.003 urllib.py:23(<module>)
1 0.002 0.002 0.003 0.003 collections.py:1(<module>)
1 0.001 0.001 0.003 0.003 __init__.py:38(<module>)
4169 0.002 0.000 0.003 0.000 sre_parse.py:130(__getitem__)
1409/514 0.002 0.000 0.003 0.000 sre_parse.py:140(getwidth)
33 0.000 0.000 0.003 0.000 pkg_resources.py:2165(normalize_path)
1 0.000 0.000 0.003 0.003 msvc9_support.py:1(<module>)
138 0.002 0.000 0.003 0.000 pkg_resources.py:2563(insert_on)
1 0.001 0.001 0.003 0.003 math.py:11(<module>)
1 0.000 0.000 0.002 0.002 dist.py:5(<module>)
1 0.001 0.001 0.002 0.002 httplib.py:67(<module>)
1 0.001 0.001 0.002 0.002 handlers.py:24(<module>)
1 0.001 0.001 0.002 0.002 ctypeslib.py:51(<module>)
1 0.001 0.001 0.002 0.002 msvc9compiler.py:8(<module>)
27482/26951 0.002 0.000 0.002 0.000 {len}
145 0.000 0.000 0.002 0.000 pkg_resources.py:2477(_get_metadata)
391 0.000 0.000 0.002 0.000 genericpath.py:15(exists)
1 0.000 0.000 0.002 0.002 algorithms.py:13(swig_import_helper)
30 0.002 0.000 0.002 0.000 {posix.listdir}
361 0.001 0.000 0.002 0.000 version.py:238(__str__)
53 0.002 0.000 0.002 0.000 sre_compile.py:258(_mk_bitmap)
361 0.002 0.000 0.002 0.000 version.py:326(_cmpkey)
10751 0.002 0.000 0.002 0.000 {method 'endswith' of 'str' objects}
1 0.000 0.000 0.002 0.002 configuration.py:26(<module>)
1 0.001 0.001 0.002 0.002 __init__.py:15(<module>)
372 0.000 0.000 0.002 0.000 pkg_resources.py:1269(safe_name)
1 0.001 0.001 0.002 0.002 index_tricks.py:1(<module>)
1 0.001 0.001 0.002 0.002 configuration_custom.py:22(<module>)
3698 0.001 0.000 0.002 0.000 stat.py:55(S_ISLNK)
1 0.002 0.002 0.002 0.002 __init__.py:4(<module>)
7635 0.002 0.000 0.002 0.000 {method 'startswith' of 'str' objects}
22 0.000 0.000 0.002 0.000 abc.py:86(__new__)
924 0.001 0.000 0.002 0.000 pkg_resources.py:2404(key)
8120 0.002 0.000 0.002 0.000 {isinstance}
1 0.001 0.001 0.002 0.002 random.py:40(<module>)
1 0.000 0.000 0.002 0.002 config.py:5(<module>)
379 0.000 0.000 0.002 0.000 re.py:144(sub)
1 0.002 0.002 0.002 0.002 socket.py:45(<module>)
1 0.000 0.000 0.002 0.002 core.py:21(<module>)
1869 0.001 0.000 0.002 0.000 {method 'join' of 'str' objects}
1 0.001 0.001 0.002 0.002 case.py:1(<module>)
2842 0.001 0.000 0.002 0.000 sre_parse.py:195(match)
1 0.001 0.001 0.002 0.002 io.py:34(<module>)
1 0.000 0.000 0.002 0.002 pkg_resources.py:2097(declare_namespace)
1 0.001 0.001 0.002 0.002 numerictypes.py:82(<module>)
1 0.000 0.000 0.002 0.002 math.py:13(swig_import_helper)
5692 0.001 0.000 0.001 0.000 {method 'lower' of 'str' objects}
1 0.000 0.000 0.001 0.001 urllib2.py:76(<module>)
1 0.001 0.001 0.001 0.001 subprocess.py:387(<module>)
78 0.000 0.000 0.001 0.000 pkg_resources.py:1971(find_distributions)
1 0.000 0.000 0.001 0.001 urlparse.py:29(<module>)
1 0.000 0.000 0.001 0.001 util.py:5(<module>)
3223 0.001 0.000 0.001 0.000 {method 'split' of 'str' objects}
1 0.000 0.000 0.001 0.001 ConfigParser.py:88(<module>)
1 0.001 0.001 0.001 0.001 result.py:1(<module>)
1 0.001 0.001 0.001 0.001 ElementTree.py:59(<module>)
1 0.001 0.001 0.001 0.001 heapq.py:31(<module>)
1 0.000 0.000 0.001 0.001 _internal.py:6(<module>)
1 0.000 0.000 0.001 0.001 plistlib.py:51(<module>)
78 0.000 0.000 0.001 0.000 pkg_resources.py:2857(_find_adapter)
1 0.000 0.000 0.001 0.001 spawn.py:7(<module>)
368 0.001 0.000 0.001 0.000 {method 'search' of '_sre.SRE_Pattern' objects}
1130 0.001 0.000 0.001 0.000 mimetypes.py:78(add_type)
1 0.000 0.000 0.001 0.001 polynomial.py:4(<module>)
274 0.000 0.000 0.001 0.000 function_base.py:3251(add_newdoc)
1 0.000 0.000 0.001 0.001 fancy_getopt.py:9(<module>)
78 0.001 0.000 0.001 0.000 pkg_resources.py:2850(_get_mro)
372 0.000 0.000 0.001 0.000 posixpath.py:104(splitext)
40 0.000 0.000 0.001 0.000 core.py:109(get_object_signature)
1385 0.001 0.000 0.001 0.000 version.py:209(<genexpr>)
1 0.001 0.001 0.001 0.001 dis.py:1(<module>)
23 0.000 0.000 0.001 0.000 core.py:6058(__init__)
1 0.001 0.001 0.001 0.001 TP10X2.py:23(<module>)
1 0.001 0.001 0.001 0.001 npyio.py:1(<module>)
23 0.000 0.000 0.001 0.000 core.py:6063(getdoc)
1814 0.001 0.000 0.001 0.000 inspect.py:51(ismodule)
70 0.001 0.000 0.001 0.000 {imp.find_module}
1 0.000 0.000 0.001 0.001 sysconfig.py:10(<module>)
1 0.001 0.001 0.001 0.001 mimetools.py:1(<module>)
1 0.001 0.001 0.001 0.001 dist.py:1011(DistributionMetadata)
2 0.001 0.000 0.001 0.000 function_base.py:1(<module>)
82 0.001 0.000 0.001 0.000 _weakrefset.py:36(__init__)
1 0.000 0.000 0.001 0.001 ConfigParser.py:231(RawConfigParser)
1 0.000 0.000 0.001 0.001 main.py:1(<module>)
527 0.001 0.000 0.001 0.000 {method 'match' of '_sre.SRE_Pattern' objects}
31 0.001 0.000 0.001 0.000 _inspect.py:159(formatargspec)
372 0.001 0.000 0.001 0.000 genericpath.py:85(_splitext)
1 0.000 0.000 0.001 0.001 pickle.py:25(<module>)
421 0.001 0.000 0.001 0.000 sre_compile.py:354(_simple)
1 0.000 0.000 0.001 0.001 zipfile.py:3(<module>)
10 0.000 0.000 0.001 0.000 linecache.py:33(getlines)
1 0.000 0.000 0.001 0.001 config.py:359(BaseConfigurator)
1 0.001 0.001 0.001 0.001 runner.py:1(<module>)
1 0.000 0.000 0.001 0.001 version.py:27(<module>)
379 0.001 0.000 0.001 0.000 {method 'sub' of '_sre.SRE_Pattern' objects}
4 0.000 0.000 0.001 0.000 linecache.py:68(updatecache)
1 0.000 0.000 0.001 0.001 specifiers.py:213(LegacySpecifier)
1597 0.001 0.000 0.001 0.000 {method 'readline' of 'file' objects}
1 0.001 0.001 0.001 0.001 expat.py:1(<module>)
1967 0.001 0.000 0.001 0.000 sre_parse.py:126(__len__)
1 0.000 0.000 0.001 0.001 ElementPath.py:59(<module>)
517 0.000 0.000 0.001 0.000 pkg_resources.py:2518(__getattr__)
1076 0.000 0.000 0.001 0.000 posixpath.py:59(isabs)
2 0.001 0.000 0.001 0.000 __init__.py:24(<module>)
3983 0.001 0.000 0.001 0.000 {method 'group' of '_sre.SRE_Match' objects}
1478 0.000 0.000 0.001 0.000 sre_parse.py:138(append)
4075 0.001 0.000 0.001 0.000 stat.py:24(S_IFMT)
3744 0.001 0.000 0.001 0.000 {method 'partition' of 'str' objects}
299 0.001 0.000 0.001 0.000 zipfile.py:287(__init__)
362 0.000 0.000 0.001 0.000 inspect.py:398(getfile)
122 0.000 0.000 0.001 0.000 pkg_resources.py:1620(_has)
1 0.001 0.001 0.001 0.001 __init__.py:17(<module>)
4 0.000 0.000 0.001 0.000 warnings.py:45(filterwarnings)
4 0.001 0.000 0.001 0.000 {method 'readlines' of 'file' objects}
1 0.001 0.001 0.001 0.001 hashlib.py:55(<module>)
1 0.000 0.000 0.001 0.001 difflib.py:29(<module>)
1156 0.000 0.000 0.001 0.000 string.py:220(lower)
1 0.000 0.000 0.001 0.001 polynomial.py:55(<module>)
1709 0.001 0.000 0.001 0.000 {getattr}
1 0.000 0.000 0.001 0.001 urllib2.py:827(AbstractBasicAuthHandler)
1 0.000 0.000 0.001 0.001 pkg_resources.py:1683(MemoizedZipManifests)
1 0.000 0.000 0.001 0.001 loader.py:1(<module>)
405 0.001 0.000 0.001 0.000 {built-in method __new__ of type object at 0x101822598}
7 0.000 0.000 0.001 0.000 pkg_resources.py:1855(_index)
1 0.000 0.000 0.001 0.001 _parseaddr.py:7(<module>)
1 0.000 0.000 0.001 0.001 cmd.py:5(<module>)
2632 0.001 0.000 0.001 0.000 {method 'get' of 'dict' objects}
275 0.000 0.000 0.001 0.000 {__import__}
1 0.001 0.001 0.001 0.001 shutil.py:5(<module>)
1 0.000 0.000 0.000 0.000 {built-in method ParseFile}
1 0.000 0.000 0.000 0.000 version.py:63(StrictVersion)
1 0.000 0.000 0.000 0.000 linalg.py:10(<module>)
2047 0.000 0.000 0.000 0.000 {range}
150 0.000 0.000 0.000 0.000 sre_parse.py:225(_class_escape)
1330 0.000 0.000 0.000 0.000 {hasattr}
1 0.000 0.000 0.000 0.000 util.py:1(<module>)
1 0.000 0.000 0.000 0.000 arrayprint.py:5(<module>)
1 0.000 0.000 0.000 0.000 SocketServer.py:120(<module>)
1 0.000 0.000 0.000 0.000 numbers.py:6(<module>)
307 0.000 0.000 0.000 0.000 pkg_resources.py:1672(<genexpr>)
2210 0.000 0.000 0.000 0.000 {min}
117 0.000 0.000 0.000 0.000 re.py:134(match)
1 0.000 0.000 0.000 0.000 quoprimime.py:27(<module>)
990 0.000 0.000 0.000 0.000 sre_parse.py:90(__init__)
162 0.000 0.000 0.000 0.000 pkg_resources.py:1581(_fn)
1 0.000 0.000 0.000 0.000 __init__.py:3(<module>)
1 0.000 0.000 0.000 0.000 threading.py:1(<module>)
1 0.000 0.000 0.000 0.000 pkg_resources.py:2646(DistInfoDistribution)
1 0.000 0.000 0.000 0.000 bisect.py:1(<module>)
1385 0.000 0.000 0.000 0.000 version.py:246(<genexpr>)
1 0.000 0.000 0.000 0.000 utils.py:1(<module>)
1954 0.000 0.000 0.000 0.000 {method 'setdefault' of 'dict' objects}
974 0.000 0.000 0.000 0.000 {method 'rfind' of 'str' objects}
12 0.000 0.000 0.000 0.000 pyexpat.c:618(EndElement)
1 0.000 0.000 0.000 0.000 zipfile.py:420(_ZipDecrypter)
1 0.000 0.000 0.000 0.000 errors.py:9(<module>)
1 0.000 0.000 0.000 0.000 zipfile.py:433(_GenerateCRCTable)
1 0.000 0.000 0.000 0.000 TP.py:28(<module>)
1 0.000 0.000 0.000 0.000 {method 'randint' of 'mtrand.RandomState' objects}
12 0.000 0.000 0.000 0.000 plistlib.py:415(handleEndElement)
160 0.000 0.000 0.000 0.000 posixpath.py:127(dirname)
246 0.000 0.000 0.000 0.000 sre_parse.py:257(_escape)
15 0.000 0.000 0.000 0.000 abc.py:105(register)
10 0.000 0.000 0.000 0.000 plistlib.py:433(getData)
485 0.000 0.000 0.000 0.000 urllib.py:1203(<genexpr>)
1196 0.000 0.000 0.000 0.000 {method 'read' of 'cStringIO.StringI' objects}
376 0.000 0.000 0.000 0.000 stat.py:40(S_ISDIR)
2135 0.000 0.000 0.000 0.000 {chr}
485 0.000 0.000 0.000 0.000 urlparse.py:331(<genexpr>)
5 0.000 0.000 0.000 0.000 plistlib.py:451(end_key)
1 0.000 0.000 0.000 0.000 mimetypes.py:24(<module>)
1 0.000 0.000 0.000 0.000 zipfile.py:501(ZipExtFile)
310 0.000 0.000 0.000 0.000 {imp.get_suffixes}
21 0.000 0.000 0.000 0.000 {open}
1 0.000 0.000 0.000 0.000 version.py:228(LooseVersion)
10 0.000 0.000 0.000 0.000 {method 'encode' of 'unicode' objects}
88/60 0.000 0.000 0.000 0.000 {issubclass}
312 0.000 0.000 0.000 0.000 {method 'format' of 'str' objects}
1 0.000 0.000 0.000 0.000 __init__.py:71(search_function)
1 0.000 0.000 0.000 0.000 opcode.py:5(<module>)
20/15 0.000 0.000 0.000 0.000 abc.py:148(__subclasscheck__)
26 0.000 0.000 0.000 0.000 pkg_resources.py:1948(__init__)
1 0.000 0.000 0.000 0.000 htmlentitydefs.py:1(<module>)
8 0.000 0.000 0.000 0.000 zipfile.py:201(_EndRecData)
1 0.000 0.000 0.000 0.000 defmatrix.py:1(<module>)
1 0.000 0.000 0.000 0.000 __init__.py:5(<module>)
1 0.000 0.000 0.000 0.000 TP.py:314(_initEphemerals)
85 0.000 0.000 0.000 0.000 abc.py:89(<genexpr>)
1083 0.000 0.000 0.000 0.000 version.py:283(_parse_letter_version)
88 0.000 0.000 0.000 0.000 sre_parse.py:178(__init__)
61 0.000 0.000 0.000 0.000 {all}
1 0.000 0.000 0.000 0.000 pkg_resources.py:358(get_build_platform)
1 0.000 0.000 0.000 0.000 sysconfig.py:518(get_platform)
18 0.000 0.000 0.000 0.000 {numpy.core.multiarray.zeros}
185 0.000 0.000 0.000 0.000 sre_parse.py:72(opengroup)
1 0.000 0.000 0.000 0.000 extras.py:10(<module>)
1 0.000 0.000 0.000 0.000 numerictypes.py:305(_add_aliases)
8 0.000 0.000 0.000 0.000 zipfile.py:868(namelist)
1 0.000 0.000 0.000 0.000 calendar.py:6(<module>)
1 0.000 0.000 0.000 0.000 _polybase.py:8(<module>)
88 0.000 0.000 0.000 0.000 {_sre.compile}
26 0.000 0.000 0.000 0.000 pkg_resources.py:1603(_setup_prefix)
40 0.000 0.000 0.000 0.000 _inspect.py:120(getargspec)
157 0.000 0.000 0.000 0.000 pkgutil.py:366(get_importer)
1 0.000 0.000 0.000 0.000 {posix.popen}
1 0.000 0.000 0.000 0.000 _osx_support.py:429(get_platform_osx)
47 0.000 0.000 0.000 0.000 sre_parse.py:216(isname)
1 0.000 0.000 0.000 0.000 mimetypes.py:64(__init__)
7 0.000 0.000 0.000 0.000 pkg_resources.py:1529(get_metadata_lines)
459 0.000 0.000 0.000 0.000 collections.py:329(<genexpr>)
350 0.000 0.000 0.000 0.000 sre_compile.py:51(fixup)
1 0.000 0.000 0.000 0.000 __init__.py:10(<module>)
7 0.000 0.000 0.000 0.000 pkg_resources.py:1519(get_metadata)
48 0.000 0.000 0.000 0.000 {posix.access}
1 0.000 0.000 0.000 0.000 hermite.py:59(<module>)
1 0.000 0.000 0.000 0.000 re.py:169(findall)
322 0.000 0.000 0.000 0.000 pkg_resources.py:1940(__init__)
1 0.000 0.000 0.000 0.000 ConfigParser.py:588(ConfigParser)
280 0.000 0.000 0.000 0.000 {method 'strip' of 'str' objects}
7 0.000 0.000 0.000 0.000 pkg_resources.py:1632(_get)
146 0.000 0.000 0.000 0.000 {method 'index' of 'list' objects}
1 0.000 0.000 0.000 0.000 fftpack.py:32(<module>)
3 0.000 0.000 0.000 0.000 numeric.py:351(extend_all)
185 0.000 0.000 0.000 0.000 sre_parse.py:83(closegroup)
299 0.000 0.000 0.000 0.000 zipfile.py:900(getinfo)
1 0.000 0.000 0.000 0.000 errors.py:5(<module>)
1 0.000 0.000 0.000 0.000 fromnumeric.py:3(<module>)
315 0.000 0.000 0.000 0.000 {_struct.unpack}
1 0.000 0.000 0.000 0.000 TP.py:52(TP)
660 0.000 0.000 0.000 0.000 {_sre.getlower}
19 0.000 0.000 0.000 0.000 nosetester.py:181(__init__)
341 0.000 0.000 0.000 0.000 {method 'replace' of 'str' objects}
1 0.000 0.000 0.000 0.000 spatial_pooler.py:22(<module>)
32 0.000 0.000 0.000 0.000 {method 'seek' of 'file' objects}
1 0.000 0.000 0.000 0.000 base64.py:3(<module>)
1 0.000 0.000 0.000 0.000 ConfigParser.py:686(SafeConfigParser)
1 0.000 0.000 0.000 0.000 _iotools.py:3(<module>)
1332 0.000 0.000 0.000 0.000 {ord}
9 0.000 0.000 0.000 0.000 extras.py:241(__init__)
866 0.000 0.000 0.000 0.000 sre_compile.py:24(_identityfunction)
1 0.000 0.000 0.000 0.000 numerictypes.py:964(_register_types)
121 0.000 0.000 0.000 0.000 {method 'items' of 'dict' objects}
1 0.000 0.000 0.000 0.000 algorithms.py:1550(Inhibition2)
9 0.000 0.000 0.000 0.000 extras.py:245(getdoc)
1 0.000 0.000 0.000 0.000 os.py:473(update)
1 0.000 0.000 0.000 0.000 ssl.py:56(<module>)
176 0.000 0.000 0.000 0.000 sre_compile.py:472(isstring)
26 0.000 0.000 0.000 0.000 numerictypes.py:233(bitname)
1 0.000 0.000 0.000 0.000 message.py:92(Message)
1 0.000 0.000 0.000 0.000 math.py:5969(Random)
61 0.000 0.000 0.000 0.000 collections.py:355(<genexpr>)
724 0.000 0.000 0.000 0.000 _structures.py:43(__neg__)
31 0.000 0.000 0.000 0.000 _inspect.py:61(getargs)
421 0.000 0.000 0.000 0.000 sre_parse.py:134(__setitem__)
27 0.000 0.000 0.000 0.000 core.py:829(__init__)
74 0.000 0.000 0.000 0.000 os.py:470(__setitem__)
139 0.000 0.000 0.000 0.000 pkg_resources.py:638(__iter__)
1 0.000 0.000 0.000 0.000 _polybase.py:19(ABCPolyBase)
1 0.000 0.000 0.000 0.000 chebyshev.py:87(<module>)
43 0.000 0.000 0.000 0.000 _weakrefset.py:58(__iter__)
299 0.000 0.000 0.000 0.000 zipfile.py:383(_decodeExtra)
1 0.000 0.000 0.000 0.000 math.py:852(FloatVector)
1 0.000 0.000 0.000 0.000 hermite_e.py:59(<module>)
8 0.000 0.000 0.000 0.000 core.py:7285(__init__)
1 0.000 0.000 0.000 0.000 legendre.py:83(<module>)
299 0.000 0.000 0.000 0.000 zipfile.py:377(_decodeFilename)
1 0.000 0.000 0.000 0.000 laguerre.py:59(<module>)
1 0.000 0.000 0.000 0.000 __init__.py:265(_reset_cache)
5 0.000 0.000 0.000 0.000 {posix.getcwd}
1 0.000 0.000 0.000 0.000 __init__.py:47(<module>)
361 0.000 0.000 0.000 0.000 version.py:315(_parse_local_version)
1 0.000 0.000 0.000 0.000 scimath.py:17(<module>)
4 0.000 0.000 0.000 0.000 {dir}
11 0.000 0.000 0.000 0.000 genericpath.py:26(isfile)
1 0.000 0.000 0.000 0.000 defchararray.py:17(<module>)
1 0.000 0.000 0.000 0.000 os.py:504(copy)
1 0.000 0.000 0.000 0.000 records.py:36(<module>)
1 0.000 0.000 0.000 0.000 ascii.py:8(<module>)
70 0.000 0.000 0.000 0.000 posixpath.py:119(basename)
427 0.000 0.000 0.000 0.000 version.py:335(<lambda>)
1 0.000 0.000 0.000 0.000 polyutils.py:45(<module>)
74 0.000 0.000 0.000 0.000 {posix.putenv}
8 0.000 0.000 0.000 0.000 core.py:7290(getdoc)
1 0.000 0.000 0.000 0.000 core.py:2581(MaskedArray)
1 0.000 0.000 0.000 0.000 ssl.py:100(SSLSocket)
300 0.000 0.000 0.000 0.000 {method 'find' of 'str' objects}
3 0.000 0.000 0.000 0.000 __init__.py:78(CFUNCTYPE)
1 0.000 0.000 0.000 0.000 os.py:497(clear)
88 0.000 0.000 0.000 0.000 sre_parse.py:67(__init__)
38 0.000 0.000 0.000 0.000 {numpy.core.multiarray.array}
12 0.000 0.000 0.000 0.000 functools.py:17(update_wrapper)
8 0.000 0.000 0.000 0.000 zipfile.py:796(__exit__)
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>)
186 0.000 0.000 0.000 0.000 {method 'remove' of 'list' objects}
1 0.000 0.000 0.000 0.000 dist.py:34(Distribution)
1 0.000 0.000 0.000 0.000 os.py:35(_get_exports_list)
271 0.000 0.000 0.000 0.000 {numpy.lib._compiled_base.add_docstring}
1 0.000 0.000 0.000 0.000 _endian.py:4(<module>)
12 0.000 0.000 0.000 0.000 {method 'close' of 'file' objects}
8 0.000 0.000 0.000 0.000 zipfile.py:158(_EndRecData64)
16 0.000 0.000 0.000 0.000 zipfile.py:1247(close)
1 0.000 0.000 0.000 0.000 __init__.py:14(<module>)
1 0.000 0.000 0.000 0.000 signals.py:1(<module>)
61 0.000 0.000 0.000 0.000 collections.py:353(<genexpr>)
1 0.000 0.000 0.000 0.000 contextlib.py:1(<module>)
4 0.000 0.000 0.000 0.000 {posix.uname}
18 0.000 0.000 0.000 0.000 core.py:908(__init__)
1 0.000 0.000 0.000 0.000 math.py:5978(__init__)
1 0.000 0.000 0.000 0.000 random.py:91(__init__)
1 0.000 0.000 0.000 0.000 numerictypes.py:289(_add_types)
1 0.000 0.000 0.000 0.000 cgi.py:7(<module>)
12 0.000 0.000 0.000 0.000 pyexpat.c:566(StartElement)
244 0.000 0.000 0.000 0.000 {max}
1 0.000 0.000 0.000 0.000 random.py:100(seed)
1 0.000 0.000 0.000 0.000 threading.py:1090(__init__)
138 0.000 0.000 0.000 0.000 pkg_resources.py:875(_added_new)
33 0.000 0.000 0.000 0.000 pkg_resources.py:1733(_zipinfo_name)
1 0.000 0.000 0.000 0.000 numerictypes.py:459(_set_array_types)
3 0.000 0.000 0.000 0.000 {method 'copy' of 'dict' objects}
1 0.000 0.000 0.000 0.000 getlimits.py:3(<module>)
247 0.000 0.000 0.000 0.000 sre_parse.py:210(isident)
1 0.000 0.000 0.000 0.000 math.py:3136(_SparseMatrix32)
1 0.000 0.000 0.000 0.000 _import_tools.py:1(<module>)
3 0.000 0.000 0.000 0.000 __init__.py:493(PYFUNCTYPE)
1 0.000 0.000 0.000 0.000 archive_util.py:4(<module>)
327 0.000 0.000 0.000 0.000 posixpath.py:51(normcase)
1 0.000 0.000 0.000 0.000 {_math.new_Random}
7 0.000 0.000 0.000 0.000 specifiers.py:265(_require_version_compare)
1 0.000 0.000 0.000 0.000 _structures.py:14(<module>)
14 0.000 0.000 0.000 0.000 __init__.py:147(_check_size)
1 0.000 0.000 0.000 0.000 _compat.py:38(__new__)
12 0.000 0.000 0.000 0.000 plistlib.py:409(handleBeginElement)
119 0.000 0.000 0.000 0.000 opcode.py:27(def_op)
1 0.000 0.000 0.000 0.000 symbol.py:3(<module>)
21 0.000 0.000 0.000 0.000 dist.py:119(<lambda>)
1 0.000 0.000 0.000 0.000 machar.py:7(<module>)
55 0.000 0.000 0.000 0.000 {repr}
1 0.000 0.000 0.000 0.000 BaseHTTPServer.py:18(<module>)
1 0.000 0.000 0.000 0.000 nosetester.py:6(<module>)
161 0.000 0.000 0.000 0.000 {method 'rstrip' of 'str' objects}
1 0.000 0.000 0.000 0.000 token.py:3(<module>)
74 0.000 0.000 0.000 0.000 _inspect.py:152(strseq)
74 0.000 0.000 0.000 0.000 {posix.unsetenv}
1 0.000 0.000 0.000 0.000 consoleprinter.py:29(<module>)
1 0.000 0.000 0.000 0.000 dir_util.py:3(<module>)
12 0.000 0.000 0.000 0.000 ctypeslib.py:303(prep_simple)
1 0.000 0.000 0.000 0.000 result.py:26(TestResult)
1 0.000 0.000 0.000 0.000 ccompiler.py:4(<module>)
2 0.000 0.000 0.000 0.000 {_ctypes.POINTER}
50 0.000 0.000 0.000 0.000 inspect.py:181(istraceback)
1 0.000 0.000 0.000 0.000 twodim_base.py:3(<module>)
1 0.000 0.000 0.000 0.000 extension.py:4(<module>)
40 0.000 0.000 0.000 0.000 inspect.py:59(isclass)
1 0.000 0.000 0.000 0.000 {eval}
91 0.000 0.000 0.000 0.000 {method 'extend' of 'list' objects}
1 0.000 0.000 0.000 0.000 numerictypes.py:788(_construct_lookups)
1 0.000 0.000 0.000 0.000 linalg.py:76(_determine_error_states)
40 0.000 0.000 0.000 0.000 inspect.py:67(ismethod)
1 0.000 0.000 0.000 0.000 _compat.py:30(with_metaclass)
1 0.000 0.000 0.000 0.000 numerictypes.py:346(_add_integer_aliases)
398 0.000 0.000 0.000 0.000 {method 'isalnum' of 'str' objects}
1 0.000 0.000 0.000 0.000 rfc822.py:71(<module>)
1 0.000 0.000 0.000 0.000 <string>:1(<module>)
30 0.000 0.000 0.000 0.000 numerictypes.py:451(_add_array_type)
3 0.000 0.000 0.000 0.000 result.py:14(failfast)
1 0.000 0.000 0.000 0.000 memmap.py:1(<module>)
1 0.000 0.000 0.000 0.000 configuration_base.py:23(<module>)
21 0.000 0.000 0.000 0.000 fancy_getopt.py:469(translate_longopt)
1 0.000 0.000 0.000 0.000 sysconfig.py:50(_python_build)
1 0.000 0.000 0.000 0.000 threading.py:656(__init__)
2 0.000 0.000 0.000 0.000 contextlib.py:54(contextmanager)
2 0.000 0.000 0.000 0.000 utils.py:113(deprecate)
116 0.000 0.000 0.000 0.000 pkgutil.py:173(__init__)
72 0.000 0.000 0.000 0.000 numerictypes.py:131(english_lower)
2 0.000 0.000 0.000 0.000 shape_base.py:1(<module>)
20 0.000 0.000 0.000 0.000 _weakrefset.py:26(__exit__)
40 0.000 0.000 0.000 0.000 _inspect.py:15(ismethod)
33 0.000 0.000 0.000 0.000 pyexpat.c:441(CharacterData)
1 0.000 0.000 0.000 0.000 filelist.py:5(<module>)
1 0.000 0.000 0.000 0.000 {posix.urandom}
21 0.000 0.000 0.000 0.000 numerictypes.py:220(_evalname)
1 0.000 0.000 0.000 0.000 __init__.py:349(__init__)
21 0.000 0.000 0.000 0.000 {numpy.core.multiarray.empty}
19 0.000 0.000 0.000 0.000 tokenize.py:44(group)
43 0.000 0.000 0.000 0.000 _inspect.py:163(<lambda>)
4 0.000 0.000 0.000 0.000 pkg_resources.py:198(_declare_state)
1 0.000 0.000 0.000 0.000 socket.py:179(_socketobject)
35 0.000 0.000 0.000 0.000 _weakrefset.py:81(add)
1 0.000 0.000 0.000 0.000 arrayterator.py:9(<module>)
5 0.000 0.000 0.000 0.000 getlimits.py:244(__init__)
1 0.000 0.000 0.000 0.000 getopt.py:15(<module>)
1 0.000 0.000 0.000 0.000 inspect.py:822(getargvalues)
356 0.000 0.000 0.000 0.000 {globals}
27 0.000 0.000 0.000 0.000 {method 'update' of 'dict' objects}
50 0.000 0.000 0.000 0.000 inspect.py:191(isframe)
1 0.000 0.000 0.000 0.000 defchararray.py:1668(chararray)
1 0.000 0.000 0.000 0.000 pkg_resources.py:2919(_initialize)
160 0.000 0.000 0.000 0.000 {method 'add' of 'set' objects}
14 0.000 0.000 0.000 0.000 pkg_resources.py:2184(yield_lines)
1 0.000 0.000 0.000 0.000 stride_tricks.py:7(<module>)
9 0.000 0.000 0.000 0.000 core.py:2428(__init__)
72 0.000 0.000 0.000 0.000 UserDict.py:18(__getitem__)
1 0.000 0.000 0.000 0.000 polynomial.py:1493(Polynomial)
32 0.000 0.000 0.000 0.000 {sys._getframe}
40 0.000 0.000 0.000 0.000 inspect.py:142(isfunction)
55 0.000 0.000 0.000 0.000 abc.py:15(abstractmethod)
41 0.000 0.000 0.000 0.000 inspect.py:209(iscode)
1 0.000 0.000 0.000 0.000 uu.py:31(<module>)
6 0.000 0.000 0.000 0.000 core.py:1054(__init__)
20 0.000 0.000 0.000 0.000 _weakrefset.py:20(__enter__)
1 0.000 0.000 0.000 0.000 algorithms.py:2303(Cells4)
21 0.000 0.000 0.000 0.000 string.py:482(translate)
2 0.000 0.000 0.000 0.000 utils.py:69(__call__)
1 0.000 0.000 0.000 0.000 algorithms.py:605(svm_parameter)
1 0.000 0.000 0.000 0.000 dep_util.py:5(<module>)
1 0.000 0.000 0.000 0.000 numerictypes.py:436(_construct_char_code_lookup)
23 0.000 0.000 0.000 0.000 {_struct.calcsize}
33 0.000 0.000 0.000 0.000 plistlib.py:420(handleData)
1 0.000 0.000 0.000 0.000 spatial_pooler.py:37(SpatialPooler)
5 0.000 0.000 0.000 0.000 plistlib.py:469(end_string)
20 0.000 0.000 0.000 0.000 {method 'keys' of 'dict' objects}
1 0.000 0.000 0.000 0.000 pkg_resources.py:1492(NullProvider)
12 0.000 0.000 0.000 0.000 functools.py:39(wraps)
2 0.000 0.000 0.000 0.000 {zip}
48 0.000 0.000 0.000 0.000 pkg_resources.py:2853(cls)
1 0.000 0.000 0.000 0.000 keyword.py:11(<module>)
1 0.000 0.000 0.000 0.000 collections.py:26(OrderedDict)
1 0.000 0.000 0.000 0.000 calendar.py:47(_localized_month)
1 0.000 0.000 0.000 0.000 threading.py:541(Event)
1 0.000 0.000 0.000 0.000 numbers.py:34(Complex)
1 0.000 0.000 0.000 0.000 pprint.py:35(<module>)
1 0.000 0.000 0.000 0.000 pkg_resources.py:1306(MarkerEvaluation)
2 0.000 0.000 0.000 0.000 threading.py:241(Condition)
1 0.000 0.000 0.000 0.000 format.py:136(<module>)
11 0.000 0.000 0.000 0.000 opcode.py:31(name_op)
1 0.000 0.000 0.000 0.000 pickle.py:827(Unpickler)
1 0.000 0.000 0.000 0.000 inspect.py:744(getargs)
40 0.000 0.000 0.000 0.000 _inspect.py:26(isfunction)
1 0.000 0.000 0.000 0.000 specifiers.py:31(BaseSpecifier)
1 0.000 0.000 0.000 0.000 algorithms.py:2419(setVerbosity)
61 0.000 0.000 0.000 0.000 {method '__contains__' of 'frozenset' objects}
76 0.000 0.000 0.000 0.000 {setattr}
1 0.000 0.000 0.000 0.000 threading.py:560(__init__)
139 0.000 0.000 0.000 0.000 {imp.release_lock}
6 0.000 0.000 0.000 0.000 hashlib.py:94(__get_openssl_constructor)
8 0.000 0.000 0.000 0.000 <string>:8(__new__)
1 0.000 0.000 0.000 0.000 case.py:133(TestCase)
2 0.000 0.000 0.000 0.000 numeric.py:2428(seterr)
1 0.000 0.000 0.000 0.000 _methods.py:5(<module>)
9 0.000 0.000 0.000 0.000 {method 'find_module' of 'zipimport.zipimporter' objects}
134 0.000 0.000 0.000 0.000 {method 'translate' of 'str' objects}
1 0.000 0.000 0.000 0.000 algorithms.py:1922(Segment)
1 0.000 0.000 0.000 0.000 _version.py:7(<module>)
1 0.000 0.000 0.000 0.000 _iotools.py:468(StringConverter)
8 0.000 0.000 0.000 0.000 {cStringIO.StringIO}
1 0.000 0.000 0.000 0.000 BaseHTTPServer.py:114(BaseHTTPRequestHandler)
1 0.000 0.000 0.000 0.000 algorithms.py:472(svm_model)
1 0.000 0.000 0.000 0.000 math.py:4686(_SM_01_32_32)
1 0.000 0.000 0.000 0.000 algorithms.py:857(Float32SeparableConvolution2D)
1 0.000 0.000 0.000 0.000 math.py:5651(PySparseTensor)
31 0.000 0.000 0.000 0.000 _inspect.py:39(iscode)
9 0.000 0.000 0.000 0.000 core.py:2434(getdoc)
2 0.000 0.000 0.000 0.000 copy_reg.py:14(pickle)
1 0.000 0.000 0.000 0.000 algorithms.py:1598(FDRCSpatial)
2 0.000 0.000 0.000 0.000 threading.py:259(__init__)
1 0.000 0.000 0.000 0.000 numbers.py:295(Integral)
1 0.000 0.000 0.000 0.000 StringIO.py:30(<module>)
1 0.000 0.000 0.000 0.000 __future__.py:48(<module>)
24 0.000 0.000 0.000 0.000 _weakrefset.py:68(__contains__)
1 0.000 0.000 0.000 0.000 defmatrix.py:206(matrix)
1 0.000 0.000 0.000 0.000 numerictypes.py:387(_set_up_aliases)
1 0.000 0.000 0.000 0.000 ascii.py:41(getregentry)
14 0.000 0.000 0.000 0.000 numerictypes.py:185(english_capitalize)
1 0.000 0.000 0.000 0.000 threading.py:640(Thread)
1 0.000 0.000 0.000 0.000 pickle.py:171(Pickler)
1 0.000 0.000 0.000 0.000 {function seed at 0x101fb56e0}
1 0.000 0.000 0.000 0.000 httplib.py:1180(HTTPS)
1 0.000 0.000 0.000 0.000 algorithms.py:1332(FDRSpatial)
1 0.000 0.000 0.000 0.000 threading.py:422(_Semaphore)
1 0.000 0.000 0.000 0.000 threading.py:575(set)
1 0.000 0.000 0.000 0.000 threading.py:113(RLock)
5 0.000 0.000 0.000 0.000 warnings.py:339(__enter__)
40 0.000 0.000 0.000 0.000 numerictypes.py:158(english_upper)
1 0.000 0.000 0.000 0.000 pkg_resources.py:2332(Distribution)
139 0.000 0.000 0.000 0.000 {imp.acquire_lock}
1 0.000 0.000 0.000 0.000 <string>:1(_Version)
1 0.000 0.000 0.000 0.000 algorithms.py:389(svm_problem01)
1 0.000 0.000 0.000 0.000 algorithms.py:152(problem)
1 0.000 0.000 0.000 0.000 nanfunctions.py:16(<module>)
1 0.000 0.000 0.000 0.000 ccompiler.py:23(CCompiler)
5 0.000 0.000 0.000 0.000 warnings.py:318(__init__)
30 0.000 0.000 0.000 0.000 {method 'pop' of 'list' objects}
1 0.000 0.000 0.000 0.000 dist.py:171(Distribution)
1 0.000 0.000 0.000 0.000 <string>:1(Attribute)
3 0.000 0.000 0.000 0.000 index_tricks.py:242(__init__)
1 0.000 0.000 0.000 0.000 algorithms.py:3559(ConnectionsSynapseVector)
1 0.000 0.000 0.000 0.000 numeric.py:2813(__enter__)
1 0.000 0.000 0.000 0.000 numbers.py:169(Real)
1 0.000 0.000 0.000 0.000 debug.py:1(<module>)
5 0.000 0.000 0.000 0.000 math.py:2940(GetNTAReal)
1 0.000 0.000 0.000 0.000 algorithms.py:3721(ConnectionsSegmentVector)
1 0.000 0.000 0.000 0.000 algorithms.py:1154(Size_T_Vector)
1 0.000 0.000 0.000 0.000 file_util.py:4(<module>)
24 0.000 0.000 0.000 0.000 pkg_resources.py:1903(__init__)
1 0.000 0.000 0.000 0.000 log.py:1(<module>)
1 0.000 0.000 0.000 0.000 <string>:1(Match)
1 0.000 0.000 0.000 0.000 <string>:1(manifest_mod)
1 0.000 0.000 0.000 0.000 <string>:1(Mismatch)
1 0.000 0.000 0.000 0.000 algorithms.py:120(feature_node)
2 0.000 0.000 0.000 0.000 {math.log}
1 0.000 0.000 0.000 0.000 cmd.py:14(Command)
1 0.000 0.000 0.000 0.000 random.py:72(Random)
1 0.000 0.000 0.000 0.000 algorithms.py:979(Byte_Vector)
1 0.000 0.000 0.000 0.000 algorithms.py:3883(ConnectionsCellVector)
1 0.000 0.000 0.000 0.000 _internal.py:196(_getintp_ctype)
1 0.000 0.000 0.000 0.000 mimetypes.py:381(_default_mime_types)
1 0.000 0.000 0.000 0.000 __init__.py:1376(__init__)
1 0.000 0.000 0.000 0.000 {_algorithms.Cells4_setVerbosity}
1 0.000 0.000 0.000 0.000 math.py:204(VectorOfInt32)
1 0.000 0.000 0.000 0.000 math.py:1798(StringStringList)
1 0.000 0.000 0.000 0.000 algorithms.py:324(svm_problem)
1 0.000 0.000 0.000 0.000 <string>:1(SplitResult)
1 0.000 0.000 0.000 0.000 helper.py:4(<module>)
1 0.000 0.000 0.000 0.000 arraypad.py:5(<module>)
1 0.000 0.000 0.000 0.000 math.py:1014(DoubleVector)
1 0.000 0.000 0.000 0.000 pkg_resources.py:1656(ZipManifests)
1 0.000 0.000 0.000 0.000 __init__.py:49(normalize_encoding)
1 0.000 0.000 0.000 0.000 handlers.py:635(SysLogHandler)
2 0.000 0.000 0.000 0.000 numeric.py:1717(set_string_function)
3 0.000 0.000 0.000 0.000 dist.py:29(_get_unpatched)
1 0.000 0.000 0.000 0.000 <string>:1(Arguments)
1 0.000 0.000 0.000 0.000 py3k.py:4(<module>)
1 0.000 0.000 0.000 0.000 decorators.py:15(<module>)
1 0.000 0.000 0.000 0.000 httplib.py:680(HTTPConnection)
1 0.000 0.000 0.000 0.000 <string>:1(ArgInfo)
1 0.000 0.000 0.000 0.000 hermite.py:1750(Hermite)
1 0.000 0.000 0.000 0.000 quopri.py:3(<module>)
1 0.000 0.000 0.000 0.000 numeric.py:2824(_setdef)
1 0.000 0.000 0.000 0.000 zipfile.py:705(ZipFile)
1 0.000 0.000 0.000 0.000 algorithms.py:3299(FlatSpatialPooler)
1 0.000 0.000 0.000 0.000 <string>:1(ArgSpec)
1 0.000 0.000 0.000 0.000 algorithms.py:260(linear)
1 0.000 0.000 0.000 0.000 pkg_resources.py:521(WorkingSet)
1 0.000 0.000 0.000 0.000 <string>:1(ParseResult)
6 0.000 0.000 0.000 0.000 opcode.py:39(jabs_op)
1 0.000 0.000 0.000 0.000 plistlib.py:448(end_dict)
19 0.000 0.000 0.000 0.000 __init__.py:75(__init__)
5 0.000 0.000 0.000 0.000 warnings.py:355(__exit__)
1 0.000 0.000 0.000 0.000 <string>:1(Traceback)
1 0.000 0.000 0.000 0.000 extras.py:1546(__init__)
1 0.000 0.000 0.000 0.000 TP10X2.py:64(TP10X2)
1 0.000 0.000 0.000 0.000 ElementTree.py:171(Element)
1 0.000 0.000 0.000 0.000 chebyshev.py:2017(Chebyshev)
1 0.000 0.000 0.000 0.000 financial.py:10(<module>)
1 0.000 0.000 0.000 0.000 <string>:1(ModuleInfo)
1 0.000 0.000 0.000 0.000 math.py:2346(VectorOfVectorsOfPairsOfUInt32)
1 0.000 0.000 0.000 0.000 core.py:5827(MaskedConstant)
1 0.000 0.000 0.000 0.000 algorithms.py:4251(Connections)
1 0.000 0.000 0.000 0.000 algorithms.py:4098(ConnectionsSegment)
1 0.000 0.000 0.000 0.000 algorithms.py:195(model)
1 0.000 0.000 0.000 0.000 math.py:2184(VectorOfPairsOfUInt32)
8 0.000 0.000 0.000 0.000 zipfile.py:1243(__del__)
1 0.000 0.000 0.000 0.000 pkg_resources.py:1723(ZipProvider)
1 0.000 0.000 0.000 0.000 iterators.py:5(<module>)
1 0.000 0.000 0.000 0.000 {pyexpat.ParserCreate}
1 0.000 0.000 0.000 0.000 algorithms.py:2218(Cell)
1 0.000 0.000 0.000 0.000 plistlib.py:444(begin_dict)
1 0.000 0.000 0.000 0.000 threading.py:399(notifyAll)
1 0.000 0.000 0.000 0.000 threading.py:131(__init__)
1 0.000 0.000 0.000 0.000 math.py:1504(StringSet)
1 0.000 0.000 0.000 0.000 math.py:1176(StringVector)
1 0.000 0.000 0.000 0.000 math.py:366(VectorOfInt64)
1 0.000 0.000 0.000 0.000 math.py:1622(StringMap)
1 0.000 0.000 0.000 0.000 math.py:2732(VectorOfPairsUInt32Real64)
1 0.000 0.000 0.000 0.000 _inspect.py:7(<module>)
1 0.000 0.000 0.000 0.000 _compat.py:14(<module>)
1 0.000 0.000 0.000 0.000 math.py:5391(_Gaussian2D_32)
1 0.000 0.000 0.000 0.000 math.py:690(VectorOfUInt64)
1 0.000 0.000 0.000 0.000 rfc822.py:85(Message)
1 0.000 0.000 0.000 0.000 legendre.py:1770(Legendre)
1 0.000 0.000 0.000 0.000 subprocess.py:647(Popen)
3 0.000 0.000 0.000 0.000 {numpy.core.umath.seterrobj}
1 0.000 0.000 0.000 0.000 atexit.py:6(<module>)
1 0.000 0.000 0.000 0.000 math.py:2570(VectorOfPairsUInt32Real32)
8 0.000 0.000 0.000 0.000 {method 'tell' of 'file' objects}
1 0.000 0.000 0.000 0.000 algorithms.py:770(svm_01)
1 0.000 0.000 0.000 0.000 __init__.py:1110(__init__)
1 0.000 0.000 0.000 0.000 numeric.py:2818(__exit__)
1 0.000 0.000 0.000 0.000 hermite_e.py:1747(HermiteE)
1 0.000 0.000 0.000 0.000 math.py:1960(StringMapList)
1 0.000 0.000 0.000 0.000 algorithms.py:902(Float32Rotation45)
1 0.000 0.000 0.000 0.000 math.py:528(VectorOfUInt32)
1 0.000 0.000 0.000 0.000 algorithms.py:4045(ConnectionsCell)
1 0.000 0.000 0.000 0.000 urllib.py:116(URLopener)
20 0.000 0.000 0.000 0.000 _weakrefset.py:52(_commit_removals)
1 0.000 0.000 0.000 0.000 algorithms.py:3443(FastCLAClassifier)
1 0.000 0.000 0.000 0.000 copy.py:66(copy)
1 0.000 0.000 0.000 0.000 urlparse.py:73(ResultMixin)
1 0.000 0.000 0.000 0.000 pkg_resources.py:1049(ResourceManager)
1 0.000 0.000 0.000 0.000 math.py:1338(StringList)
1 0.000 0.000 0.000 0.000 extras.py:1476(__init__)
1 0.000 0.000 0.000 0.000 polynomial.py:933(poly1d)
1 0.000 0.000 0.000 0.000 loader.py:38(TestLoader)
1 0.000 0.000 0.000 0.000 algorithms.py:1867(CStateIndexed)
1 0.000 0.000 0.000 0.000 info.py:147(<module>)
1 0.000 0.000 0.000 0.000 codecs.py:77(__new__)
1 0.000 0.000 0.000 0.000 math.py:2539(PairUInt32Real64)
1 0.000 0.000 0.000 0.000 specifiers.py:88(_IndividualSpecifier)
1 0.000 0.000 0.000 0.000 algorithms.py:457(decision_function)
1 0.000 0.000 0.000 0.000 warnings.py:74(simplefilter)
1 0.000 0.000 0.000 0.000 runner.py:28(TextTestResult)
1 0.000 0.000 0.000 0.000 {_math.SwigPyIterator_swigregister}
1 0.000 0.000 0.000 0.000 cgi.py:343(FieldStorage)
1 0.000 0.000 0.000 0.000 socket.py:235(_fileobject)
1 0.000 0.000 0.000 0.000 info.py:176(<module>)
1 0.000 0.000 0.000 0.000 math.py:2122(StringIntPair)
1 0.000 0.000 0.000 0.000 algorithms.py:4206(SegmentData)
1 0.000 0.000 0.000 0.000 __config__.py:3(<module>)
1 0.000 0.000 0.000 0.000 pkg_resources.py:83(_SetuptoolsVersionMixin)
1 0.000 0.000 0.000 0.000 algorithms.py:665(svm_dense)
1 0.000 0.000 0.000 0.000 feedparser.py:137(FeedParser)
1 0.000 0.000 0.000 0.000 arraysetops.py:26(<module>)
1 0.000 0.000 0.000 0.000 httplib.py:325(HTTPResponse)
6 0.000 0.000 0.000 0.000 opcode.py:35(jrel_op)
2 0.000 0.000 0.000 0.000 getlimits.py:269(max)
1 0.000 0.000 0.000 0.000 parser.py:17(Parser)
1 0.000 0.000 0.000 0.000 mimetypes.py:56(MimeTypes)
1 0.000 0.000 0.000 0.000 algorithms.py:4190(SynapseData)
1 0.000 0.000 0.000 0.000 handlers.py:431(SocketHandler)
1 0.000 0.000 0.000 0.000 algorithms.py:173(parameter)
1 0.000 0.000 0.000 0.000 algorithms.py:568(QMatrix01)
1 0.000 0.000 0.000 0.000 weakref.py:47(__init__)
1 0.000 0.000 0.000 0.000 algorithms.py:4152(ConnectionsSynapse)
50 0.000 0.000 0.000 0.000 {_ctypes.sizeof}
1 0.000 0.000 0.000 0.000 math.py:5256(_NearestNeighbor32)
1 0.000 0.000 0.000 0.000 TP.py:582(resetStats)
1 0.000 0.000 0.000 0.000 httplib.py:1059(HTTP)
1 0.000 0.000 0.000 0.000 math.py:2153(PairOfUInt32)
1 0.000 0.000 0.000 0.000 ufunclike.py:5(<module>)
2 0.000 0.000 0.000 0.000 numeric.py:2524(geterr)
1 0.000 0.000 0.000 0.000 core.py:5833(__new__)
1 0.000 0.000 0.000 0.000 plistlib.py:393(PlistParser)
1 0.000 0.000 0.000 0.000 urllib2.py:197(Request)
1 0.000 0.000 0.000 0.000 collections.py:387(Counter)
1 0.000 0.000 0.000 0.000 calendar.py:66(_localized_day)
1 0.000 0.000 0.000 0.000 threading.py:372(notify)
1 0.000 0.000 0.000 0.000 laguerre.py:1742(Laguerre)
1 0.000 0.000 0.000 0.000 algorithms.py:4236(Activity)
1 0.000 0.000 0.000 0.000 algorithms.py:2076(SegmentUpdate)
1 0.000 0.000 0.000 0.000 math.py:127(SwigPyIterator)
1 0.000 0.000 0.000 0.000 _iotools.py:248(NameValidator)
1 0.000 0.000 0.000 0.000 httplib.py:218(HTTPMessage)
1 0.000 0.000 0.000 0.000 case.py:1018(FunctionTestCase)
1 0.000 0.000 0.000 0.000 string.py:248(strip)
1 0.000 0.000 0.000 0.000 tempfile.py:501(SpooledTemporaryFile)
1 0.000 0.000 0.000 0.000 copy.py:113(_copy_with_constructor)
1 0.000 0.000 0.000 0.000 algorithms.py:1494(Inhibition)
1 0.000 0.000 0.000 0.000 math.py:5495(PyTensorIndex)
1 0.000 0.000 0.000 0.000 handlers.py:162(TimedRotatingFileHandler)
2 0.000 0.000 0.000 0.000 UserDict.py:58(get)
1 0.000 0.000 0.000 0.000 math.py:1767(StringStringPair)
1 0.000 0.000 0.000 0.000 fnmatch.py:11(<module>)
1 0.000 0.000 0.000 0.000 ElementTree.py:1455(XMLParser)
1 0.000 0.000 0.000 0.000 encoders.py:5(<module>)
4 0.000 0.000 0.000 0.000 core.py:92(doc_note)
1 0.000 0.000 0.000 0.000 _iotools.py:152(LineSplitter)
1 0.000 0.000 0.000 0.000 algorithms.py:135(sparse_feature_vector)
1 0.000 0.000 0.000 0.000 _internal.py:224(_ctypes)
1 0.000 0.000 0.000 0.000 __init__.py:494(BufferingFormatter)
1 0.000 0.000 0.000 0.000 configuration_base.py:46(Configuration)
7 0.000 0.000 0.000 0.000 case.py:609(_deprecate)
6 0.000 0.000 0.000 0.000 {method 'insert' of 'list' objects}
1 0.000 0.000 0.000 0.000 index_tricks.py:447(__init__)
2 0.000 0.000 0.000 0.000 {numpy.core.multiarray.set_string_function}
1 0.000 0.000 0.000 0.000 TP.py:3244(Segment)
1 0.000 0.000 0.000 0.000 zipfile.py:262(ZipInfo)
1 0.000 0.000 0.000 0.000 algorithms.py:652(svm_01_traits)
1 0.000 0.000 0.000 0.000 pkg_resources.py:493(IResourceProvider)
1 0.000 0.000 0.000 0.000 pprint.py:84(PrettyPrinter)
1 0.000 0.000 0.000 0.000 algorithms.py:2150(OutSynapse)
1 0.000 0.000 0.000 0.000 dist.py:714(Feature)
1 0.000 0.000 0.000 0.000 {_algorithms.Cells4_swigregister}
1 0.000 0.000 0.000 0.000 feedparser.py:43(BufferedSubFile)
1 0.000 0.000 0.000 0.000 calendar.py:259(TextCalendar)
1 0.000 0.000 0.000 0.000 urllib2.py:150(HTTPError)
1 0.000 0.000 0.000 0.000 algorithms.py:2411(setMaxInfBacktrack)
1 0.000 0.000 0.000 0.000 pkg_resources.py:2217(EntryPoint)
1 0.000 0.000 0.000 0.000 __init__.py:33(PackageFinder)
1 0.000 0.000 0.000 0.000 {method 'findall' of '_sre.SRE_Pattern' objects}
7 0.000 0.000 0.000 0.000 {method 'setter' of 'property' objects}
1 0.000 0.000 0.000 0.000 algorithms.py:2443(setPamLength)
1 0.000 0.000 0.000 0.000 configuration_custom.py:147(_CustomConfigurationFileWrapper)
61 0.000 0.000 0.000 0.000 {method 'isdigit' of 'str' objects}
1 0.000 0.000 0.000 0.000 algorithms.py:936(Float32Erosion)
1 0.000 0.000 0.000 0.000 algorithms.py:1821(CState)
1 0.000 0.000 0.000 0.000 index_tricks.py:470(__init__)
1 0.000 0.000 0.000 0.000 fshelpers.py:26(<module>)
1 0.000 0.000 0.000 0.000 {_algorithms.feature_node_swigregister}
1 0.000 0.000 0.000 0.000 info.py:34(<module>)
1 0.000 0.000 0.000 0.000 tokenize.py:45(any)
1 0.000 0.000 0.000 0.000 algorithms.py:1141(ByteVector)
1 0.000 0.000 0.000 0.000 fancy_getopt.py:33(FancyGetopt)
1 0.000 0.000 0.000 0.000 math.py:3119(_DistanceToZero32)
1 0.000 0.000 0.000 0.000 ConfigParser.py:112(Error)
1 0.000 0.000 0.000 0.000 filelist.py:15(FileList)
7 0.000 0.000 0.000 0.000 {method 'splitlines' of 'str' objects}
1 0.000 0.000 0.000 0.000 {_algorithms.svm_dense_swigregister}
5 0.000 0.000 0.000 0.000 threading.py:58(__init__)
1 0.000 0.000 0.000 0.000 {_math._Domain32_swigregister}
1 0.000 0.000 0.000 0.000 calendar.py:132(__init__)
1 0.000 0.000 0.000 0.000 depends.py:12(Require)
1 0.000 0.000 0.000 0.000 __init__.py:646(Handler)
1 0.000 0.000 0.000 0.000 numeric.py:2809(__init__)
1 0.000 0.000 0.000 0.000 math.py:5944(LoggingException)
1 0.000 0.000 0.000 0.000 __about__.py:14(<module>)
1 0.000 0.000 0.000 0.000 StringIO.py:42(StringIO)
1 0.000 0.000 0.000 0.000 ElementTree.py:104(_SimpleElementPath)
1 0.000 0.000 0.000 0.000 records.py:285(recarray)
1 0.000 0.000 0.000 0.000 {_algorithms.problem_swigregister}
1 0.000 0.000 0.000 0.000 info.py:83(<module>)
1 0.000 0.000 0.000 0.000 threading.py:551(_Event)
1 0.000 0.000 0.000 0.000 algorithms.py:531(QMatrix)
1 0.000 0.000 0.000 0.000 handlers.py:1111(BufferingHandler)
1 0.000 0.000 0.000 0.000 records.py:84(format_parser)
1 0.000 0.000 0.000 0.000 info.py:84(<module>)
1 0.000 0.000 0.000 0.000 rfc822.py:496(AddrlistClass)
1 0.000 0.000 0.000 0.000 _datasource.py:504(Repository)
6 0.000 0.000 0.000 0.000 UserDict.py:70(__contains__)
1 0.000 0.000 0.000 0.000 __init__.py:1095(Logger)
1 0.000 0.000 0.000 0.000 arrayterator.py:20(Arrayterator)
3 0.000 0.000 0.000 0.000 pkg_resources.py:319(register_loader_type)
1 0.000 0.000 0.000 0.000 main.py:63(TestProgram)
1 0.000 0.000 0.000 0.000 {math.exp}
1 0.000 0.000 0.000 0.000 {binascii.hexlify}
1 0.000 0.000 0.000 0.000 math.py:2975(LogSumApprox)
1 0.000 0.000 0.000 0.000 _parseaddr.py:172(AddrlistClass)
1 0.000 0.000 0.000 0.000 {_math.PyDomain_swigregister}
1 0.000 0.000 0.000 0.000 UserDict.py:39(keys)
6 0.000 0.000 0.000 0.000 {thread.allocate_lock}
1 0.000 0.000 0.000 0.000 math.py:2960(SparseMatrixAlgorithms)
1 0.000 0.000 0.000 0.000 _import_tools.py:8(PackageLoader)
1 0.000 0.000 0.000 0.000 math.py:2508(PairUInt32Real32)
6 0.000 0.000 0.000 0.000 {numpy.core.umath.geterrobj}
1 0.000 0.000 0.000 0.000 __init__.py:1384(LoggerAdapter)
1 0.000 0.000 0.000 0.000 {_math.LogSumApprox_swigregister}
1 0.000 0.000 0.000 0.000 {filter}
1 0.000 0.000 0.000 0.000 _version.py:18(NumpyVersion)
1 0.000 0.000 0.000 0.000 specifiers.py:550(SpecifierSet)
1 0.000 0.000 0.000 0.000 tempfile.py:108(_RandomNameSequence)
1 0.000 0.000 0.000 0.000 SocketServer.py:160(BaseServer)
1 0.000 0.000 0.000 0.000 {_algorithms.SpatialPooler_swigregister}
1 0.000 0.000 0.000 0.000 calendar.py:126(Calendar)
1 0.000 0.000 0.000 0.000 {method 'view' of 'numpy.ndarray' objects}
1 0.000 0.000 0.000 0.000 {_algorithms.Byte_Vector_swigregister}
1 0.000 0.000 0.000 0.000 config.py:21(PyPIRCCommand)
1 0.000 0.000 0.000 0.000 core.py:5631(mvoid)
4 0.000 0.000 0.000 0.000 {built-in method fromkeys}
1 0.000 0.000 0.000 0.000 math.py:3012(LogDiffApprox)
1 0.000 0.000 0.000 0.000 tempfile.py:372(_TemporaryFileWrapper)
1 0.000 0.000 0.000 0.000 getlimits.py:194(iinfo)
1 0.000 0.000 0.000 0.000 threading.py:254(_Condition)
1 0.000 0.000 0.000 0.000 calendar.py:376(HTMLCalendar)
1 0.000 0.000 0.000 0.000 suite.py:78(TestSuite)
1 0.000 0.000 0.000 0.000 rfc822.py:770(AddressList)
1 0.000 0.000 0.000 0.000 {_algorithms.FDRCSpatial_swigregister}
1 0.000 0.000 0.000 0.000 consoleprinter.py:97(Tee)
1 0.000 0.000 0.000 0.000 {_algorithms.linear_swigregister}
1 0.000 0.000 0.000 0.000 {_algorithms.OutSynapse_swigregister}
1 0.000 0.000 0.000 0.000 threading.py:789(_set_ident)
1 0.000 0.000 0.000 0.000 {_algorithms.CState_swigregister}
1 0.000 0.000 0.000 0.000 pkg_resources.py:469(IMetadataProvider)
1 0.000 0.000 0.000 0.000 {_algorithms.Cells4_setPamLength}
1 0.000 0.000 0.000 0.000 urllib2.py:817(HTTPPasswordMgrWithDefaultRealm)
1 0.000 0.000 0.000 0.000 random.py:800(SystemRandom)
1 0.000 0.000 0.000 0.000 {_algorithms.ConnectionsSegment_swigregister}
1 0.000 0.000 0.000 0.000 {_math._SparseMatrix32_swigregister}
1 0.000 0.000 0.000 0.000 algorithms.py:4222(CellData)
1 0.000 0.000 0.000 0.000 pkg_resources.py:2794(Requirement)
2 0.000 0.000 0.000 0.000 tokenize.py:46(maybe)
1 0.000 0.000 0.000 0.000 {_algorithms.ConnectionsSynapse_swigregister}
1 0.000 0.000 0.000 0.000 {_algorithms.Inhibition2_swigregister}
1 0.000 0.000 0.000 0.000 pkg_resources.py:1642(EmptyProvider)
1 0.000 0.000 0.000 0.000 {_algorithms.svm_problem01_swigregister}
20 0.000 0.000 0.000 0.000 {method 'remove' of 'set' objects}
1 0.000 0.000 0.000 0.000 {_algorithms.Float32SeparableConvolution2D_swigregister}
1 0.000 0.000 0.000 0.000 cgi.py:856(FormContent)
1 0.000 0.000 0.000 0.000 cmd.py:433(install_misc)
1 0.000 0.000 0.000 0.000 {_math.VectorOfVectorsOfPairsOfUInt32_swigregister}
1 0.000 0.000 0.000 0.000 {_algorithms.svm_model_swigregister}
4 0.000 0.000 0.000 0.000 core.py:2441(__get__)
1 0.000 0.000 0.000 0.000 algorithms.py:639(svm_std_traits)
1 0.000 0.000 0.000 0.000 {_algorithms.CellData_swigregister}
1 0.000 0.000 0.000 0.000 {_math.StringMapList_swigregister}
1 0.000 0.000 0.000 0.000 {_math._NearestNeighbor32_swigregister}
1 0.000 0.000 0.000 0.000 algorithms.py:2190(InSynapse)
1 0.000 0.000 0.000 0.000 _datasource.py:154(DataSource)
1 0.000 0.000 0.000 0.000 {_algorithms.FastCLAClassifier_swigregister}
1 0.000 0.000 0.000 0.000 difflib.py:1672(HtmlDiff)
1 0.000 0.000 0.000 0.000 pkg_resources.py:1891(FileMetadata)
1 0.000 0.000 0.000 0.000 core.py:2468(MaskedIterator)
1 0.000 0.000 0.000 0.000 {_algorithms.ConnectionsCell_swigregister}
1 0.000 0.000 0.000 0.000 math.py:5438(_Set)
1 0.000 0.000 0.000 0.000 {_math.PairUInt32Real64_swigregister}
1 0.000 0.000 0.000 0.000 arrayprint.py:743(TimedeltaFormat)
1 0.000 0.000 0.000 0.000 contextlib.py:9(GeneratorContextManager)
1 0.000 0.000 0.000 0.000 {_algorithms.sparse_feature_vector_swigregister}
1 0.000 0.000 0.000 0.000 {_math.VectorOfUInt32_swigregister}
9 0.000 0.000 0.000 0.000 pkg_resources.py:1906(has_metadata)
1 0.000 0.000 0.000 0.000 {_algorithms.FDRSpatial_swigregister}
1 0.000 0.000 0.000 0.000 algorithms.py:2435(setMaxSegmentsPerCell)
1 0.000 0.000 0.000 0.000 charset.py:156(Charset)
1 0.000 0.000 0.000 0.000 {_math.Random_swigregister}
1 0.000 0.000 0.000 0.000 {_ctypes.set_conversion_mode}
1 0.000 0.000 0.000 0.000 {_math.SparseMatrixAlgorithms_swigregister}
1 0.000 0.000 0.000 0.000 {_math.DoubleVector_swigregister}
1 0.000 0.000 0.000 0.000 {_math.LogDiffApprox_swigregister}
1 0.000 0.000 0.000 0.000 core.py:812(_MaskedUnaryOperation)
1 0.000 0.000 0.000 0.000 {_algorithms.Size_T_Vector_swigregister}
1 0.000 0.000 0.000 0.000 plistlib.py:331(Plist)
1 0.000 0.000 0.000 0.000 {_algorithms.model_swigregister}
1 0.000 0.000 0.000 0.000 {_math.StringStringPair_swigregister}
1 0.000 0.000 0.000 0.000 index_tricks.py:525(ndindex)
1 0.000 0.000 0.000 0.000 plistlib.py:151(DumbXMLWriter)
1 0.000 0.000 0.000 0.000 {_math.VectorOfPairsOfUInt32_swigregister}
2 0.000 0.000 0.000 0.000 copy_reg.py:27(constructor)
1 0.000 0.000 0.000 0.000 machar.py:17(MachAr)
1 0.000 0.000 0.000 0.000 {_math.LoggingException_swigregister}
1 0.000 0.000 0.000 0.000 algorithms.py:2415(setMaxLrnBacktrack)
1 0.000 0.000 0.000 0.000 __init__.py:946(PlaceHolder)
1 0.000 0.000 0.000 0.000 suite.py:16(BaseTestSuite)
2 0.000 0.000 0.000 0.000 index_tricks.py:647(__init__)
1 0.000 0.000 0.000 0.000 {_hashlib.openssl_sha384}
1 0.000 0.000 0.000 0.000 pkg_resources.py:1617(DefaultProvider)
1 0.000 0.000 0.000 0.000 stat.py:49(S_ISREG)
1 0.000 0.000 0.000 0.000 algorithms.py:218(function)
1 0.000 0.000 0.000 0.000 {_algorithms.FlatSpatialPooler_swigregister}
1 0.000 0.000 0.000 0.000 {_math.PyTensorIndex_swigregister}
1 0.000 0.000 0.000 0.000 random.py:650(WichmannHill)
1 0.000 0.000 0.000 0.000 {_algorithms.QMatrix_swigregister}
1 0.000 0.000 0.000 0.000 {_algorithms.svm_std_traits_swigregister}
1 0.000 0.000 0.000 0.000 {_math.StringMap_swigregister}
1 0.000 0.000 0.000 0.000 UserDict.py:4(__init__)
1 0.000 0.000 0.000 0.000 algorithms.py:2423(setMaxAge)
1 0.000 0.000 0.000 0.000 {_math._Gaussian2D_32_swigregister}
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)
1 0.000 0.000 0.000 0.000 SocketServer.py:480(UDPServer)
1 0.000 0.000 0.000 0.000 SocketServer.py:358(TCPServer)
20 0.000 0.000 0.000 0.000 {method '__subclasshook__' of 'object' objects}
1 0.000 0.000 0.000 0.000 {_algorithms.svm_problem_swigregister}
1 0.000 0.000 0.000 0.000 {_algorithms.QMatrix01_swigregister}
1 0.000 0.000 0.000 0.000 math.py:3049(_Domain32)
1 0.000 0.000 0.000 0.000 {_algorithms.SynapseData_swigregister}
1 0.000 0.000 0.000 0.000 dist.py:45(_patch_distribution_metadata_write_pkg_info)
1 0.000 0.000 0.000 0.000 {_algorithms.InSynapse_swigregister}
1 0.000 0.000 0.000 0.000 {_math.VectorOfInt32_swigregister}
1 0.000 0.000 0.000 0.000 plistlib.py:395(__init__)
1 0.000 0.000 0.000 0.000 platform.py:365(_popen)
1 0.000 0.000 0.000 0.000 depends.py:201(_update_globals)
1 0.000 0.000 0.000 0.000 difflib.py:46(SequenceMatcher)
1 0.000 0.000 0.000 0.000 {_math.PySparseTensor_swigregister}
5 0.000 0.000 0.000 0.000 math.py:2920(GetNumpyDataType)
1 0.000 0.000 0.000 0.000 {_math._SM_01_32_32_swigregister}
1 0.000 0.000 0.000 0.000 {_algorithms.function_swigregister}
1 0.000 0.000 0.000 0.000 {_math.StringSet_swigregister}
2 0.000 0.000 0.000 0.000 {strop.maketrans}
1 0.000 0.000 0.000 0.000 ElementTree.py:605(ElementTree)
1 0.000 0.000 0.000 0.000 {_math.FloatVector_swigregister}
1 0.000 0.000 0.000 0.000 _parseaddr.py:452(AddressList)
1 0.000 0.000 0.000 0.000 {_algorithms.Float32Rotation45_swigregister}
1 0.000 0.000 0.000 0.000 httplib.py:1276(LineAndFileWrapper)
1 0.000 0.000 0.000 0.000 plistlib.py:365(Data)
2 0.000 0.000 0.000 0.000 __init__.py:429(__init__)
1 0.000 0.000 0.000 0.000 core.py:5994(__init__)
1 0.000 0.000 0.000 0.000 urllib2.py:533(HTTPRedirectHandler)
1 0.000 0.000 0.000 0.000 urllib2.py:1308(FileHandler)
1 0.000 0.000 0.000 0.000 weakref.py:243(__init__)
1 0.000 0.000 0.000 0.000 numbers.py:270(Rational)
1 0.000 0.000 0.000 0.000 suite.py:252(_ErrorHolder)
1 0.000 0.000 0.000 0.000 {_math.VectorOfInt64_swigregister}
1 0.000 0.000 0.000 0.000 {sorted}
1 0.000 0.000 0.000 0.000 {_algorithms.Inhibition_swigregister}
1 0.000 0.000 0.000 0.000 atexit.py:37(register)
1 0.000 0.000 0.000 0.000 {_math.PairUInt32Real32_swigregister}
3 0.000 0.000 0.000 0.000 core.py:742(__init__)
1 0.000 0.000 0.000 0.000 {_algorithms.Segment_swigregister}
1 0.000 0.000 0.000 0.000 log.py:14(Log)
1 0.000 0.000 0.000 0.000 {_algorithms.CStateIndexed_swigregister}
1 0.000 0.000 0.000 0.000 {_math.VectorOfPairsUInt32Real32_swigregister}
1 0.000 0.000 0.000 0.000 {_algorithms.parameter_swigregister}
1 0.000 0.000 0.000 0.000 {_math.StringList_swigregister}
1 0.000 0.000 0.000 0.000 configuration_custom.py:41(Configuration)
1 0.000 0.000 0.000 0.000 {_algorithms.ConnectionsCellVector_swigregister}
1 0.000 0.000 0.000 0.000 ctypeslib.py:150(_ndptr)
1 0.000 0.000 0.000 0.000 {_algorithms.ConnectionsSegmentVector_swigregister}
12 0.000 0.000 0.000 0.000 version.py:250(<genexpr>)
1 0.000 0.000 0.000 0.000 {_math._Set_swigregister}
1 0.000 0.000 0.000 0.000 {_algorithms.Cell_swigregister}
1 0.000 0.000 0.000 0.000 {_math.StringStringList_swigregister}
1 0.000 0.000 0.000 0.000 {_math._Domain2D32_swigregister}
1 0.000 0.000 0.000 0.000 version.py:82(LegacyVersion)
1 0.000 0.000 0.000 0.000 __init__.py:573(Filterer)
1 0.000 0.000 0.000 0.000 algorithms.py:1901(InSynapseOrder)
1 0.000 0.000 0.000 0.000 {_algorithms.ConnectionsSynapseVector_swigregister}
7 0.000 0.000 0.000 0.000 __future__.py:75(__init__)
1 0.000 0.000 0.000 0.000 SocketServer.py:506(ForkingMixIn)
1 0.000 0.000 0.000 0.000 {_math.StringVector_swigregister}
1 0.000 0.000 0.000 0.000 mimetools.py:20(Message)
1 0.000 0.000 0.000 0.000 math.py:5599(PyDomain)
1 0.000 0.000 0.000 0.000 {_algorithms.InSynapseOrder_swigregister}
1 0.000 0.000 0.000 0.000 {_math.PairOfUInt32_swigregister}
1 0.000 0.000 0.000 0.000 {_algorithms.svm_parameter_swigregister}
1 0.000 0.000 0.000 0.000 algorithms.py:2439(setMaxSynapsesPerCell)
6 0.000 0.000 0.000 0.000 plistlib.py:423(addObject)
1 0.000 0.000 0.000 0.000 cgi.py:318(MiniFieldStorage)
1 0.000 0.000 0.000 0.000 config.py:498(DictConfigurator)
20 0.000 0.000 0.000 0.000 _weakrefset.py:16(__init__)
1 0.000 0.000 0.000 0.000 algorithms.py:243(TRON)
1 0.000 0.000 0.000 0.000 {_algorithms.Float32Erosion_swigregister}
1 0.000 0.000 0.000 0.000 {_algorithms.SegmentUpdate_swigregister}
1 0.000 0.000 0.000 0.000 {_algorithms.TRON_swigregister}
1 0.000 0.000 0.000 0.000 {_algorithms.svm_01_swigregister}
1 0.000 0.000 0.000 0.000 __init__.py:9(<module>)
1 0.000 0.000 0.000 0.000 _import_tools.py:336(PackageLoaderDebug)
1 0.000 0.000 0.000 0.000 ascii.py:13(Codec)
1 0.000 0.000 0.000 0.000 urllib2.py:890(HTTPBasicAuthHandler)
1 0.000 0.000 0.000 0.000 urllib.py:610(FancyURLopener)
1 0.000 0.000 0.000 0.000 arrayprint.py:532(FloatFormat)
1 0.000 0.000 0.000 0.000 httplib.py:1224(UnknownProtocol)
1 0.000 0.000 0.000 0.000 {method 'toordinal' of 'datetime.date' objects}
1 0.000 0.000 0.000 0.000 npyio.py:133(NpzFile)
1 0.000 0.000 0.000 0.000 __init__.py:118(Command)
1 0.000 0.000 0.000 0.000 threading.py:1088(_MainThread)
1 0.000 0.000 0.000 0.000 {_math.VectorOfUInt64_swigregister}
1 0.000 0.000 0.000 0.000 {_algorithms.Cells4_setMaxInfBacktrack}
1 0.000 0.000 0.000 0.000 algorithms.py:2427(setMaxSeqLength)
1 0.000 0.000 0.000 0.000 urllib2.py:753(HTTPPasswordMgr)
1 0.000 0.000 0.000 0.000 urllib2.py:311(OpenerDirector)
1 0.000 0.000 0.000 0.000 log.py:16(__init__)
1 0.000 0.000 0.000 0.000 pkg_resources.py:1033(ExtractionError)
1 0.000 0.000 0.000 0.000 urlparse.py:120(SplitResult)
1 0.000 0.000 0.000 0.000 core.py:6006(__init__)
1 0.000 0.000 0.000 0.000 utils.py:1481(WarningMessage)
1 0.000 0.000 0.000 0.000 urllib.py:854(ftpwrapper)
1 0.000 0.000 0.000 0.000 {_algorithms.Connections_swigregister}
1 0.000 0.000 0.000 0.000 ElementTree.py:580(QName)
1 0.000 0.000 0.000 0.000 urllib2.py:1420(CacheFTPHandler)
1 0.000 0.000 0.000 0.000 records.py:215(record)
1 0.000 0.000 0.000 0.000 tp_large.py:39(SpatialPoolerTest)
1 0.000 0.000 0.000 0.000 errors.py:20(DistutilsClassError)
1 0.000 0.000 0.000 0.000 linalg.py:43(LinAlgError)
1 0.000 0.000 0.000 0.000 version.py:32(Version)
1 0.000 0.000 0.000 0.000 core.py:889(_MaskedBinaryOperation)
1 0.000 0.000 0.000 0.000 calendar.py:138(setfirstweekday)
1 0.000 0.000 0.000 0.000 pickle.py:58(PickleError)
1 0.000 0.000 0.000 0.000 pkg_resources.py:1703(ContextualZipFile)
1 0.000 0.000 0.000 0.000 pkg_resources.py:1053(__init__)
1 0.000 0.000 0.000 0.000 ConfigParser.py:174(InterpolationMissingOptionError)
1 0.000 0.000 0.000 0.000 errors.py:9(MessageError)
1 0.000 0.000 0.000 0.000 handlers.py:1049(HTTPHandler)
1 0.000 0.000 0.000 0.000 ascii.py:34(StreamConverter)
1 0.000 0.000 0.000 0.000 {time.time}
1 0.000 0.000 0.000 0.000 urllib2.py:710(ProxyHandler)
1 0.000 0.000 0.000 0.000 core.py:734(_DomainCheckInterval)
1 0.000 0.000 0.000 0.000 __init__.py:255(c_void_p)
1 0.000 0.000 0.000 0.000 {_hashlib.openssl_md5}
1 0.000 0.000 0.000 0.000 parser.py:86(HeaderParser)
1 0.000 0.000 0.000 0.000 httplib.py:1252(CannotSendRequest)
1 0.000 0.000 0.000 0.000 config.py:347(ConvertingTuple)
1 0.000 0.000 0.000 0.000 __init__.py:21(<module>)
1 0.000 0.000 0.000 0.000 handlers.py:1166(MemoryHandler)
1 0.000 0.000 0.000 0.000 __init__.py:578(__init__)
1 0.000 0.000 0.000 0.000 getlimits.py:24(finfo)
3 0.000 0.000 0.000 0.000 pkg_resources.py:1961(register_finder)
1 0.000 0.000 0.000 0.000 ElementTree.py:138(ParseError)
8 0.000 0.000 0.000 0.000 zipfile.py:793(__enter__)
1 0.000 0.000 0.000 0.000 utils.py:1701(IgnoreException)
1 0.000 0.000 0.000 0.000 pkg_resources.py:1596(EggProvider)
1 0.000 0.000 0.000 0.000 ConfigParser.py:147(DuplicateSectionError)
1 0.000 0.000 0.000 0.000 httplib.py:1235(IncompleteRead)
2 0.000 0.000 0.000 0.000 {method 'acquire' of 'thread.lock' objects}
2 0.000 0.000 0.000 0.000 sre_parse.py:205(tell)
1 0.000 0.000 0.000 0.000 runner.py:12(_WritelnDecorator)
1 0.000 0.000 0.000 0.000 arrayprint.py:699(ComplexFormat)
1 0.000 0.000 0.000 0.000 __init__.py:230(LogRecord)
1 0.000 0.000 0.000 0.000 signals.py:9(_InterruptHandler)
1 0.000 0.000 0.000 0.000 utils.py:998(SafeEval)
1 0.000 0.000 0.000 0.000 pkg_resources.py:1650(__init__)
1 0.000 0.000 0.000 0.000 index_tricks.py:352(RClass)
1 0.000 0.000 0.000 0.000 ElementTree.py:1205(_IterParseIterator)
2 0.000 0.000 0.000 0.000 warnings.py:14(warnpy3k)
1 0.000 0.000 0.000 0.000 extension.py:51(Library)
1 0.000 0.000 0.000 0.000 __init__.py:1370(RootLogger)
1 0.000 0.000 0.000 0.000 ascii.py:20(IncrementalEncoder)
1 0.000 0.000 0.000 0.000 {method 'release' of 'thread.lock' objects}
1 0.000 0.000 0.000 0.000 math.py:3090(_Domain2D32)
1 0.000 0.000 0.000 0.000 pkg_resources.py:297(ResolutionError)
1 0.000 0.000 0.000 0.000 httplib.py:1229(UnknownTransferEncoding)
1 0.000 0.000 0.000 0.000 __init__.py:189(c_int)
1 0.000 0.000 0.000 0.000 errors.py:55(DistutilsExecError)
1 0.000 0.000 0.000 0.000 __init__.py:182(_checkLevel)
1 0.000 0.000 0.000 0.000 arrayprint.py:638(IntegerFormat)
1 0.000 0.000 0.000 0.000 extension.py:30(Extension)
1 0.000 0.000 0.000 0.000 httplib.py:1261(BadStatusLine)
1 0.000 0.000 0.000 0.000 __init__.py:1672(NullHandler)
1 0.000 0.000 0.000 0.000 __init__.py:810(StreamHandler)
1 0.000 0.000 0.000 0.000 _iotools.py:441(ConverterError)
2 0.000 0.000 0.000 0.000 utils.py:64(__init__)
1 0.000 0.000 0.000 0.000 index_tricks.py:223(AxisConcatenator)
1 0.000 0.000 0.000 0.000 function_base.py:1529(vectorize)
1 0.000 0.000 0.000 0.000 suite.py:299(_DebugResult)
1 0.000 0.000 0.000 0.000 inspect.py:632(BlockFinder)
1 0.000 0.000 0.000 0.000 httplib.py:1268(LineTooLong)
1 0.000 0.000 0.000 0.000 sre_parse.py:85(checkgroup)
1 0.000 0.000 0.000 0.000 SocketServer.py:625(BaseRequestHandler)
1 0.000 0.000 0.000 0.000 {_algorithms.ByteVector_swigregister}
1 0.000 0.000 0.000 0.000 urllib2.py:137(URLError)
1 0.000 0.000 0.000 0.000 shutil.py:38(ExecError)
1 0.000 0.000 0.000 0.000 ConfigParser.py:558(_Chainmap)
1 0.000 0.000 0.000 0.000 socket.py:167(_closedsocket)
1 0.000 0.000 0.000 0.000 {method 'sort' of 'list' objects}
1 0.000 0.000 0.000 0.000 numerictypes.py:773(_typedict)
1 0.000 0.000 0.000 0.000 _structures.py:49(NegativeInfinity)
1 0.000 0.000 0.000 0.000 {_math.StringIntPair_swigregister}
1 0.000 0.000 0.000 0.000 version.py:3(<module>)
1 0.000 0.000 0.000 0.000 version.py:52(_BaseVersion)
1 0.000 0.000 0.000 0.000 core.py:2399(_arraymethod)
1 0.000 0.000 0.000 0.000 __init__.py:428(LibraryLoader)
1 0.000 0.000 0.000 0.000 urlparse.py:128(ParseResult)
1 0.000 0.000 0.000 0.000 httplib.py:1155(HTTPSConnection)
1 0.000 0.000 0.000 0.000 inspect.py:630(EndOfBlock)
1 0.000 0.000 0.000 0.000 core.py:2250(_MaskedPrintOption)
1 0.000 0.000 0.000 0.000 core.py:5937(_extrema_operation)
1 0.000 0.000 0.000 0.000 urllib2.py:932(AbstractDigestAuthHandler)
1 0.000 0.000 0.000 0.000 __init__.py:172(c_ushort)
1 0.000 0.000 0.000 0.000 zipfile.py:20(BadZipfile)
1 0.000 0.000 0.000 0.000 threading.py:56(_Verbose)
1 0.000 0.000 0.000 0.000 index_tricks.py:87(nd_grid)
5 0.000 0.000 0.000 0.000 math.py:2933(GetNTARealType)
2 0.000 0.000 0.000 0.000 utils.py:47(_set_function_name)
1 0.000 0.000 0.000 0.000 numeric.py:52(ComplexWarning)
1 0.000 0.000 0.000 0.000 calendar.py:488(TimeEncoding)
1 0.000 0.000 0.000 0.000 calendar.py:501(LocaleTextCalendar)
1 0.000 0.000 0.000 0.000 __init__.py:107(PEP420PackageFinder)
1 0.000 0.000 0.000 0.000 __init__.py:390(__init__)
1 0.000 0.000 0.000 0.000 pkg_resources.py:180(SetuptoolsVersion)
1 0.000 0.000 0.000 0.000 __init__.py:993(Manager)
1 0.000 0.000 0.000 0.000 fancy_getopt.py:476(OptionDummy)
1 0.000 0.000 0.000 0.000 getopt.py:38(GetoptError)
1 0.000 0.000 0.000 0.000 pkg_resources.py:305(DistributionNotFound)
1 0.000 0.000 0.000 0.000 __init__.py:346(Formatter)
1 0.000 0.000 0.000 0.000 difflib.py:766(Differ)
1 0.000 0.000 0.000 0.000 nosetester.py:129(NoseTester)
1 0.000 0.000 0.000 0.000 _endian.py:49(BigEndianStructure)
1 0.000 0.000 0.000 0.000 zipfile.py:1353(PyZipFile)
1 0.000 0.000 0.000 0.000 {_math._DistanceToZero32_swigregister}
1 0.000 0.000 0.000 0.000 shutil.py:31(Error)
1 0.000 0.000 0.000 0.000 __init__.py:8(<module>)
1 0.000 0.000 0.000 0.000 _internal.py:217(_missing_ctypes)
1 0.000 0.000 0.000 0.000 {_algorithms.Cells4_setMaxSegmentsPerCell}
1 0.000 0.000 0.000 0.000 handlers.py:597(DatagramHandler)
1 0.000 0.000 0.000 0.000 consoleprinter.py:33(ConsolePrinterMixin)
2 0.000 0.000 0.000 0.000 index_tricks.py:148(__init__)
1 0.000 0.000 0.000 0.000 numbers.py:13(Number)
1 0.000 0.000 0.000 0.000 ElementPath.py:237(_SelectorContext)
1 0.000 0.000 0.000 0.000 threading.py:299(_is_owned)
1 0.000 0.000 0.000 0.000 {_hashlib.openssl_sha1}
1 0.000 0.000 0.000 0.000 errors.py:46(DistutilsSetupError)
1 0.000 0.000 0.000 0.000 arrayprint.py:715(DatetimeFormat)
1 0.000 0.000 0.000 0.000 extension.py:26(Extension)
1 0.000 0.000 0.000 0.000 memmap.py:23(memmap)
1 0.000 0.000 0.000 0.000 sysconfig.py:439(get_config_vars)
1 0.000 0.000 0.000 0.000 SocketServer.py:579(ThreadingMixIn)
1 0.000 0.000 0.000 0.000 handlers.py:84(RotatingFileHandler)
1 0.000 0.000 0.000 0.000 _datasource.py:74(__init__)
1 0.000 0.000 0.000 0.000 npyio.py:86(BagObj)
1 0.000 0.000 0.000 0.000 calendar.py:28(IllegalWeekdayError)
1 0.000 0.000 0.000 0.000 _structures.py:17(Infinity)
1 0.000 0.000 0.000 0.000 ascii.py:24(IncrementalDecoder)
1 0.000 0.000 0.000 0.000 pickle.py:1261(_EmptyClass)
1 0.000 0.000 0.000 0.000 subprocess.py:400(CalledProcessError)
1 0.000 0.000 0.000 0.000 core.py:772(_DomainSafeDivide)
1 0.000 0.000 0.000 0.000 core.py:128(MAError)
1 0.000 0.000 0.000 0.000 urllib.py:978(addclosehook)
1 0.000 0.000 0.000 0.000 plistlib.py:230(PlistWriter)
1 0.000 0.000 0.000 0.000 threading.py:124(_RLock)
1 0.000 0.000 0.000 0.000 runner.py:119(TextTestRunner)
1 0.000 0.000 0.000 0.000 __future__.py:74(_Feature)
1 0.000 0.000 0.000 0.000 plistlib.py:291(_InternalDict)
1 0.000 0.000 0.000 0.000 handlers.py:52(BaseRotatingHandler)
1 0.000 0.000 0.000 0.000 errors.py:53(MalformedHeaderDefect)
1 0.000 0.000 0.000 0.000 {_algorithms.SegmentData_swigregister}
1 0.000 0.000 0.000 0.000 tokenize.py:178(Untokenizer)
1 0.000 0.000 0.000 0.000 {_math.VectorOfPairsUInt32Real64_swigregister}
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 numeric.py:2747(errstate)
1 0.000 0.000 0.000 0.000 index_tricks.py:475(ndenumerate)
1 0.000 0.000 0.000 0.000 {posix.sysconf}
1 0.000 0.000 0.000 0.000 index_tricks.py:603(IndexExpression)
1 0.000 0.000 0.000 0.000 errors.py:25(MultipartConversionError)
1 0.000 0.000 0.000 0.000 {_algorithms.decision_function_swigregister}
1 0.000 0.000 0.000 0.000 urllib2.py:1226(HTTPCookieProcessor)
1 0.000 0.000 0.000 0.000 config.py:287(ConvertingDict)
1 0.000 0.000 0.000 0.000 handlers.py:949(NTEventLogHandler)
1 0.000 0.000 0.000 0.000 {_algorithms.Cells4_setMaxSynapsesPerCell}
3 0.000 0.000 0.000 0.000 pkg_resources.py:2053(register_namespace_handler)
1 0.000 0.000 0.000 0.000 numeric.py:2743(_unspecified)
1 0.000 0.000 0.000 0.000 extras.py:1464(MAxisConcatenator)
1 0.000 0.000 0.000 0.000 __init__.py:388(PyDLL)
1 0.000 0.000 0.000 0.000 core.py:2255(__init__)
1 0.000 0.000 0.000 0.000 __init__.py:359(_FuncPtr)
1 0.000 0.000 0.000 0.000 {_ctypes.dlopen}
1 0.000 0.000 0.000 0.000 {_algorithms.Cells4_setMaxAge}
1 0.000 0.000 0.000 0.000 cgi.py:794(SvFormContentDict)
1 0.000 0.000 0.000 0.000 ElementTree.py:1365(TreeBuilder)
1 0.000 0.000 0.000 0.000 __init__.py:332(CDLL)
1 0.000 0.000 0.000 0.000 {_algorithms.Activity_swigregister}
1 0.000 0.000 0.000 0.000 ConfigParser.py:204(ParsingError)
1 0.000 0.000 0.000 0.000 msvc9_support.py:10(patch_for_specialized_compiler)
1 0.000 0.000 0.000 0.000 contextlib.py:132(closing)
1 0.000 0.000 0.000 0.000 urllib2.py:493(BaseHandler)
1 0.000 0.000 0.000 0.000 urllib.py:110(ContentTooShortError)
1 0.000 0.000 0.000 0.000 SocketServer.py:671(StreamRequestHandler)
1 0.000 0.000 0.000 0.000 arrayprint.py:688(LongComplexFormat)
1 0.000 0.000 0.000 0.000 errors.py:17(HeaderParseError)
1 0.000 0.000 0.000 0.000 stride_tricks.py:14(DummyArray)
1 0.000 0.000 0.000 0.000 urllib.py:993(addinfo)
1 0.000 0.000 0.000 0.000 utils.py:52(_Deprecate)
1 0.000 0.000 0.000 0.000 ascii.py:28(StreamWriter)
1 0.000 0.000 0.000 0.000 __init__.py:536(Filter)
1 0.000 0.000 0.000 0.000 plistlib.py:322(Dict)
1 0.000 0.000 0.000 0.000 urllib2.py:1244(UnknownHandler)
3 0.000 0.000 0.000 0.000 __init__.py:494(CFunctionType)
1 0.000 0.000 0.000 0.000 extras.py:224(_fromnxfunction)
1 0.000 0.000 0.000 0.000 SocketServer.py:618(UnixDatagramServer)
1 0.000 0.000 0.000 0.000 errors.py:29(CharsetError)
1 0.000 0.000 0.000 0.000 config.py:324(ConvertingList)
1 0.000 0.000 0.000 0.000 core.py:6004(_maximum_operation)
1 0.000 0.000 0.000 0.000 _iotools.py:455(ConversionWarning)
2 0.000 0.000 0.000 0.000 calendar.py:71(__init__)
1 0.000 0.000 0.000 0.000 ConfigParser.py:139(NoSectionError)
1 0.000 0.000 0.000 0.000 errors.py:29(DistutilsArgError)
1 0.000 0.000 0.000 0.000 errors.py:44(StartBoundaryNotFoundDefect)
2 0.000 0.000 0.000 0.000 core.py:803(__init__)
1 0.000 0.000 0.000 0.000 __init__.py:124(VisibleDeprecationWarning)
3 0.000 0.000 0.000 0.000 __init__.py:104(CFunctionType)
1 0.000 0.000 0.000 0.000 __init__.py:260(c_bool)
1 0.000 0.000 0.000 0.000 {math.sqrt}
1 0.000 0.000 0.000 0.000 threading.py:1058(_Timer)
1 0.000 0.000 0.000 0.000 __init__.py:201(c_double)
1 0.000 0.000 0.000 0.000 version.py:1(<module>)
1 0.000 0.000 0.000 0.000 core.py:762(__init__)
1 0.000 0.000 0.000 0.000 ConfigParser.py:217(MissingSectionHeaderError)
1 0.000 0.000 0.000 0.000 index_tricks.py:452(CClass)
1 0.000 0.000 0.000 0.000 errors.py:38(DistutilsOptionError)
1 0.000 0.000 0.000 0.000 urllib2.py:1211(HTTPHandler)
1 0.000 0.000 0.000 0.000 core.py:1034(_DomainedBinaryOperation)
1 0.000 0.000 0.000 0.000 urllib.py:1003(addinfourl)
1 0.000 0.000 0.000 0.000 __init__.py:197(c_float)
1 0.000 0.000 0.000 0.000 urllib2.py:529(HTTPDefaultErrorHandler)
1 0.000 0.000 0.000 0.000 pkg_resources.py:302(VersionConflict)
1 0.000 0.000 0.000 0.000 httplib.py:1255(CannotSendHeader)
1 0.000 0.000 0.000 0.000 __init__.py:205(c_longdouble)
1 0.000 0.000 0.000 0.000 {method 'disable' of '_lsprof.Profiler' objects}
1 0.000 0.000 0.000 0.000 extras.py:1530(mr_class)
1 0.000 0.000 0.000 0.000 core.py:131(MaskError)
1 0.000 0.000 0.000 0.000 {_algorithms.svm_01_traits_swigregister}
1 0.000 0.000 0.000 0.000 httplib.py:1249(ImproperConnectionState)
1 0.000 0.000 0.000 0.000 errors.py:33(DistutilsFileError)
1 0.000 0.000 0.000 0.000 tokenize.py:145(TokenError)
1 0.000 0.000 0.000 0.000 pkg_resources.py:184(SetuptoolsLegacyVersion)
1 0.000 0.000 0.000 0.000 SocketServer.py:611(ThreadingTCPServer)
1 0.000 0.000 0.000 0.000 io.py:75(BufferedIOBase)
1 0.000 0.000 0.000 0.000 __init__.py:226(c_ubyte)
1 0.000 0.000 0.000 0.000 httplib.py:1218(NotConnected)
1 0.000 0.000 0.000 0.000 urllib2.py:1360(FTPHandler)
1 0.000 0.000 0.000 0.000 urllib.py:949(addbase)
1 0.000 0.000 0.000 0.000 polynomial.py:21(RankWarning)
1 0.000 0.000 0.000 0.000 io.py:78(TextIOBase)
1 0.000 0.000 0.000 0.000 pkg_resources.py:1945(EggMetadata)
1 0.000 0.000 0.000 0.000 polyutils.py:62(PolyError)
1 0.000 0.000 0.000 0.000 __init__.py:233(c_byte)
1 0.000 0.000 0.000 0.000 case.py:98(_AssertRaisesContext)
1 0.000 0.000 0.000 0.000 errors.py:50(MisplacedEnvelopeHeaderDefect)
1 0.000 0.000 0.000 0.000 core.py:7273(_convert2ma)
1 0.000 0.000 0.000 0.000 httplib.py:1213(HTTPException)
1 0.000 0.000 0.000 0.000 SocketServer.py:610(ThreadingUDPServer)
1 0.000 0.000 0.000 0.000 _iotools.py:448(ConverterLockError)
1 0.000 0.000 0.000 0.000 urllib2.py:1219(HTTPSHandler)
6 0.000 0.000 0.000 0.000 core.py:774(__init__)
1 0.000 0.000 0.000 0.000 errors.py:50(DistutilsPlatformError)
1 0.000 0.000 0.000 0.000 TP.py:428(__del__)
1 0.000 0.000 0.000 0.000 urllib2.py:1072(HTTPDigestAuthHandler)
1 0.000 0.000 0.000 0.000 SocketServer.py:607(ForkingUDPServer)
1 0.000 0.000 0.000 0.000 urllib2.py:512(HTTPErrorProcessor)
1 0.000 0.000 0.000 0.000 _osx_support.py:83(_get_system_version)
1 0.000 0.000 0.000 0.000 arrayprint.py:658(LongFloatFormat)
1 0.000 0.000 0.000 0.000 __init__.py:168(c_short)
1 0.000 0.000 0.000 0.000 ascii.py:31(StreamReader)
1 0.000 0.000 0.000 0.000 consoleprinter.py:39(__init__)
1 0.000 0.000 0.000 0.000 __init__.py:193(c_uint)
1 0.000 0.000 0.000 0.000 errors.py:21(BoundaryError)
1 0.000 0.000 0.000 0.000 _endian.py:26(_swapped_meta)
1 0.000 0.000 0.000 0.000 core.py:6048(_frommethod)
1 0.000 0.000 0.000 0.000 calendar.py:21(IllegalMonthError)
1 0.000 0.000 0.000 0.000 case.py:34(_ExpectedFailure)
1 0.000 0.000 0.000 0.000 {numpy.core.multiarray.set_typeDict}
1 0.000 0.000 0.000 0.000 sre_parse.py:207(seek)
1 0.000 0.000 0.000 0.000 __init__.py:291(c_wchar_p)
1 0.000 0.000 0.000 0.000 io.py:72(RawIOBase)
1 0.000 0.000 0.000 0.000 core.py:756(_DomainTan)
1 0.000 0.000 0.000 0.000 polyutils.py:58(RankWarning)
1 0.000 0.000 0.000 0.000 errors.py:87(UnknownFileError)
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:69(UnpicklingError)
1 0.000 0.000 0.000 0.000 httplib.py:1221(InvalidURL)
1 0.000 0.000 0.000 0.000 __init__.py:998(__init__)
1 0.000 0.000 0.000 0.000 errors.py:66(DistutilsByteCompileError)
1 0.000 0.000 0.000 0.000 errors.py:79(LibError)
1 0.000 0.000 0.000 0.000 httplib.py:1258(ResponseNotReady)
1 0.000 0.000 0.000 0.000 polyutils.py:66(PolyDomainError)
1 0.000 0.000 0.000 0.000 pkg_resources.py:1920(PathMetadata)
1 0.000 0.000 0.000 0.000 errors.py:13(MessageParseError)
1 0.000 0.000 0.000 0.000 utils.py:1513(WarningManager)
1 0.000 0.000 0.000 0.000 __init__.py:159(py_object)
1 0.000 0.000 0.000 0.000 {_hashlib.openssl_sha256}
1 0.000 0.000 0.000 0.000 case.py:25(SkipTest)
1 0.000 0.000 0.000 0.000 errors.py:41(NoBoundaryInMultipartDefect)
1 0.000 0.000 0.000 0.000 errors.py:83(LinkError)
1 0.000 0.000 0.000 0.000 SocketServer.py:714(DatagramRequestHandler)
1 0.000 0.000 0.000 0.000 urllib2.py:1102(AbstractHTTPHandler)
1 0.000 0.000 0.000 0.000 SocketServer.py:623(ThreadingUnixDatagramServer)
1 0.000 0.000 0.000 0.000 errors.py:76(CompileError)
1 0.000 0.000 0.000 0.000 BaseHTTPServer.py:102(HTTPServer)
1 0.000 0.000 0.000 0.000 threading.py:63(_note)
1 0.000 0.000 0.000 0.000 TP.py:1146(SegmentUpdate)
1 0.000 0.000 0.000 0.000 ConfigParser.py:192(InterpolationDepthError)
1 0.000 0.000 0.000 0.000 handlers.py:370(WatchedFileHandler)
1 0.000 0.000 0.000 0.000 __init__.py:238(c_char)
1 0.000 0.000 0.000 0.000 cgi.py:828(InterpFormContentDict)
1 0.000 0.000 0.000 0.000 __init__.py:180(c_ulong)
1 0.000 0.000 0.000 0.000 urllib2.py:902(ProxyBasicAuthHandler)
1 0.000 0.000 0.000 0.000 core.py:5992(_minimum_operation)
1 0.000 0.000 0.000 0.000 errors.py:13(DistutilsError)
1 0.000 0.000 0.000 0.000 threading.py:1097(_set_daemon)
1 0.000 0.000 0.000 0.000 polyutils.py:79(PolyBase)
4 0.000 0.000 0.000 0.000 sre_parse.py:213(isdigit)
1 0.000 0.000 0.000 0.000 threading.py:514(_BoundedSemaphore)
1 0.000 0.000 0.000 0.000 io.py:69(IOBase)
1 0.000 0.000 0.000 0.000 errors.py:35(MessageDefect)
1 0.000 0.000 0.000 0.000 {_algorithms.Cells4_setMaxSeqLength}
1 0.000 0.000 0.000 0.000 ConfigParser.py:155(NoOptionError)
1 0.000 0.000 0.000 0.000 errors.py:56(MultipartInvariantViolationDefect)
1 0.000 0.000 0.000 0.000 cgi.py:774(FormContentDict)
1 0.000 0.000 0.000 0.000 {_hashlib.openssl_sha224}
1 0.000 0.000 0.000 0.000 SocketServer.py:621(ThreadingUnixStreamServer)
1 0.000 0.000 0.000 0.000 _compat.py:37(metaclass)
1 0.000 0.000 0.000 0.000 case.py:45(_UnexpectedSuccess)
1 0.000 0.000 0.000 0.000 __init__.py:294(c_wchar)
1 0.000 0.000 0.000 0.000 pkg_resources.py:308(UnknownExtra)
1 0.000 0.000 0.000 0.000 handlers.py:871(SMTPHandler)
1 0.000 0.000 0.000 0.000 ConfigParser.py:188(InterpolationSyntaxError)
1 0.000 0.000 0.000 0.000 errors.py:59(DistutilsInternalError)
1 0.000 0.000 0.000 0.000 SocketServer.py:608(ForkingTCPServer)
1 0.000 0.000 0.000 0.000 zipfile.py:24(LargeZipFile)
1 0.000 0.000 0.000 0.000 core.py:5836(__array_finalize__)
1 0.000 0.000 0.000 0.000 errors.py:73(PreprocessError)
1 0.000 0.000 0.000 0.000 uu.py:39(Error)
1 0.000 0.000 0.000 0.000 core.py:789(_DomainGreater)
1 0.000 0.000 0.000 0.000 __init__.py:243(c_char_p)
1 0.000 0.000 0.000 0.000 version.py:46(InvalidVersion)
2 0.000 0.000 0.000 0.000 calendar.py:52(__init__)
1 0.000 0.000 0.000 0.000 urllib2.py:1090(ProxyDigestAuthHandler)
1 0.000 0.000 0.000 0.000 ConfigParser.py:165(InterpolationError)
1 0.000 0.000 0.000 0.000 __init__.py:881(FileHandler)
2 0.000 0.000 0.000 0.000 {thread.get_ident}
1 0.000 0.000 0.000 0.000 errors.py:70(CCompilerError)
1 0.000 0.000 0.000 0.000 SocketServer.py:615(UnixStreamServer)
8 0.000 0.000 0.000 0.000 {method 'pop' of 'dict' objects}
1 0.000 0.000 0.000 0.000 __init__.py:112(ModuleDeprecationWarning)
1 0.000 0.000 0.000 0.000 errors.py:47(FirstHeaderLineIsContinuationDefect)
1 0.000 0.000 0.000 0.000 errors.py:63(DistutilsTemplateError)
2 0.000 0.000 0.000 0.000 {method 'find_module' of 'imp.NullImporter' objects}
1 0.000 0.000 0.000 0.000 calendar.py:536(LocaleHTMLCalendar)
1 0.000 0.000 0.000 0.000 core.py:801(_DomainGreaterEqual)
1 0.000 0.000 0.000 0.000 __init__.py:74(LazyImporter)
1 0.000 0.000 0.000 0.000 tokenize.py:147(StopTokenizing)
1 0.000 0.000 0.000 0.000 _inspect.py:162(<lambda>)
1 0.000 0.000 0.000 0.000 errors.py:26(DistutilsGetoptError)
1 0.000 0.000 0.000 0.000 {_algorithms.Cells4_setMaxLrnBacktrack}
1 0.000 0.000 0.000 0.000 pickle.py:62(PicklingError)
4 0.000 0.000 0.000 0.000 pkg_resources.py:1999(find_nothing)
1 0.000 0.000 0.000 0.000 specifiers.py:25(InvalidSpecifier)
1 0.000 0.000 0.000 0.000 {_hashlib.openssl_sha512}
2 0.000 0.000 0.000 0.000 {method 'clear' of 'dict' objects}
1 0.000 0.000 0.000 0.000 __init__.py:176(c_long)
1 0.000 0.000 0.000 0.000 httplib.py:1232(UnimplementedFileMode)
3 0.000 0.000 0.000 0.000 core.py:791(__init__)
3 0.000 0.000 0.000 0.000 _inspect.py:161(<lambda>)
1 0.000 0.000 0.000 0.000 errors.py:16(DistutilsModuleError)
1 0.000 0.000 0.000 0.000 pickle.py:82(_Stop)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment