Created
June 26, 2016 06:40
-
-
Save scopatz/5e5f964dcaa0a65e557a3e2699c95453 to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
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
<!doctype html> | |
<html ng-app="Application"> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Imports profiling results</title> | |
<style> | |
body { margin:0 0 50px; padding:0; font-size:14px; font-family:Helvetica,Arial,sans-serif } | |
table { border-collapse:collapse; border-spacing:0; width:100% } | |
thead th { text-align:left; padding:8px 4px; color:#000; border:2px solid #ddd; border-width:0 0 2px 0 } | |
tbody tr:hover { background:#d9edf7; cursor:pointer } | |
tbody td { text-align:left; solid #ddd; padding:3px 2px; color:#333; font-size:12px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; white-space: nowrap; font-family:monospace } | |
.header { text-align:left; background:#333; font-size:18px; padding:13px 0; margin-bottom:20px; color:#fff; background-image:linear-gradient(to bottom, #444 0px, #222 100%) } | |
.header a, .header a:visited, .header a:focus { color:#999; text-decoration: none } | |
.leaf { width:17px; border:none; padding:0; background:none; border:none; text-align:center; } | |
tbody td span { color: gray; } | |
td.import_line { max-width: 400px; overflow: hidden; padding-right: 20px} | |
td.duration { width:40%; padding:2px 0; overflow: visible; color: gray; } | |
td.duration div { text-align:center; padding:3px 0; line-height:12px; background:#c6f3dd; border-radius:2px; overflow: visible; white-space: nowrap; } | |
.content-wrap {margin:0 auto; padding:0 5px} | |
@media only screen and (min-width: 320px) { .content-wrap { width:900px } .content-main { width:600px } } | |
@media only screen and (min-width: 900px) { .content-wrap { width:880px } .content-main { width:590px } } | |
@media only screen and (min-width: 1000px) { .content-wrap { width:980px } .content-main { width:690px } } | |
@media only screen and (min-width: 1100px) { .content-wrap { width:1080px } .content-main { width:790px } } | |
@media only screen and (min-width: 1200px) { .content-wrap { width:1180px } .content-main { width:890px } } | |
</style> | |
<script>var TraceData = { | |
"children": [ | |
{ | |
"children": [ | |
{ | |
"children": [ | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/interface.py", | |
"duration": 0.0059604644775390625, | |
"module": "prompt_toolkit.interface", | |
"import_line": "from __future__ import unicode_literals", | |
"level": 4, | |
"started_at": 0.5519390106201172, | |
"finished_at": 0.5578994750976562 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/functools.py", | |
"duration": 0.051021575927734375, | |
"module": "functools", | |
"import_line": "from _functools import reduce", | |
"level": 5, | |
"started_at": 0.8151531219482422, | |
"finished_at": 0.8661746978759766 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/functools.py", | |
"duration": 0.003337860107421875, | |
"module": "functools", | |
"import_line": "from abc import get_cache_token", | |
"level": 5, | |
"started_at": 0.8716583251953125, | |
"finished_at": 0.8749961853027344 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/collections/__init__.py", | |
"duration": 0.0054836273193359375, | |
"module": "collections", | |
"import_line": "from _collections_abc import *", | |
"level": 6, | |
"started_at": 1.2714862823486328, | |
"finished_at": 1.2769699096679688 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/collections/__init__.py", | |
"duration": 0.0019073486328125, | |
"module": "collections", | |
"import_line": "import _collections_abc", | |
"level": 6, | |
"started_at": 1.283884048461914, | |
"finished_at": 1.2857913970947266 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/operator.py", | |
"duration": 0.005245208740234375, | |
"module": "operator", | |
"import_line": "from builtins import abs", | |
"level": 7, | |
"started_at": 1.5187263488769531, | |
"finished_at": 1.5239715576171875 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/operator.py", | |
"duration": 0.06818771362304688, | |
"module": "operator", | |
"import_line": "from _operator import *", | |
"level": 7, | |
"started_at": 1.5683174133300781, | |
"finished_at": 1.636505126953125 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/operator.py", | |
"duration": 0.0030994415283203125, | |
"module": "operator", | |
"import_line": "from _operator import __doc__", | |
"level": 7, | |
"started_at": 1.6467571258544922, | |
"finished_at": 1.6498565673828125 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/collections/__init__.py", | |
"duration": 0.3752708435058594, | |
"module": "collections", | |
"import_line": "from operator import itemgetter, eq", | |
"level": 6, | |
"started_at": 1.28936767578125, | |
"finished_at": 1.6646385192871094 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/collections/__init__.py", | |
"duration": 0.1773834228515625, | |
"module": "collections", | |
"import_line": "from keyword import iskeyword", | |
"level": 6, | |
"started_at": 1.6679763793945312, | |
"finished_at": 1.8453598022460938 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/collections/__init__.py", | |
"duration": 0.0030994415283203125, | |
"module": "collections", | |
"import_line": "import sys", | |
"level": 6, | |
"started_at": 1.8498897552490234, | |
"finished_at": 1.8529891967773438 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/heapq.py", | |
"duration": 0.25010108947753906, | |
"module": "heapq", | |
"import_line": "from _heapq import *", | |
"level": 7, | |
"started_at": 2.0372867584228516, | |
"finished_at": 2.2873878479003906 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/heapq.py", | |
"duration": 0.003814697265625, | |
"module": "heapq", | |
"import_line": "from _heapq import _heapreplace_max", | |
"level": 7, | |
"started_at": 2.294778823852539, | |
"finished_at": 2.298593521118164 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/heapq.py", | |
"duration": 0.0026226043701171875, | |
"module": "heapq", | |
"import_line": "from _heapq import _heapify_max", | |
"level": 7, | |
"started_at": 2.3021697998046875, | |
"finished_at": 2.3047924041748047 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/heapq.py", | |
"duration": 0.002384185791015625, | |
"module": "heapq", | |
"import_line": "from _heapq import _heappop_max", | |
"level": 7, | |
"started_at": 2.307891845703125, | |
"finished_at": 2.3102760314941406 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/collections/__init__.py", | |
"duration": 0.4639625549316406, | |
"module": "collections", | |
"import_line": "import heapq", | |
"level": 6, | |
"started_at": 1.855611801147461, | |
"finished_at": 2.3195743560791016 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/collections/__init__.py", | |
"duration": 0.0026226043701171875, | |
"module": "collections", | |
"import_line": "from _weakref import proxy", | |
"level": 6, | |
"started_at": 2.3229122161865234, | |
"finished_at": 2.3255348205566406 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/collections/__init__.py", | |
"duration": 0.09822845458984375, | |
"module": "collections", | |
"import_line": "from itertools import repeat, chain, starmap", | |
"level": 6, | |
"started_at": 2.3288726806640625, | |
"finished_at": 2.4271011352539062 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/reprlib.py", | |
"duration": 0.0040531158447265625, | |
"module": "reprlib", | |
"import_line": "import builtins", | |
"level": 7, | |
"started_at": 2.620220184326172, | |
"finished_at": 2.6242733001708984 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/reprlib.py", | |
"duration": 0.00286102294921875, | |
"module": "reprlib", | |
"import_line": "from itertools import islice", | |
"level": 7, | |
"started_at": 2.6276111602783203, | |
"finished_at": 2.630472183227539 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/reprlib.py", | |
"duration": 0.002384185791015625, | |
"module": "reprlib", | |
"import_line": "from _thread import get_ident", | |
"level": 7, | |
"started_at": 2.633333206176758, | |
"finished_at": 2.6357173919677734 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/collections/__init__.py", | |
"duration": 0.2319812774658203, | |
"module": "collections", | |
"import_line": "from reprlib import recursive_repr", | |
"level": 6, | |
"started_at": 2.4313926696777344, | |
"finished_at": 2.6633739471435547 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/collections/__init__.py", | |
"duration": 0.06127357482910156, | |
"module": "collections", | |
"import_line": "from _collections import deque", | |
"level": 6, | |
"started_at": 2.6671886444091797, | |
"finished_at": 2.7284622192382812 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/collections/__init__.py", | |
"duration": 0.0030994415283203125, | |
"module": "collections", | |
"import_line": "from _collections import defaultdict", | |
"level": 6, | |
"started_at": 2.749204635620117, | |
"finished_at": 2.7523040771484375 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/collections/__init__.py", | |
"duration": 0.0040531158447265625, | |
"module": "collections", | |
"import_line": "from _collections import OrderedDict", | |
"level": 6, | |
"started_at": 2.868175506591797, | |
"finished_at": 2.8722286224365234 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/collections/__init__.py", | |
"duration": 0.0021457672119140625, | |
"module": "collections", | |
"import_line": "from _collections import _count_elements", | |
"level": 6, | |
"started_at": 2.875804901123047, | |
"finished_at": 2.877950668334961 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/functools.py", | |
"duration": 2.251863479614258, | |
"module": "functools", | |
"import_line": "from collections import namedtuple", | |
"level": 5, | |
"started_at": 0.8778572082519531, | |
"finished_at": 3.129720687866211 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/types.py", | |
"duration": 0.0040531158447265625, | |
"module": "types", | |
"import_line": "import sys", | |
"level": 6, | |
"started_at": 3.3371448516845703, | |
"finished_at": 3.341197967529297 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/types.py", | |
"duration": 0.0069141387939453125, | |
"module": "types", | |
"import_line": "import functools", | |
"level": 6, | |
"started_at": 3.3783912658691406, | |
"finished_at": 3.385305404663086 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/collections/abc.py", | |
"duration": 0.0045299530029296875, | |
"module": "collections.abc", | |
"import_line": "from _collections_abc import *", | |
"level": 7, | |
"started_at": 3.503084182739258, | |
"finished_at": 3.5076141357421875 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/collections/abc.py", | |
"duration": 0.002384185791015625, | |
"module": "collections.abc", | |
"import_line": "from _collections_abc import __all__", | |
"level": 7, | |
"started_at": 3.513813018798828, | |
"finished_at": 3.5161972045898438 | |
}, | |
{ | |
"children": [], | |
"filepath": "N/A", | |
"duration": 0.0019073486328125, | |
"module": "N/A", | |
"import_line": "import collections", | |
"level": 7, | |
"started_at": 3.528118133544922, | |
"finished_at": 3.5300254821777344 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/types.py", | |
"duration": 0.14257431030273438, | |
"module": "types", | |
"import_line": "import collections.abc", | |
"level": 6, | |
"started_at": 3.3884048461914062, | |
"finished_at": 3.5309791564941406 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/functools.py", | |
"duration": 0.4253387451171875, | |
"module": "functools", | |
"import_line": "from types import MappingProxyType", | |
"level": 5, | |
"started_at": 3.135204315185547, | |
"finished_at": 3.5605430603027344 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/weakref.py", | |
"duration": 0.0050067901611328125, | |
"module": "weakref", | |
"import_line": "from _weakref import getweakrefcount, getweakrefs, ref, proxy, CallableProxyType, ProxyType, ReferenceType", | |
"level": 6, | |
"started_at": 3.808736801147461, | |
"finished_at": 3.8137435913085938 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/weakref.py", | |
"duration": 0.0026226043701171875, | |
"module": "weakref", | |
"import_line": "from _weakrefset import WeakSet, _IterationGuard", | |
"level": 6, | |
"started_at": 3.8182735443115234, | |
"finished_at": 3.8208961486816406 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/weakref.py", | |
"duration": 0.0016689300537109375, | |
"module": "weakref", | |
"import_line": "import collections", | |
"level": 6, | |
"started_at": 3.823518753051758, | |
"finished_at": 3.8251876831054688 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/weakref.py", | |
"duration": 0.0016689300537109375, | |
"module": "weakref", | |
"import_line": "import sys", | |
"level": 6, | |
"started_at": 3.8275718688964844, | |
"finished_at": 3.8292407989501953 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/weakref.py", | |
"duration": 0.001430511474609375, | |
"module": "weakref", | |
"import_line": "import itertools", | |
"level": 6, | |
"started_at": 3.8313865661621094, | |
"finished_at": 3.8328170776367188 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/functools.py", | |
"duration": 0.4200935363769531, | |
"module": "functools", | |
"import_line": "from weakref import WeakKeyDictionary", | |
"level": 5, | |
"started_at": 3.5643577575683594, | |
"finished_at": 3.9844512939453125 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/functools.py", | |
"duration": 0.0030994415283203125, | |
"module": "functools", | |
"import_line": "from _thread import RLock", | |
"level": 5, | |
"started_at": 3.989696502685547, | |
"finished_at": 3.992795944213867 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/functools.py", | |
"duration": 0.002384185791015625, | |
"module": "functools", | |
"import_line": "from _functools import cmp_to_key", | |
"level": 5, | |
"started_at": 4.00233268737793, | |
"finished_at": 4.004716873168945 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/functools.py", | |
"duration": 0.0021457672119140625, | |
"module": "functools", | |
"import_line": "from _functools import partial", | |
"level": 5, | |
"started_at": 4.0073394775390625, | |
"finished_at": 4.009485244750977 | |
}, | |
{ | |
"children": [], | |
"filepath": null, | |
"duration": 0.0069141387939453125, | |
"module": "namedtuple_CacheInfo", | |
"import_line": "from builtins import property, tuple", | |
"level": 5, | |
"started_at": 4.341840744018555, | |
"finished_at": 4.3487548828125 | |
}, | |
{ | |
"children": [], | |
"filepath": null, | |
"duration": 0.00286102294921875, | |
"module": "namedtuple_CacheInfo", | |
"import_line": "from operator import itemgetter", | |
"level": 5, | |
"started_at": 4.352569580078125, | |
"finished_at": 4.355430603027344 | |
}, | |
{ | |
"children": [], | |
"filepath": null, | |
"duration": 0.002384185791015625, | |
"module": "namedtuple_CacheInfo", | |
"import_line": "from collections import OrderedDict", | |
"level": 5, | |
"started_at": 4.358053207397461, | |
"finished_at": 4.360437393188477 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/functools.py", | |
"duration": 0.003337860107421875, | |
"module": "functools", | |
"import_line": "from _functools import _lru_cache_wrapper", | |
"level": 5, | |
"started_at": 4.401922225952148, | |
"finished_at": 4.40526008605957 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/interface.py", | |
"duration": 3.8595199584960938, | |
"module": "prompt_toolkit.interface", | |
"import_line": "import functools", | |
"level": 4, | |
"started_at": 0.5614757537841797, | |
"finished_at": 4.420995712280273 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/interface.py", | |
"duration": 0.0019073486328125, | |
"module": "prompt_toolkit.interface", | |
"import_line": "import os", | |
"level": 4, | |
"started_at": 4.424095153808594, | |
"finished_at": 4.426002502441406 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/signal.py", | |
"duration": 0.06079673767089844, | |
"module": "signal", | |
"import_line": "import _signal", | |
"level": 5, | |
"started_at": 4.604339599609375, | |
"finished_at": 4.665136337280273 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/signal.py", | |
"duration": 0.0035762786865234375, | |
"module": "signal", | |
"import_line": "from _signal import *", | |
"level": 5, | |
"started_at": 4.669427871704102, | |
"finished_at": 4.673004150390625 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/signal.py", | |
"duration": 0.002384185791015625, | |
"module": "signal", | |
"import_line": "from functools import wraps", | |
"level": 5, | |
"started_at": 4.684925079345703, | |
"finished_at": 4.687309265136719 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/enum.py", | |
"duration": 0.0040531158447265625, | |
"module": "enum", | |
"import_line": "import sys", | |
"level": 6, | |
"started_at": 4.9114227294921875, | |
"finished_at": 4.915475845336914 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/enum.py", | |
"duration": 0.00286102294921875, | |
"module": "enum", | |
"import_line": "from collections import OrderedDict", | |
"level": 6, | |
"started_at": 4.9190521240234375, | |
"finished_at": 4.921913146972656 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/enum.py", | |
"duration": 0.0026226043701171875, | |
"module": "enum", | |
"import_line": "from types import MappingProxyType, DynamicClassAttribute", | |
"level": 6, | |
"started_at": 4.924774169921875, | |
"finished_at": 4.927396774291992 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/signal.py", | |
"duration": 0.39696693420410156, | |
"module": "signal", | |
"import_line": "from enum import IntEnum", | |
"level": 5, | |
"started_at": 4.689931869506836, | |
"finished_at": 5.0868988037109375 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/interface.py", | |
"duration": 1.2242794036865234, | |
"module": "prompt_toolkit.interface", | |
"import_line": "import signal", | |
"level": 4, | |
"started_at": 4.427909851074219, | |
"finished_at": 5.652189254760742 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/six.py", | |
"duration": 0.005245208740234375, | |
"module": "six", | |
"import_line": "from __future__ import absolute_import", | |
"level": 5, | |
"started_at": 6.000757217407227, | |
"finished_at": 6.006002426147461 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/six.py", | |
"duration": 0.0019073486328125, | |
"module": "six", | |
"import_line": "import functools", | |
"level": 5, | |
"started_at": 6.009340286254883, | |
"finished_at": 6.011247634887695 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/six.py", | |
"duration": 0.001430511474609375, | |
"module": "six", | |
"import_line": "import itertools", | |
"level": 5, | |
"started_at": 6.013393402099609, | |
"finished_at": 6.014823913574219 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/six.py", | |
"duration": 0.0011920928955078125, | |
"module": "six", | |
"import_line": "import operator", | |
"level": 5, | |
"started_at": 6.016969680786133, | |
"finished_at": 6.018161773681641 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/six.py", | |
"duration": 0.0019073486328125, | |
"module": "six", | |
"import_line": "import sys", | |
"level": 5, | |
"started_at": 6.020784378051758, | |
"finished_at": 6.02269172668457 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/six.py", | |
"duration": 0.0011920928955078125, | |
"module": "six", | |
"import_line": "import types", | |
"level": 5, | |
"started_at": 6.024837493896484, | |
"finished_at": 6.026029586791992 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/struct.py", | |
"duration": 0.2167224884033203, | |
"module": "struct", | |
"import_line": "from _struct import *", | |
"level": 6, | |
"started_at": 6.559610366821289, | |
"finished_at": 6.776332855224609 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/struct.py", | |
"duration": 0.003337860107421875, | |
"module": "struct", | |
"import_line": "from _struct import _clearcache", | |
"level": 6, | |
"started_at": 6.783962249755859, | |
"finished_at": 6.787300109863281 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/struct.py", | |
"duration": 0.0021457672119140625, | |
"module": "struct", | |
"import_line": "from _struct import __doc__", | |
"level": 6, | |
"started_at": 6.7901611328125, | |
"finished_at": 6.792306900024414 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/six.py", | |
"duration": 0.4112720489501953, | |
"module": "six", | |
"import_line": "import struct", | |
"level": 5, | |
"started_at": 6.389379501342773, | |
"finished_at": 6.800651550292969 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/six.py", | |
"duration": 0.0016689300537109375, | |
"module": "six", | |
"import_line": "import io", | |
"level": 5, | |
"started_at": 6.806135177612305, | |
"finished_at": 6.807804107666016 | |
}, | |
{ | |
"children": [], | |
"filepath": "N/A", | |
"duration": 0.002384185791015625, | |
"module": "N/A", | |
"import_line": "import builtins", | |
"level": 5, | |
"started_at": 6.815910339355469, | |
"finished_at": 6.818294525146484 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/interface.py", | |
"duration": 1.2254714965820312, | |
"module": "prompt_toolkit.interface", | |
"import_line": "import six", | |
"level": 4, | |
"started_at": 5.657434463500977, | |
"finished_at": 6.882905960083008 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/interface.py", | |
"duration": 0.0026226043701171875, | |
"module": "prompt_toolkit.interface", | |
"import_line": "import sys", | |
"level": 4, | |
"started_at": 6.887197494506836, | |
"finished_at": 6.889820098876953 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/textwrap.py", | |
"duration": 0.003337860107421875, | |
"module": "textwrap", | |
"import_line": "import re", | |
"level": 5, | |
"started_at": 7.089376449584961, | |
"finished_at": 7.092714309692383 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/interface.py", | |
"duration": 1.0039806365966797, | |
"module": "prompt_toolkit.interface", | |
"import_line": "import textwrap", | |
"level": 4, | |
"started_at": 6.892204284667969, | |
"finished_at": 7.896184921264648 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/threading.py", | |
"duration": 0.004291534423828125, | |
"module": "threading", | |
"import_line": "import sys", | |
"level": 5, | |
"started_at": 8.233308792114258, | |
"finished_at": 8.237600326538086 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/threading.py", | |
"duration": 0.0016689300537109375, | |
"module": "threading", | |
"import_line": "import _thread", | |
"level": 5, | |
"started_at": 8.242368698120117, | |
"finished_at": 8.244037628173828 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/threading.py", | |
"duration": 0.0030994415283203125, | |
"module": "threading", | |
"import_line": "from time import monotonic", | |
"level": 5, | |
"started_at": 8.246898651123047, | |
"finished_at": 8.249998092651367 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/traceback.py", | |
"duration": 0.003337860107421875, | |
"module": "traceback", | |
"import_line": "import collections", | |
"level": 6, | |
"started_at": 8.475780487060547, | |
"finished_at": 8.479118347167969 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/traceback.py", | |
"duration": 0.001430511474609375, | |
"module": "traceback", | |
"import_line": "import itertools", | |
"level": 6, | |
"started_at": 8.481979370117188, | |
"finished_at": 8.483409881591797 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/linecache.py", | |
"duration": 0.0040531158447265625, | |
"module": "linecache", | |
"import_line": "import functools", | |
"level": 7, | |
"started_at": 8.661985397338867, | |
"finished_at": 8.666038513183594 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/linecache.py", | |
"duration": 0.003337860107421875, | |
"module": "linecache", | |
"import_line": "import sys", | |
"level": 7, | |
"started_at": 8.670330047607422, | |
"finished_at": 8.673667907714844 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/linecache.py", | |
"duration": 0.002384185791015625, | |
"module": "linecache", | |
"import_line": "import os", | |
"level": 7, | |
"started_at": 8.677482604980469, | |
"finished_at": 8.679866790771484 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/tokenize.py", | |
"duration": 0.00858306884765625, | |
"module": "tokenize", | |
"import_line": "from builtins import open", | |
"level": 8, | |
"started_at": 9.082794189453125, | |
"finished_at": 9.091377258300781 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/tokenize.py", | |
"duration": 0.00476837158203125, | |
"module": "tokenize", | |
"import_line": "from codecs import lookup, BOM_UTF8", | |
"level": 8, | |
"started_at": 9.097576141357422, | |
"finished_at": 9.102344512939453 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/tokenize.py", | |
"duration": 0.0026226043701171875, | |
"module": "tokenize", | |
"import_line": "import collections", | |
"level": 8, | |
"started_at": 9.107589721679688, | |
"finished_at": 9.110212326049805 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/tokenize.py", | |
"duration": 0.0040531158447265625, | |
"module": "tokenize", | |
"import_line": "from io import TextIOWrapper", | |
"level": 8, | |
"started_at": 9.114742279052734, | |
"finished_at": 9.118795394897461 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/tokenize.py", | |
"duration": 0.003814697265625, | |
"module": "tokenize", | |
"import_line": "from itertools import chain", | |
"level": 8, | |
"started_at": 9.123802185058594, | |
"finished_at": 9.127616882324219 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/tokenize.py", | |
"duration": 0.00286102294921875, | |
"module": "tokenize", | |
"import_line": "import re", | |
"level": 8, | |
"started_at": 9.133577346801758, | |
"finished_at": 9.136438369750977 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/tokenize.py", | |
"duration": 0.00286102294921875, | |
"module": "tokenize", | |
"import_line": "import sys", | |
"level": 8, | |
"started_at": 9.140968322753906, | |
"finished_at": 9.143829345703125 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/tokenize.py", | |
"duration": 0.26488304138183594, | |
"module": "tokenize", | |
"import_line": "from token import *", | |
"level": 8, | |
"started_at": 9.148120880126953, | |
"finished_at": 9.413003921508789 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/tokenize.py", | |
"duration": 0.003814697265625, | |
"module": "tokenize", | |
"import_line": "import token", | |
"level": 8, | |
"started_at": 9.640216827392578, | |
"finished_at": 9.644031524658203 | |
}, | |
{ | |
"children": [], | |
"filepath": null, | |
"duration": 0.006198883056640625, | |
"module": "namedtuple_TokenInfo", | |
"import_line": "from builtins import property, tuple", | |
"level": 8, | |
"started_at": 9.974002838134766, | |
"finished_at": 9.980201721191406 | |
}, | |
{ | |
"children": [], | |
"filepath": null, | |
"duration": 0.00286102294921875, | |
"module": "namedtuple_TokenInfo", | |
"import_line": "from operator import itemgetter", | |
"level": 8, | |
"started_at": 9.984016418457031, | |
"finished_at": 9.98687744140625 | |
}, | |
{ | |
"children": [], | |
"filepath": null, | |
"duration": 0.002384185791015625, | |
"module": "namedtuple_TokenInfo", | |
"import_line": "from collections import OrderedDict", | |
"level": 8, | |
"started_at": 9.989500045776367, | |
"finished_at": 9.991884231567383 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/linecache.py", | |
"duration": 1.4102458953857422, | |
"module": "linecache", | |
"import_line": "import tokenize", | |
"level": 7, | |
"started_at": 8.683443069458008, | |
"finished_at": 10.09368896484375 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/traceback.py", | |
"duration": 1.615285873413086, | |
"module": "traceback", | |
"import_line": "import linecache", | |
"level": 6, | |
"started_at": 8.485794067382812, | |
"finished_at": 10.101079940795898 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/traceback.py", | |
"duration": 0.0030994415283203125, | |
"module": "traceback", | |
"import_line": "import sys", | |
"level": 6, | |
"started_at": 10.105371475219727, | |
"finished_at": 10.108470916748047 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/threading.py", | |
"duration": 1.9061565399169922, | |
"module": "threading", | |
"import_line": "from traceback import format_exc", | |
"level": 5, | |
"started_at": 8.252620697021484, | |
"finished_at": 10.158777236938477 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/threading.py", | |
"duration": 0.0030994415283203125, | |
"module": "threading", | |
"import_line": "from _weakrefset import WeakSet", | |
"level": 5, | |
"started_at": 10.163068771362305, | |
"finished_at": 10.166168212890625 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/threading.py", | |
"duration": 0.0021457672119140625, | |
"module": "threading", | |
"import_line": "from itertools import islice, count", | |
"level": 5, | |
"started_at": 10.169267654418945, | |
"finished_at": 10.17141342163086 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/threading.py", | |
"duration": 0.0021457672119140625, | |
"module": "threading", | |
"import_line": "from _collections import deque", | |
"level": 5, | |
"started_at": 10.174036026000977, | |
"finished_at": 10.17618179321289 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/threading.py", | |
"duration": 0.0045299530029296875, | |
"module": "threading", | |
"import_line": "from _thread import stack_size", | |
"level": 5, | |
"started_at": 10.347366333007812, | |
"finished_at": 10.351896286010742 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/threading.py", | |
"duration": 0.0035762786865234375, | |
"module": "threading", | |
"import_line": "from _thread import _local", | |
"level": 5, | |
"started_at": 10.376691818237305, | |
"finished_at": 10.380268096923828 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/interface.py", | |
"duration": 2.490520477294922, | |
"module": "prompt_toolkit.interface", | |
"import_line": "import threading", | |
"level": 4, | |
"started_at": 7.901430130004883, | |
"finished_at": 10.391950607299805 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/interface.py", | |
"duration": 0.0019073486328125, | |
"module": "prompt_toolkit.interface", | |
"import_line": "import weakref", | |
"level": 4, | |
"started_at": 10.395288467407227, | |
"finished_at": 10.397195816040039 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/datetime.py", | |
"duration": 0.0040531158447265625, | |
"module": "datetime", | |
"import_line": "import time", | |
"level": 5, | |
"started_at": 10.888099670410156, | |
"finished_at": 10.892152786254883 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/datetime.py", | |
"duration": 0.2124309539794922, | |
"module": "datetime", | |
"import_line": "import math", | |
"level": 5, | |
"started_at": 10.895490646362305, | |
"finished_at": 11.107921600341797 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/datetime.py", | |
"duration": 0.2665519714355469, | |
"module": "datetime", | |
"import_line": "from _datetime import *", | |
"level": 5, | |
"started_at": 11.369466781616211, | |
"finished_at": 11.636018753051758 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/datetime.py", | |
"duration": 0.0035762786865234375, | |
"module": "datetime", | |
"import_line": "from _datetime import __doc__", | |
"level": 5, | |
"started_at": 11.645793914794922, | |
"finished_at": 11.649370193481445 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/interface.py", | |
"duration": 1.264810562133789, | |
"module": "prompt_toolkit.interface", | |
"import_line": "import datetime", | |
"level": 4, | |
"started_at": 10.399580001831055, | |
"finished_at": 11.664390563964844 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/subprocess.py", | |
"duration": 0.004291534423828125, | |
"module": "subprocess", | |
"import_line": "import sys", | |
"level": 5, | |
"started_at": 11.968374252319336, | |
"finished_at": 11.972665786743164 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/subprocess.py", | |
"duration": 0.0019073486328125, | |
"module": "subprocess", | |
"import_line": "import io", | |
"level": 5, | |
"started_at": 11.976242065429688, | |
"finished_at": 11.9781494140625 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/subprocess.py", | |
"duration": 0.001430511474609375, | |
"module": "subprocess", | |
"import_line": "import os", | |
"level": 5, | |
"started_at": 11.980533599853516, | |
"finished_at": 11.981964111328125 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/subprocess.py", | |
"duration": 0.001430511474609375, | |
"module": "subprocess", | |
"import_line": "import time", | |
"level": 5, | |
"started_at": 11.98434829711914, | |
"finished_at": 11.98577880859375 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/subprocess.py", | |
"duration": 0.001430511474609375, | |
"module": "subprocess", | |
"import_line": "import signal", | |
"level": 5, | |
"started_at": 11.987924575805664, | |
"finished_at": 11.989355087280273 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/subprocess.py", | |
"duration": 0.0016689300537109375, | |
"module": "subprocess", | |
"import_line": "import builtins", | |
"level": 5, | |
"started_at": 11.991500854492188, | |
"finished_at": 11.993169784545898 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/warnings.py", | |
"duration": 0.003814697265625, | |
"module": "warnings", | |
"import_line": "import sys", | |
"level": 6, | |
"started_at": 12.208700180053711, | |
"finished_at": 12.212514877319336 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/warnings.py", | |
"duration": 0.003814697265625, | |
"module": "warnings", | |
"import_line": "from _warnings import filters, _defaultaction, _onceregistry, warn, warn_explicit, _filters_mutated", | |
"level": 6, | |
"started_at": 12.257575988769531, | |
"finished_at": 12.261390686035156 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/subprocess.py", | |
"duration": 0.27942657470703125, | |
"module": "subprocess", | |
"import_line": "import warnings", | |
"level": 5, | |
"started_at": 11.995077133178711, | |
"finished_at": 12.274503707885742 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/subprocess.py", | |
"duration": 0.0019073486328125, | |
"module": "subprocess", | |
"import_line": "import errno", | |
"level": 5, | |
"started_at": 12.277841567993164, | |
"finished_at": 12.279748916625977 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/subprocess.py", | |
"duration": 0.00286102294921875, | |
"module": "subprocess", | |
"import_line": "from time import monotonic", | |
"level": 5, | |
"started_at": 12.282371520996094, | |
"finished_at": 12.285232543945312 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/subprocess.py", | |
"duration": 0.1850128173828125, | |
"module": "subprocess", | |
"import_line": "import _posixsubprocess", | |
"level": 5, | |
"started_at": 12.325286865234375, | |
"finished_at": 12.510299682617188 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/subprocess.py", | |
"duration": 0.1971721649169922, | |
"module": "subprocess", | |
"import_line": "import select", | |
"level": 5, | |
"started_at": 12.515783309936523, | |
"finished_at": 12.712955474853516 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/selectors.py", | |
"duration": 0.005245208740234375, | |
"module": "selectors", | |
"import_line": "from abc import ABCMeta, abstractmethod", | |
"level": 6, | |
"started_at": 13.010501861572266, | |
"finished_at": 13.0157470703125 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/selectors.py", | |
"duration": 0.00286102294921875, | |
"module": "selectors", | |
"import_line": "from collections import namedtuple, Mapping", | |
"level": 6, | |
"started_at": 13.019800186157227, | |
"finished_at": 13.022661209106445 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/selectors.py", | |
"duration": 0.0016689300537109375, | |
"module": "selectors", | |
"import_line": "import math", | |
"level": 6, | |
"started_at": 13.025760650634766, | |
"finished_at": 13.027429580688477 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/selectors.py", | |
"duration": 0.0011920928955078125, | |
"module": "selectors", | |
"import_line": "import select", | |
"level": 6, | |
"started_at": 13.029813766479492, | |
"finished_at": 13.031005859375 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/selectors.py", | |
"duration": 0.0019073486328125, | |
"module": "selectors", | |
"import_line": "import sys", | |
"level": 6, | |
"started_at": 13.033151626586914, | |
"finished_at": 13.035058975219727 | |
}, | |
{ | |
"children": [], | |
"filepath": null, | |
"duration": 0.0059604644775390625, | |
"module": "namedtuple_SelectorKey", | |
"import_line": "from builtins import property, tuple", | |
"level": 6, | |
"started_at": 13.329505920410156, | |
"finished_at": 13.335466384887695 | |
}, | |
{ | |
"children": [], | |
"filepath": null, | |
"duration": 0.0026226043701171875, | |
"module": "namedtuple_SelectorKey", | |
"import_line": "from operator import itemgetter", | |
"level": 6, | |
"started_at": 13.339519500732422, | |
"finished_at": 13.342142105102539 | |
}, | |
{ | |
"children": [], | |
"filepath": null, | |
"duration": 0.0026226043701171875, | |
"module": "namedtuple_SelectorKey", | |
"import_line": "from collections import OrderedDict", | |
"level": 6, | |
"started_at": 13.344764709472656, | |
"finished_at": 13.347387313842773 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/subprocess.py", | |
"duration": 0.8082389831542969, | |
"module": "subprocess", | |
"import_line": "import selectors", | |
"level": 5, | |
"started_at": 12.717723846435547, | |
"finished_at": 13.525962829589844 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/subprocess.py", | |
"duration": 0.002384185791015625, | |
"module": "subprocess", | |
"import_line": "import threading", | |
"level": 5, | |
"started_at": 13.530731201171875, | |
"finished_at": 13.53311538696289 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/interface.py", | |
"duration": 1.9085407257080078, | |
"module": "prompt_toolkit.interface", | |
"import_line": "from subprocess import Popen", | |
"level": 4, | |
"started_at": 11.667966842651367, | |
"finished_at": 13.576507568359375 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/application.py", | |
"duration": 0.0045299530029296875, | |
"module": "prompt_toolkit.application", | |
"import_line": "from __future__ import unicode_literals", | |
"level": 5, | |
"started_at": 13.692378997802734, | |
"finished_at": 13.696908950805664 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/buffer.py", | |
"duration": 0.00476837158203125, | |
"module": "prompt_toolkit.buffer", | |
"import_line": "from __future__ import unicode_literals", | |
"level": 6, | |
"started_at": 13.899564743041992, | |
"finished_at": 13.904333114624023 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/auto_suggest.py", | |
"duration": 0.0045299530029296875, | |
"module": "prompt_toolkit.auto_suggest", | |
"import_line": "from __future__ import unicode_literals", | |
"level": 7, | |
"started_at": 14.005422592163086, | |
"finished_at": 14.009952545166016 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/auto_suggest.py", | |
"duration": 0.002384185791015625, | |
"module": "prompt_toolkit.auto_suggest", | |
"import_line": "from abc import ABCMeta, abstractmethod", | |
"level": 7, | |
"started_at": 14.013290405273438, | |
"finished_at": 14.015674591064453 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/auto_suggest.py", | |
"duration": 0.002384185791015625, | |
"module": "prompt_toolkit.auto_suggest", | |
"import_line": "from six import with_metaclass", | |
"level": 7, | |
"started_at": 14.018535614013672, | |
"finished_at": 14.020919799804688 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/filters/__init__.py", | |
"duration": 0.0040531158447265625, | |
"module": "prompt_toolkit.filters", | |
"import_line": "from __future__ import unicode_literals", | |
"level": 8, | |
"started_at": 14.116287231445312, | |
"finished_at": 14.120340347290039 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/filters/base.py", | |
"duration": 0.0050067901611328125, | |
"module": "prompt_toolkit.filters.base", | |
"import_line": "from __future__ import unicode_literals", | |
"level": 9, | |
"started_at": 14.342784881591797, | |
"finished_at": 14.34779167175293 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/filters/base.py", | |
"duration": 0.0026226043701171875, | |
"module": "prompt_toolkit.filters.base", | |
"import_line": "from abc import ABCMeta, abstractmethod", | |
"level": 9, | |
"started_at": 14.351129531860352, | |
"finished_at": 14.353752136230469 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/filters/base.py", | |
"duration": 0.002384185791015625, | |
"module": "prompt_toolkit.filters.base", | |
"import_line": "from six import with_metaclass", | |
"level": 9, | |
"started_at": 14.356613159179688, | |
"finished_at": 14.358997344970703 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/filters/types.py", | |
"duration": 0.0040531158447265625, | |
"module": "prompt_toolkit.filters.types", | |
"import_line": "from __future__ import unicode_literals", | |
"level": 10, | |
"started_at": 14.453649520874023, | |
"finished_at": 14.45770263671875 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/filters/types.py", | |
"duration": 0.002384185791015625, | |
"module": "prompt_toolkit.filters.types", | |
"import_line": "from six import with_metaclass", | |
"level": 10, | |
"started_at": 14.460563659667969, | |
"finished_at": 14.462947845458984 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/ast.py", | |
"duration": 0.8387565612792969, | |
"module": "ast", | |
"import_line": "from _ast import *", | |
"level": 12, | |
"started_at": 15.497922897338867, | |
"finished_at": 16.336679458618164 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/inspect.py", | |
"duration": 1.0836124420166016, | |
"module": "inspect", | |
"import_line": "import ast", | |
"level": 11, | |
"started_at": 15.299797058105469, | |
"finished_at": 16.38340950012207 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/dis.py", | |
"duration": 0.004291534423828125, | |
"module": "dis", | |
"import_line": "import sys", | |
"level": 12, | |
"started_at": 16.675710678100586, | |
"finished_at": 16.680002212524414 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/dis.py", | |
"duration": 0.0019073486328125, | |
"module": "dis", | |
"import_line": "import types", | |
"level": 12, | |
"started_at": 16.682863235473633, | |
"finished_at": 16.684770584106445 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/dis.py", | |
"duration": 0.001430511474609375, | |
"module": "dis", | |
"import_line": "import collections", | |
"level": 12, | |
"started_at": 16.68691635131836, | |
"finished_at": 16.68834686279297 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/dis.py", | |
"duration": 0.001430511474609375, | |
"module": "dis", | |
"import_line": "import io", | |
"level": 12, | |
"started_at": 16.690492630004883, | |
"finished_at": 16.691923141479492 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/opcode.py", | |
"duration": 0.1747608184814453, | |
"module": "opcode", | |
"import_line": "from _opcode import stack_effect", | |
"level": 13, | |
"started_at": 16.88385009765625, | |
"finished_at": 17.058610916137695 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/dis.py", | |
"duration": 0.4591941833496094, | |
"module": "dis", | |
"import_line": "from opcode import *", | |
"level": 12, | |
"started_at": 16.695022583007812, | |
"finished_at": 17.154216766357422 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/dis.py", | |
"duration": 0.003337860107421875, | |
"module": "dis", | |
"import_line": "from opcode import __all__", | |
"level": 12, | |
"started_at": 17.161130905151367, | |
"finished_at": 17.16446876525879 | |
}, | |
{ | |
"children": [], | |
"filepath": null, | |
"duration": 0.006198883056640625, | |
"module": "namedtuple__Instruction", | |
"import_line": "from builtins import property, tuple", | |
"level": 12, | |
"started_at": 17.538785934448242, | |
"finished_at": 17.544984817504883 | |
}, | |
{ | |
"children": [], | |
"filepath": null, | |
"duration": 0.0026226043701171875, | |
"module": "namedtuple__Instruction", | |
"import_line": "from operator import itemgetter", | |
"level": 12, | |
"started_at": 17.548799514770508, | |
"finished_at": 17.551422119140625 | |
}, | |
{ | |
"children": [], | |
"filepath": null, | |
"duration": 0.0026226043701171875, | |
"module": "namedtuple__Instruction", | |
"import_line": "from collections import OrderedDict", | |
"level": 12, | |
"started_at": 17.554283142089844, | |
"finished_at": 17.55690574645996 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/inspect.py", | |
"duration": 1.2328624725341797, | |
"module": "inspect", | |
"import_line": "import dis", | |
"level": 11, | |
"started_at": 16.388654708862305, | |
"finished_at": 17.621517181396484 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "N/A", | |
"duration": 0.0019073486328125, | |
"module": "N/A", | |
"import_line": "import collections", | |
"level": 12, | |
"started_at": 17.62986183166504, | |
"finished_at": 17.63176918029785 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/inspect.py", | |
"duration": 0.0064373016357421875, | |
"module": "inspect", | |
"import_line": "import collections.abc", | |
"level": 11, | |
"started_at": 17.626047134399414, | |
"finished_at": 17.632484436035156 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/inspect.py", | |
"duration": 0.001430511474609375, | |
"module": "inspect", | |
"import_line": "import enum", | |
"level": 11, | |
"started_at": 17.635107040405273, | |
"finished_at": 17.636537551879883 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/importlib/__init__.py", | |
"duration": 0.003814697265625, | |
"module": "importlib", | |
"import_line": "import _imp", | |
"level": 13, | |
"started_at": 17.8375244140625, | |
"finished_at": 17.841339111328125 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/importlib/__init__.py", | |
"duration": 0.0016689300537109375, | |
"module": "importlib", | |
"import_line": "import sys", | |
"level": 13, | |
"started_at": 17.844200134277344, | |
"finished_at": 17.845869064331055 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/importlib/__init__.py", | |
"duration": 0.0016689300537109375, | |
"module": "importlib", | |
"import_line": "import _frozen_importlib", | |
"level": 13, | |
"started_at": 17.848491668701172, | |
"finished_at": 17.850160598754883 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/importlib/__init__.py", | |
"duration": 0.001430511474609375, | |
"module": "importlib", | |
"import_line": "import _frozen_importlib_external", | |
"level": 13, | |
"started_at": 17.853975296020508, | |
"finished_at": 17.855405807495117 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/importlib/__init__.py", | |
"duration": 0.0016689300537109375, | |
"module": "importlib", | |
"import_line": "import types", | |
"level": 13, | |
"started_at": 17.85874366760254, | |
"finished_at": 17.86041259765625 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/importlib/__init__.py", | |
"duration": 0.0011920928955078125, | |
"module": "importlib", | |
"import_line": "import warnings", | |
"level": 13, | |
"started_at": 17.862558364868164, | |
"finished_at": 17.863750457763672 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/importlib/__init__.py", | |
"duration": 0.003337860107421875, | |
"module": "importlib", | |
"import_line": "from _bootstrap import __import__", | |
"level": 13, | |
"started_at": 17.86637306213379, | |
"finished_at": 17.86971092224121 | |
} | |
], | |
"filepath": "N/A", | |
"duration": 0.23031234741210938, | |
"module": "N/A", | |
"import_line": "import importlib", | |
"level": 12, | |
"started_at": 17.64965057373047, | |
"finished_at": 17.879962921142578 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/importlib/machinery.py", | |
"duration": 0.0030994415283203125, | |
"module": "importlib.machinery", | |
"import_line": "import _imp", | |
"level": 12, | |
"started_at": 17.987966537475586, | |
"finished_at": 17.991065979003906 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/importlib/machinery.py", | |
"duration": 0.0035762786865234375, | |
"module": "importlib.machinery", | |
"import_line": "from _bootstrap import ModuleSpec", | |
"level": 12, | |
"started_at": 17.994165420532227, | |
"finished_at": 17.99774169921875 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/importlib/machinery.py", | |
"duration": 0.0026226043701171875, | |
"module": "importlib.machinery", | |
"import_line": "from _bootstrap import BuiltinImporter", | |
"level": 12, | |
"started_at": 18.000125885009766, | |
"finished_at": 18.002748489379883 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/importlib/machinery.py", | |
"duration": 0.002384185791015625, | |
"module": "importlib.machinery", | |
"import_line": "from _bootstrap import FrozenImporter", | |
"level": 12, | |
"started_at": 18.00537109375, | |
"finished_at": 18.007755279541016 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/importlib/machinery.py", | |
"duration": 0.0026226043701171875, | |
"module": "importlib.machinery", | |
"import_line": "from _bootstrap_external import SOURCE_SUFFIXES, DEBUG_BYTECODE_SUFFIXES, OPTIMIZED_BYTECODE_SUFFIXES, BYTECODE_SUFFIXES, EXTENSION_SUFFIXES", | |
"level": 12, | |
"started_at": 18.010616302490234, | |
"finished_at": 18.01323890686035 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/importlib/machinery.py", | |
"duration": 0.0021457672119140625, | |
"module": "importlib.machinery", | |
"import_line": "from _bootstrap_external import WindowsRegistryFinder", | |
"level": 12, | |
"started_at": 18.01609992980957, | |
"finished_at": 18.018245697021484 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/importlib/machinery.py", | |
"duration": 0.0021457672119140625, | |
"module": "importlib.machinery", | |
"import_line": "from _bootstrap_external import PathFinder", | |
"level": 12, | |
"started_at": 18.0206298828125, | |
"finished_at": 18.022775650024414 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/importlib/machinery.py", | |
"duration": 0.0021457672119140625, | |
"module": "importlib.machinery", | |
"import_line": "from _bootstrap_external import FileFinder", | |
"level": 12, | |
"started_at": 18.02515983581543, | |
"finished_at": 18.027305603027344 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/importlib/machinery.py", | |
"duration": 0.0021457672119140625, | |
"module": "importlib.machinery", | |
"import_line": "from _bootstrap_external import SourceFileLoader", | |
"level": 12, | |
"started_at": 18.02968978881836, | |
"finished_at": 18.031835556030273 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/importlib/machinery.py", | |
"duration": 0.0019073486328125, | |
"module": "importlib.machinery", | |
"import_line": "from _bootstrap_external import SourcelessFileLoader", | |
"level": 12, | |
"started_at": 18.033981323242188, | |
"finished_at": 18.035888671875 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/importlib/machinery.py", | |
"duration": 0.0021457672119140625, | |
"module": "importlib.machinery", | |
"import_line": "from _bootstrap_external import ExtensionFileLoader", | |
"level": 12, | |
"started_at": 18.03874969482422, | |
"finished_at": 18.040895462036133 | |
}, | |
{ | |
"children": [], | |
"filepath": "N/A", | |
"duration": 0.0019073486328125, | |
"module": "N/A", | |
"import_line": "import importlib", | |
"level": 12, | |
"started_at": 18.05257797241211, | |
"finished_at": 18.054485321044922 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/inspect.py", | |
"duration": 0.4165172576904297, | |
"module": "inspect", | |
"import_line": "import importlib.machinery", | |
"level": 11, | |
"started_at": 17.638683319091797, | |
"finished_at": 18.055200576782227 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/inspect.py", | |
"duration": 0.001430511474609375, | |
"module": "inspect", | |
"import_line": "import itertools", | |
"level": 11, | |
"started_at": 18.057584762573242, | |
"finished_at": 18.05901527404785 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/inspect.py", | |
"duration": 0.0011920928955078125, | |
"module": "inspect", | |
"import_line": "import linecache", | |
"level": 11, | |
"started_at": 18.061161041259766, | |
"finished_at": 18.062353134155273 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/inspect.py", | |
"duration": 0.0011920928955078125, | |
"module": "inspect", | |
"import_line": "import os", | |
"level": 11, | |
"started_at": 18.064260482788086, | |
"finished_at": 18.065452575683594 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/inspect.py", | |
"duration": 0.001430511474609375, | |
"module": "inspect", | |
"import_line": "import re", | |
"level": 11, | |
"started_at": 18.067598342895508, | |
"finished_at": 18.069028854370117 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/inspect.py", | |
"duration": 0.0016689300537109375, | |
"module": "inspect", | |
"import_line": "import sys", | |
"level": 11, | |
"started_at": 18.07093620300293, | |
"finished_at": 18.07260513305664 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/inspect.py", | |
"duration": 0.0011920928955078125, | |
"module": "inspect", | |
"import_line": "import tokenize", | |
"level": 11, | |
"started_at": 18.074750900268555, | |
"finished_at": 18.075942993164062 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/inspect.py", | |
"duration": 0.0011920928955078125, | |
"module": "inspect", | |
"import_line": "import token", | |
"level": 11, | |
"started_at": 18.077850341796875, | |
"finished_at": 18.079042434692383 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/inspect.py", | |
"duration": 0.001430511474609375, | |
"module": "inspect", | |
"import_line": "import types", | |
"level": 11, | |
"started_at": 18.080949783325195, | |
"finished_at": 18.082380294799805 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/inspect.py", | |
"duration": 0.001430511474609375, | |
"module": "inspect", | |
"import_line": "import warnings", | |
"level": 11, | |
"started_at": 18.08476448059082, | |
"finished_at": 18.08619499206543 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/inspect.py", | |
"duration": 0.0011920928955078125, | |
"module": "inspect", | |
"import_line": "import functools", | |
"level": 11, | |
"started_at": 18.088102340698242, | |
"finished_at": 18.08929443359375 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/inspect.py", | |
"duration": 0.0016689300537109375, | |
"module": "inspect", | |
"import_line": "import builtins", | |
"level": 11, | |
"started_at": 18.091201782226562, | |
"finished_at": 18.092870712280273 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/inspect.py", | |
"duration": 0.002384185791015625, | |
"module": "inspect", | |
"import_line": "from operator import attrgetter", | |
"level": 11, | |
"started_at": 18.095016479492188, | |
"finished_at": 18.097400665283203 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/inspect.py", | |
"duration": 0.002384185791015625, | |
"module": "inspect", | |
"import_line": "from collections import namedtuple, OrderedDict", | |
"level": 11, | |
"started_at": 18.09978485107422, | |
"finished_at": 18.102169036865234 | |
}, | |
{ | |
"children": [], | |
"filepath": null, | |
"duration": 0.0064373016357421875, | |
"module": "namedtuple_Attribute", | |
"import_line": "from builtins import property, tuple", | |
"level": 11, | |
"started_at": 18.40662956237793, | |
"finished_at": 18.413066864013672 | |
}, | |
{ | |
"children": [], | |
"filepath": null, | |
"duration": 0.00286102294921875, | |
"module": "namedtuple_Attribute", | |
"import_line": "from operator import itemgetter", | |
"level": 11, | |
"started_at": 18.416881561279297, | |
"finished_at": 18.419742584228516 | |
}, | |
{ | |
"children": [], | |
"filepath": null, | |
"duration": 0.002384185791015625, | |
"module": "namedtuple_Attribute", | |
"import_line": "from collections import OrderedDict", | |
"level": 11, | |
"started_at": 18.422365188598633, | |
"finished_at": 18.42474937438965 | |
}, | |
{ | |
"children": [], | |
"filepath": null, | |
"duration": 0.006198883056640625, | |
"module": "namedtuple_ModuleInfo", | |
"import_line": "from builtins import property, tuple", | |
"level": 11, | |
"started_at": 18.743515014648438, | |
"finished_at": 18.749713897705078 | |
}, | |
{ | |
"children": [], | |
"filepath": null, | |
"duration": 0.00286102294921875, | |
"module": "namedtuple_ModuleInfo", | |
"import_line": "from operator import itemgetter", | |
"level": 11, | |
"started_at": 18.753528594970703, | |
"finished_at": 18.756389617919922 | |
}, | |
{ | |
"children": [], | |
"filepath": null, | |
"duration": 0.0021457672119140625, | |
"module": "namedtuple_ModuleInfo", | |
"import_line": "from collections import OrderedDict", | |
"level": 11, | |
"started_at": 18.75901222229004, | |
"finished_at": 18.761157989501953 | |
}, | |
{ | |
"children": [], | |
"filepath": null, | |
"duration": 0.008106231689453125, | |
"module": "namedtuple_Arguments", | |
"import_line": "from builtins import property, tuple", | |
"level": 11, | |
"started_at": 19.10853385925293, | |
"finished_at": 19.116640090942383 | |
}, | |
{ | |
"children": [], | |
"filepath": null, | |
"duration": 0.0030994415283203125, | |
"module": "namedtuple_Arguments", | |
"import_line": "from operator import itemgetter", | |
"level": 11, | |
"started_at": 19.120454788208008, | |
"finished_at": 19.123554229736328 | |
}, | |
{ | |
"children": [], | |
"filepath": null, | |
"duration": 0.002384185791015625, | |
"module": "namedtuple_Arguments", | |
"import_line": "from collections import OrderedDict", | |
"level": 11, | |
"started_at": 19.126176834106445, | |
"finished_at": 19.12856101989746 | |
}, | |
{ | |
"children": [], | |
"filepath": null, | |
"duration": 0.006198883056640625, | |
"module": "namedtuple_ArgSpec", | |
"import_line": "from builtins import property, tuple", | |
"level": 11, | |
"started_at": 19.433975219726562, | |
"finished_at": 19.440174102783203 | |
}, | |
{ | |
"children": [], | |
"filepath": null, | |
"duration": 0.0026226043701171875, | |
"module": "namedtuple_ArgSpec", | |
"import_line": "from operator import itemgetter", | |
"level": 11, | |
"started_at": 19.443988800048828, | |
"finished_at": 19.446611404418945 | |
}, | |
{ | |
"children": [], | |
"filepath": null, | |
"duration": 0.0021457672119140625, | |
"module": "namedtuple_ArgSpec", | |
"import_line": "from collections import OrderedDict", | |
"level": 11, | |
"started_at": 19.449234008789062, | |
"finished_at": 19.451379776000977 | |
}, | |
{ | |
"children": [], | |
"filepath": null, | |
"duration": 0.00667572021484375, | |
"module": "namedtuple_FullArgSpec", | |
"import_line": "from builtins import property, tuple", | |
"level": 11, | |
"started_at": 19.856691360473633, | |
"finished_at": 19.863367080688477 | |
}, | |
{ | |
"children": [], | |
"filepath": null, | |
"duration": 0.00286102294921875, | |
"module": "namedtuple_FullArgSpec", | |
"import_line": "from operator import itemgetter", | |
"level": 11, | |
"started_at": 19.866943359375, | |
"finished_at": 19.86980438232422 | |
}, | |
{ | |
"children": [], | |
"filepath": null, | |
"duration": 0.0026226043701171875, | |
"module": "namedtuple_FullArgSpec", | |
"import_line": "from collections import OrderedDict", | |
"level": 11, | |
"started_at": 19.872188568115234, | |
"finished_at": 19.87481117248535 | |
}, | |
{ | |
"children": [], | |
"filepath": null, | |
"duration": 0.006198883056640625, | |
"module": "namedtuple_ArgInfo", | |
"import_line": "from builtins import property, tuple", | |
"level": 11, | |
"started_at": 20.17498016357422, | |
"finished_at": 20.18117904663086 | |
}, | |
{ | |
"children": [], | |
"filepath": null, | |
"duration": 0.00286102294921875, | |
"module": "namedtuple_ArgInfo", | |
"import_line": "from operator import itemgetter", | |
"level": 11, | |
"started_at": 20.184755325317383, | |
"finished_at": 20.1876163482666 | |
}, | |
{ | |
"children": [], | |
"filepath": null, | |
"duration": 0.0026226043701171875, | |
"module": "namedtuple_ArgInfo", | |
"import_line": "from collections import OrderedDict", | |
"level": 11, | |
"started_at": 20.19023895263672, | |
"finished_at": 20.192861557006836 | |
}, | |
{ | |
"children": [], | |
"filepath": null, | |
"duration": 0.006198883056640625, | |
"module": "namedtuple_ClosureVars", | |
"import_line": "from builtins import property, tuple", | |
"level": 11, | |
"started_at": 20.491600036621094, | |
"finished_at": 20.497798919677734 | |
}, | |
{ | |
"children": [], | |
"filepath": null, | |
"duration": 0.00286102294921875, | |
"module": "namedtuple_ClosureVars", | |
"import_line": "from operator import itemgetter", | |
"level": 11, | |
"started_at": 20.501375198364258, | |
"finished_at": 20.504236221313477 | |
}, | |
{ | |
"children": [], | |
"filepath": null, | |
"duration": 0.002384185791015625, | |
"module": "namedtuple_ClosureVars", | |
"import_line": "from collections import OrderedDict", | |
"level": 11, | |
"started_at": 20.506620407104492, | |
"finished_at": 20.509004592895508 | |
}, | |
{ | |
"children": [], | |
"filepath": null, | |
"duration": 0.006198883056640625, | |
"module": "namedtuple_Traceback", | |
"import_line": "from builtins import property, tuple", | |
"level": 11, | |
"started_at": 20.82228660583496, | |
"finished_at": 20.8284854888916 | |
}, | |
{ | |
"children": [], | |
"filepath": null, | |
"duration": 0.00286102294921875, | |
"module": "namedtuple_Traceback", | |
"import_line": "from operator import itemgetter", | |
"level": 11, | |
"started_at": 20.832300186157227, | |
"finished_at": 20.835161209106445 | |
}, | |
{ | |
"children": [], | |
"filepath": null, | |
"duration": 0.002384185791015625, | |
"module": "namedtuple_Traceback", | |
"import_line": "from collections import OrderedDict", | |
"level": 11, | |
"started_at": 20.837783813476562, | |
"finished_at": 20.840167999267578 | |
}, | |
{ | |
"children": [], | |
"filepath": null, | |
"duration": 0.006198883056640625, | |
"module": "namedtuple_FrameInfo", | |
"import_line": "from builtins import property, tuple", | |
"level": 11, | |
"started_at": 21.16990089416504, | |
"finished_at": 21.17609977722168 | |
}, | |
{ | |
"children": [], | |
"filepath": null, | |
"duration": 0.0026226043701171875, | |
"module": "namedtuple_FrameInfo", | |
"import_line": "from operator import itemgetter", | |
"level": 11, | |
"started_at": 21.179676055908203, | |
"finished_at": 21.18229866027832 | |
}, | |
{ | |
"children": [], | |
"filepath": null, | |
"duration": 0.0021457672119140625, | |
"module": "namedtuple_FrameInfo", | |
"import_line": "from collections import OrderedDict", | |
"level": 11, | |
"started_at": 21.184921264648438, | |
"finished_at": 21.18706703186035 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/filters/types.py", | |
"duration": 6.927013397216797, | |
"module": "prompt_toolkit.filters.types", | |
"import_line": "import inspect", | |
"level": 10, | |
"started_at": 14.465570449829102, | |
"finished_at": 21.3925838470459 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/utils.py", | |
"duration": 0.0050067901611328125, | |
"module": "prompt_toolkit.utils", | |
"import_line": "from __future__ import unicode_literals", | |
"level": 11, | |
"started_at": 21.520376205444336, | |
"finished_at": 21.52538299560547 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/utils.py", | |
"duration": 0.0019073486328125, | |
"module": "prompt_toolkit.utils", | |
"import_line": "import os", | |
"level": 11, | |
"started_at": 21.52872085571289, | |
"finished_at": 21.530628204345703 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/utils.py", | |
"duration": 0.001430511474609375, | |
"module": "prompt_toolkit.utils", | |
"import_line": "import signal", | |
"level": 11, | |
"started_at": 21.53301239013672, | |
"finished_at": 21.534442901611328 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/utils.py", | |
"duration": 0.0019073486328125, | |
"module": "prompt_toolkit.utils", | |
"import_line": "import sys", | |
"level": 11, | |
"started_at": 21.536588668823242, | |
"finished_at": 21.538496017456055 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/utils.py", | |
"duration": 0.001430511474609375, | |
"module": "prompt_toolkit.utils", | |
"import_line": "import threading", | |
"level": 11, | |
"started_at": 21.54088020324707, | |
"finished_at": 21.54231071472168 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/utils.py", | |
"duration": 0.001430511474609375, | |
"module": "prompt_toolkit.utils", | |
"import_line": "import inspect", | |
"level": 11, | |
"started_at": 21.544456481933594, | |
"finished_at": 21.545886993408203 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/wcwidth/wcwidth.py", | |
"duration": 0.0045299530029296875, | |
"module": "wcwidth.wcwidth", | |
"import_line": "from __future__ import division", | |
"level": 13, | |
"started_at": 21.86107635498047, | |
"finished_at": 21.8656063079834 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/wcwidth/wcwidth.py", | |
"duration": 0.08749961853027344, | |
"module": "wcwidth.wcwidth", | |
"import_line": "from table_wide import WIDE_EASTASIAN", | |
"level": 13, | |
"started_at": 21.86894416809082, | |
"finished_at": 21.956443786621094 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/wcwidth/wcwidth.py", | |
"duration": 0.17142295837402344, | |
"module": "wcwidth.wcwidth", | |
"import_line": "from table_zero import ZERO_WIDTH", | |
"level": 13, | |
"started_at": 21.961212158203125, | |
"finished_at": 22.13263511657715 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/wcwidth/__init__.py", | |
"duration": 0.3943443298339844, | |
"module": "wcwidth", | |
"import_line": "from wcwidth import wcwidth, wcswidth", | |
"level": 12, | |
"started_at": 21.747589111328125, | |
"finished_at": 22.14193344116211 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/utils.py", | |
"duration": 0.6000995635986328, | |
"module": "prompt_toolkit.utils", | |
"import_line": "from wcwidth import wcwidth", | |
"level": 11, | |
"started_at": 21.548032760620117, | |
"finished_at": 22.14813232421875 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "N/A", | |
"duration": 0.00286102294921875, | |
"module": "N/A", | |
"import_line": "import builtins", | |
"level": 12, | |
"started_at": 22.188186645507812, | |
"finished_at": 22.19104766845703 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/utils.py", | |
"duration": 0.04100799560546875, | |
"module": "prompt_toolkit.utils", | |
"import_line": "from six.moves import range", | |
"level": 11, | |
"started_at": 22.15290069580078, | |
"finished_at": 22.19390869140625 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/filters/types.py", | |
"duration": 0.8404254913330078, | |
"module": "prompt_toolkit.filters.types", | |
"import_line": "from prompt_toolkit.utils import test_callable_args", | |
"level": 10, | |
"started_at": 21.398067474365234, | |
"finished_at": 22.238492965698242 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/filters/base.py", | |
"duration": 7.941484451293945, | |
"module": "prompt_toolkit.filters.base", | |
"import_line": "from types import test_callable_args", | |
"level": 9, | |
"started_at": 14.362096786499023, | |
"finished_at": 22.30358123779297 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/filters/__init__.py", | |
"duration": 8.360624313354492, | |
"module": "prompt_toolkit.filters", | |
"import_line": "from base import *", | |
"level": 8, | |
"started_at": 14.12343978881836, | |
"finished_at": 22.48406410217285 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/filters/cli.py", | |
"duration": 0.00476837158203125, | |
"module": "prompt_toolkit.filters.cli", | |
"import_line": "from __future__ import unicode_literals", | |
"level": 9, | |
"started_at": 22.638559341430664, | |
"finished_at": 22.643327713012695 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/filters/cli.py", | |
"duration": 0.004291534423828125, | |
"module": "prompt_toolkit.filters.cli", | |
"import_line": "from base import Filter", | |
"level": 9, | |
"started_at": 22.646427154541016, | |
"finished_at": 22.650718688964844 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/enums.py", | |
"duration": 0.003814697265625, | |
"module": "prompt_toolkit.enums", | |
"import_line": "from __future__ import unicode_literals", | |
"level": 10, | |
"started_at": 22.74012565612793, | |
"finished_at": 22.743940353393555 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/filters/cli.py", | |
"duration": 0.12326240539550781, | |
"module": "prompt_toolkit.filters.cli", | |
"import_line": "from prompt_toolkit.enums import EditingMode", | |
"level": 9, | |
"started_at": 22.653579711914062, | |
"finished_at": 22.77684211730957 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/key_binding/__init__.py", | |
"duration": 0.003814697265625, | |
"module": "prompt_toolkit.key_binding", | |
"import_line": "from __future__ import unicode_literals", | |
"level": 11, | |
"started_at": 22.875547409057617, | |
"finished_at": 22.879362106323242 | |
}, | |
{ | |
"children": [], | |
"filepath": "N/A", | |
"duration": 0.0057220458984375, | |
"module": "N/A", | |
"import_line": "import prompt_toolkit", | |
"level": 11, | |
"started_at": 22.89104461669922, | |
"finished_at": 22.896766662597656 | |
} | |
], | |
"filepath": "N/A", | |
"duration": 0.1068115234375, | |
"module": "N/A", | |
"import_line": "import prompt_toolkit.key_binding", | |
"level": 10, | |
"started_at": 22.790908813476562, | |
"finished_at": 22.897720336914062 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/key_binding/vi_state.py", | |
"duration": 0.0040531158447265625, | |
"module": "prompt_toolkit.key_binding.vi_state", | |
"import_line": "from __future__ import unicode_literals", | |
"level": 10, | |
"started_at": 23.009300231933594, | |
"finished_at": 23.01335334777832 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/filters/cli.py", | |
"duration": 0.2751350402832031, | |
"module": "prompt_toolkit.filters.cli", | |
"import_line": "from prompt_toolkit.key_binding.vi_state import InputMode", | |
"level": 9, | |
"started_at": 22.780418395996094, | |
"finished_at": 23.055553436279297 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/filters/__init__.py", | |
"duration": 1.0504722595214844, | |
"module": "prompt_toolkit.filters", | |
"import_line": "from cli import *", | |
"level": 8, | |
"started_at": 22.490501403808594, | |
"finished_at": 23.540973663330078 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/filters/__init__.py", | |
"duration": 0.004291534423828125, | |
"module": "prompt_toolkit.filters", | |
"import_line": "from types import *", | |
"level": 8, | |
"started_at": 23.551464080810547, | |
"finished_at": 23.555755615234375 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/filters/utils.py", | |
"duration": 0.004291534423828125, | |
"module": "prompt_toolkit.filters.utils", | |
"import_line": "from __future__ import unicode_literals", | |
"level": 9, | |
"started_at": 23.655176162719727, | |
"finished_at": 23.659467697143555 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/filters/utils.py", | |
"duration": 0.00286102294921875, | |
"module": "prompt_toolkit.filters.utils", | |
"import_line": "from base import Always, Never", | |
"level": 9, | |
"started_at": 23.662805557250977, | |
"finished_at": 23.665666580200195 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/filters/utils.py", | |
"duration": 0.002384185791015625, | |
"module": "prompt_toolkit.filters.utils", | |
"import_line": "from types import SimpleFilter, CLIFilter", | |
"level": 9, | |
"started_at": 23.668527603149414, | |
"finished_at": 23.67091178894043 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/filters/__init__.py", | |
"duration": 0.1423358917236328, | |
"module": "prompt_toolkit.filters", | |
"import_line": "from utils import *", | |
"level": 8, | |
"started_at": 23.5593318939209, | |
"finished_at": 23.70166778564453 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/auto_suggest.py", | |
"duration": 9.691238403320312, | |
"module": "prompt_toolkit.auto_suggest", | |
"import_line": "from filters import to_cli_filter", | |
"level": 7, | |
"started_at": 14.023780822753906, | |
"finished_at": 23.71501922607422 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/buffer.py", | |
"duration": 9.919404983520508, | |
"module": "prompt_toolkit.buffer", | |
"import_line": "from auto_suggest import AutoSuggest", | |
"level": 6, | |
"started_at": 13.907432556152344, | |
"finished_at": 23.82683753967285 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/clipboard/base.py", | |
"duration": 0.0045299530029296875, | |
"module": "prompt_toolkit.clipboard.base", | |
"import_line": "from __future__ import unicode_literals", | |
"level": 8, | |
"started_at": 24.050235748291016, | |
"finished_at": 24.054765701293945 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/clipboard/base.py", | |
"duration": 0.002384185791015625, | |
"module": "prompt_toolkit.clipboard.base", | |
"import_line": "from abc import ABCMeta, abstractmethod", | |
"level": 8, | |
"started_at": 24.057865142822266, | |
"finished_at": 24.06024932861328 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/clipboard/base.py", | |
"duration": 0.002384185791015625, | |
"module": "prompt_toolkit.clipboard.base", | |
"import_line": "from six import with_metaclass", | |
"level": 8, | |
"started_at": 24.0631103515625, | |
"finished_at": 24.065494537353516 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/clipboard/base.py", | |
"duration": 0.001430511474609375, | |
"module": "prompt_toolkit.clipboard.base", | |
"import_line": "import six", | |
"level": 8, | |
"started_at": 24.068355560302734, | |
"finished_at": 24.069786071777344 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/selection.py", | |
"duration": 0.0040531158447265625, | |
"module": "prompt_toolkit.selection", | |
"import_line": "from __future__ import unicode_literals", | |
"level": 9, | |
"started_at": 24.157285690307617, | |
"finished_at": 24.161338806152344 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/clipboard/base.py", | |
"duration": 0.12493133544921875, | |
"module": "prompt_toolkit.clipboard.base", | |
"import_line": "from prompt_toolkit.selection import SelectionType", | |
"level": 8, | |
"started_at": 24.07217025756836, | |
"finished_at": 24.197101593017578 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/clipboard/__init__.py", | |
"duration": 0.3342628479003906, | |
"module": "prompt_toolkit.clipboard", | |
"import_line": "from base import Clipboard, ClipboardData", | |
"level": 7, | |
"started_at": 23.92745018005371, | |
"finished_at": 24.2617130279541 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/clipboard/in_memory.py", | |
"duration": 0.0045299530029296875, | |
"module": "prompt_toolkit.clipboard.in_memory", | |
"import_line": "from base import Clipboard, ClipboardData", | |
"level": 8, | |
"started_at": 24.355173110961914, | |
"finished_at": 24.359703063964844 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/clipboard/__init__.py", | |
"duration": 0.13113021850585938, | |
"module": "prompt_toolkit.clipboard", | |
"import_line": "from in_memory import InMemoryClipboard", | |
"level": 7, | |
"started_at": 24.266719818115234, | |
"finished_at": 24.397850036621094 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/buffer.py", | |
"duration": 0.5738735198974609, | |
"module": "prompt_toolkit.buffer", | |
"import_line": "from clipboard import ClipboardData", | |
"level": 6, | |
"started_at": 23.831605911254883, | |
"finished_at": 24.405479431152344 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/completion.py", | |
"duration": 0.0040531158447265625, | |
"module": "prompt_toolkit.completion", | |
"import_line": "from __future__ import unicode_literals", | |
"level": 7, | |
"started_at": 24.51348304748535, | |
"finished_at": 24.517536163330078 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/completion.py", | |
"duration": 0.0021457672119140625, | |
"module": "prompt_toolkit.completion", | |
"import_line": "from abc import ABCMeta, abstractmethod", | |
"level": 7, | |
"started_at": 24.5208740234375, | |
"finished_at": 24.523019790649414 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/completion.py", | |
"duration": 0.002384185791015625, | |
"module": "prompt_toolkit.completion", | |
"import_line": "from six import with_metaclass", | |
"level": 7, | |
"started_at": 24.52564239501953, | |
"finished_at": 24.528026580810547 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/buffer.py", | |
"duration": 0.19550323486328125, | |
"module": "prompt_toolkit.buffer", | |
"import_line": "from completion import Completer, Completion, CompleteEvent", | |
"level": 6, | |
"started_at": 24.40953254699707, | |
"finished_at": 24.60503578186035 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/document.py", | |
"duration": 0.00476837158203125, | |
"module": "prompt_toolkit.document", | |
"import_line": "from __future__ import unicode_literals", | |
"level": 7, | |
"started_at": 24.80459213256836, | |
"finished_at": 24.80936050415039 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/bisect.py", | |
"duration": 0.1780986785888672, | |
"module": "bisect", | |
"import_line": "from _bisect import *", | |
"level": 8, | |
"started_at": 24.97553825378418, | |
"finished_at": 25.153636932373047 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/document.py", | |
"duration": 0.3504753112792969, | |
"module": "prompt_toolkit.document", | |
"import_line": "import bisect", | |
"level": 7, | |
"started_at": 24.81245994567871, | |
"finished_at": 25.162935256958008 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/document.py", | |
"duration": 0.002384185791015625, | |
"module": "prompt_toolkit.document", | |
"import_line": "import re", | |
"level": 7, | |
"started_at": 25.16770362854004, | |
"finished_at": 25.170087814331055 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/document.py", | |
"duration": 0.001430511474609375, | |
"module": "prompt_toolkit.document", | |
"import_line": "import six", | |
"level": 7, | |
"started_at": 25.172710418701172, | |
"finished_at": 25.17414093017578 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/string.py", | |
"duration": 0.03886222839355469, | |
"module": "string", | |
"import_line": "import _string", | |
"level": 8, | |
"started_at": 25.436878204345703, | |
"finished_at": 25.475740432739258 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/string.py", | |
"duration": 0.002384185791015625, | |
"module": "string", | |
"import_line": "import re", | |
"level": 8, | |
"started_at": 25.481700897216797, | |
"finished_at": 25.484085083007812 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/string.py", | |
"duration": 0.00286102294921875, | |
"module": "string", | |
"import_line": "from collections import ChainMap", | |
"level": 8, | |
"started_at": 25.487661361694336, | |
"finished_at": 25.490522384643555 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/document.py", | |
"duration": 1.4998912811279297, | |
"module": "prompt_toolkit.document", | |
"import_line": "import string", | |
"level": 7, | |
"started_at": 25.1767635345459, | |
"finished_at": 26.676654815673828 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/document.py", | |
"duration": 0.0026226043701171875, | |
"module": "prompt_toolkit.document", | |
"import_line": "import weakref", | |
"level": 7, | |
"started_at": 26.681900024414062, | |
"finished_at": 26.68452262878418 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "N/A", | |
"duration": 0.0021457672119140625, | |
"module": "N/A", | |
"import_line": "import builtins", | |
"level": 8, | |
"started_at": 26.69382095336914, | |
"finished_at": 26.695966720581055 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/document.py", | |
"duration": 0.011444091796875, | |
"module": "prompt_toolkit.document", | |
"import_line": "from six.moves import range, map", | |
"level": 7, | |
"started_at": 26.6876220703125, | |
"finished_at": 26.699066162109375 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/document.py", | |
"duration": 0.003337860107421875, | |
"module": "prompt_toolkit.document", | |
"import_line": "from selection import SelectionType, SelectionState", | |
"level": 7, | |
"started_at": 26.702404022216797, | |
"finished_at": 26.70574188232422 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/document.py", | |
"duration": 0.002384185791015625, | |
"module": "prompt_toolkit.document", | |
"import_line": "from clipboard import ClipboardData", | |
"level": 7, | |
"started_at": 26.708364486694336, | |
"finished_at": 26.71074867248535 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/buffer.py", | |
"duration": 2.6679039001464844, | |
"module": "prompt_toolkit.buffer", | |
"import_line": "from document import Document", | |
"level": 6, | |
"started_at": 24.609804153442383, | |
"finished_at": 27.277708053588867 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/buffer.py", | |
"duration": 0.0040531158447265625, | |
"module": "prompt_toolkit.buffer", | |
"import_line": "from enums import IncrementalSearchDirection", | |
"level": 6, | |
"started_at": 27.2829532623291, | |
"finished_at": 27.287006378173828 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/buffer.py", | |
"duration": 0.00286102294921875, | |
"module": "prompt_toolkit.buffer", | |
"import_line": "from filters import to_simple_filter", | |
"level": 6, | |
"started_at": 27.289867401123047, | |
"finished_at": 27.292728424072266 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/history.py", | |
"duration": 0.0045299530029296875, | |
"module": "prompt_toolkit.history", | |
"import_line": "from __future__ import unicode_literals", | |
"level": 7, | |
"started_at": 27.407169342041016, | |
"finished_at": 27.411699295043945 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/history.py", | |
"duration": 0.002384185791015625, | |
"module": "prompt_toolkit.history", | |
"import_line": "from abc import ABCMeta, abstractmethod", | |
"level": 7, | |
"started_at": 27.414798736572266, | |
"finished_at": 27.41718292236328 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/history.py", | |
"duration": 0.002384185791015625, | |
"module": "prompt_toolkit.history", | |
"import_line": "from six import with_metaclass", | |
"level": 7, | |
"started_at": 27.4198055267334, | |
"finished_at": 27.422189712524414 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/history.py", | |
"duration": 0.0019073486328125, | |
"module": "prompt_toolkit.history", | |
"import_line": "import datetime", | |
"level": 7, | |
"started_at": 27.42624282836914, | |
"finished_at": 27.428150177001953 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/history.py", | |
"duration": 0.001430511474609375, | |
"module": "prompt_toolkit.history", | |
"import_line": "import os", | |
"level": 7, | |
"started_at": 27.430295944213867, | |
"finished_at": 27.431726455688477 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/buffer.py", | |
"duration": 0.2415180206298828, | |
"module": "prompt_toolkit.buffer", | |
"import_line": "from history import History, InMemoryHistory", | |
"level": 6, | |
"started_at": 27.295351028442383, | |
"finished_at": 27.536869049072266 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/search_state.py", | |
"duration": 0.0045299530029296875, | |
"module": "prompt_toolkit.search_state", | |
"import_line": "from enums import IncrementalSearchDirection", | |
"level": 7, | |
"started_at": 27.636051177978516, | |
"finished_at": 27.640581130981445 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/search_state.py", | |
"duration": 0.0026226043701171875, | |
"module": "prompt_toolkit.search_state", | |
"import_line": "from filters import to_simple_filter", | |
"level": 7, | |
"started_at": 27.643442153930664, | |
"finished_at": 27.64606475830078 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/buffer.py", | |
"duration": 0.1323223114013672, | |
"module": "prompt_toolkit.buffer", | |
"import_line": "from search_state import SearchState", | |
"level": 6, | |
"started_at": 27.541637420654297, | |
"finished_at": 27.673959732055664 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/buffer.py", | |
"duration": 0.00667572021484375, | |
"module": "prompt_toolkit.buffer", | |
"import_line": "from selection import SelectionType, SelectionState", | |
"level": 6, | |
"started_at": 27.68230438232422, | |
"finished_at": 27.688980102539062 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/buffer.py", | |
"duration": 0.0026226043701171875, | |
"module": "prompt_toolkit.buffer", | |
"import_line": "from utils import Event", | |
"level": 6, | |
"started_at": 27.69327163696289, | |
"finished_at": 27.695894241333008 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/cache.py", | |
"duration": 0.0040531158447265625, | |
"module": "prompt_toolkit.cache", | |
"import_line": "from __future__ import unicode_literals", | |
"level": 7, | |
"started_at": 27.79102325439453, | |
"finished_at": 27.795076370239258 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/cache.py", | |
"duration": 0.0026226043701171875, | |
"module": "prompt_toolkit.cache", | |
"import_line": "from collections import deque", | |
"level": 7, | |
"started_at": 27.797698974609375, | |
"finished_at": 27.800321578979492 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/buffer.py", | |
"duration": 0.1399517059326172, | |
"module": "prompt_toolkit.buffer", | |
"import_line": "from cache import FastDictCache", | |
"level": 6, | |
"started_at": 27.698516845703125, | |
"finished_at": 27.838468551635742 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/validation.py", | |
"duration": 0.0040531158447265625, | |
"module": "prompt_toolkit.validation", | |
"import_line": "from __future__ import unicode_literals", | |
"level": 7, | |
"started_at": 27.936935424804688, | |
"finished_at": 27.940988540649414 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/validation.py", | |
"duration": 0.00286102294921875, | |
"module": "prompt_toolkit.validation", | |
"import_line": "from filters import to_simple_filter", | |
"level": 7, | |
"started_at": 27.943849563598633, | |
"finished_at": 27.94671058654785 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/validation.py", | |
"duration": 0.0021457672119140625, | |
"module": "prompt_toolkit.validation", | |
"import_line": "from abc import ABCMeta, abstractmethod", | |
"level": 7, | |
"started_at": 27.949094772338867, | |
"finished_at": 27.95124053955078 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/validation.py", | |
"duration": 0.0019073486328125, | |
"module": "prompt_toolkit.validation", | |
"import_line": "from six import with_metaclass", | |
"level": 7, | |
"started_at": 27.9543399810791, | |
"finished_at": 27.956247329711914 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/buffer.py", | |
"duration": 0.20432472229003906, | |
"module": "prompt_toolkit.buffer", | |
"import_line": "from validation import ValidationError", | |
"level": 6, | |
"started_at": 27.842283248901367, | |
"finished_at": 28.046607971191406 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/buffer.py", | |
"duration": 0.0035762786865234375, | |
"module": "prompt_toolkit.buffer", | |
"import_line": "from six.moves import range", | |
"level": 6, | |
"started_at": 28.050899505615234, | |
"finished_at": 28.054475784301758 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/buffer.py", | |
"duration": 0.0016689300537109375, | |
"module": "prompt_toolkit.buffer", | |
"import_line": "import os", | |
"level": 6, | |
"started_at": 28.057098388671875, | |
"finished_at": 28.058767318725586 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/buffer.py", | |
"duration": 0.001430511474609375, | |
"module": "prompt_toolkit.buffer", | |
"import_line": "import re", | |
"level": 6, | |
"started_at": 28.0609130859375, | |
"finished_at": 28.06234359741211 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/buffer.py", | |
"duration": 0.001430511474609375, | |
"module": "prompt_toolkit.buffer", | |
"import_line": "import six", | |
"level": 6, | |
"started_at": 28.064250946044922, | |
"finished_at": 28.06568145751953 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/buffer.py", | |
"duration": 0.001430511474609375, | |
"module": "prompt_toolkit.buffer", | |
"import_line": "import subprocess", | |
"level": 6, | |
"started_at": 28.067827224731445, | |
"finished_at": 28.069257736206055 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/tempfile.py", | |
"duration": 0.003814697265625, | |
"module": "tempfile", | |
"import_line": "import functools", | |
"level": 7, | |
"started_at": 28.37824821472168, | |
"finished_at": 28.382062911987305 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/tempfile.py", | |
"duration": 0.0016689300537109375, | |
"module": "tempfile", | |
"import_line": "import warnings", | |
"level": 7, | |
"started_at": 28.384923934936523, | |
"finished_at": 28.386592864990234 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/tempfile.py", | |
"duration": 0.0011920928955078125, | |
"module": "tempfile", | |
"import_line": "import io", | |
"level": 7, | |
"started_at": 28.38897705078125, | |
"finished_at": 28.390169143676758 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/tempfile.py", | |
"duration": 0.001430511474609375, | |
"module": "tempfile", | |
"import_line": "import os", | |
"level": 7, | |
"started_at": 28.392791748046875, | |
"finished_at": 28.394222259521484 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/shutil.py", | |
"duration": 0.0035762786865234375, | |
"module": "shutil", | |
"import_line": "import os", | |
"level": 8, | |
"started_at": 28.662443161010742, | |
"finished_at": 28.666019439697266 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/shutil.py", | |
"duration": 0.0021457672119140625, | |
"module": "shutil", | |
"import_line": "import sys", | |
"level": 8, | |
"started_at": 28.668880462646484, | |
"finished_at": 28.6710262298584 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/shutil.py", | |
"duration": 0.0016689300537109375, | |
"module": "shutil", | |
"import_line": "import stat", | |
"level": 8, | |
"started_at": 28.673410415649414, | |
"finished_at": 28.675079345703125 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/fnmatch.py", | |
"duration": 0.0030994415283203125, | |
"module": "fnmatch", | |
"import_line": "import os", | |
"level": 9, | |
"started_at": 28.845787048339844, | |
"finished_at": 28.848886489868164 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/fnmatch.py", | |
"duration": 0.0016689300537109375, | |
"module": "fnmatch", | |
"import_line": "import posixpath", | |
"level": 9, | |
"started_at": 28.85150909423828, | |
"finished_at": 28.853178024291992 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/fnmatch.py", | |
"duration": 0.0011920928955078125, | |
"module": "fnmatch", | |
"import_line": "import re", | |
"level": 9, | |
"started_at": 28.855323791503906, | |
"finished_at": 28.856515884399414 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/fnmatch.py", | |
"duration": 0.0011920928955078125, | |
"module": "fnmatch", | |
"import_line": "import functools", | |
"level": 9, | |
"started_at": 28.858661651611328, | |
"finished_at": 28.859853744506836 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/shutil.py", | |
"duration": 0.2014636993408203, | |
"module": "shutil", | |
"import_line": "import fnmatch", | |
"level": 8, | |
"started_at": 28.67722511291504, | |
"finished_at": 28.87868881225586 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/shutil.py", | |
"duration": 0.0016689300537109375, | |
"module": "shutil", | |
"import_line": "import collections", | |
"level": 8, | |
"started_at": 28.88202667236328, | |
"finished_at": 28.883695602416992 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/shutil.py", | |
"duration": 0.0011920928955078125, | |
"module": "shutil", | |
"import_line": "import errno", | |
"level": 8, | |
"started_at": 28.886079788208008, | |
"finished_at": 28.887271881103516 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/tarfile.py", | |
"duration": 0.0057220458984375, | |
"module": "tarfile", | |
"import_line": "from builtins import open", | |
"level": 9, | |
"started_at": 29.320478439331055, | |
"finished_at": 29.326200485229492 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/tarfile.py", | |
"duration": 0.0021457672119140625, | |
"module": "tarfile", | |
"import_line": "import sys", | |
"level": 9, | |
"started_at": 29.329299926757812, | |
"finished_at": 29.331445693969727 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/tarfile.py", | |
"duration": 0.001430511474609375, | |
"module": "tarfile", | |
"import_line": "import os", | |
"level": 9, | |
"started_at": 29.333829879760742, | |
"finished_at": 29.33526039123535 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/tarfile.py", | |
"duration": 0.0011920928955078125, | |
"module": "tarfile", | |
"import_line": "import io", | |
"level": 9, | |
"started_at": 29.337406158447266, | |
"finished_at": 29.338598251342773 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/tarfile.py", | |
"duration": 0.006198883056640625, | |
"module": "tarfile", | |
"import_line": "import shutil", | |
"level": 9, | |
"started_at": 29.340744018554688, | |
"finished_at": 29.346942901611328 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/tarfile.py", | |
"duration": 0.001430511474609375, | |
"module": "tarfile", | |
"import_line": "import stat", | |
"level": 9, | |
"started_at": 29.349088668823242, | |
"finished_at": 29.35051918029785 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/tarfile.py", | |
"duration": 0.0011920928955078125, | |
"module": "tarfile", | |
"import_line": "import time", | |
"level": 9, | |
"started_at": 29.352426528930664, | |
"finished_at": 29.353618621826172 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/tarfile.py", | |
"duration": 0.001430511474609375, | |
"module": "tarfile", | |
"import_line": "import struct", | |
"level": 9, | |
"started_at": 29.355525970458984, | |
"finished_at": 29.356956481933594 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/copy.py", | |
"duration": 0.003337860107421875, | |
"module": "copy", | |
"import_line": "import types", | |
"level": 10, | |
"started_at": 29.54721450805664, | |
"finished_at": 29.550552368164062 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/copy.py", | |
"duration": 0.001430511474609375, | |
"module": "copy", | |
"import_line": "import weakref", | |
"level": 10, | |
"started_at": 29.55341339111328, | |
"finished_at": 29.55484390258789 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/copy.py", | |
"duration": 0.00286102294921875, | |
"module": "copy", | |
"import_line": "from copyreg import dispatch_table", | |
"level": 10, | |
"started_at": 29.55770492553711, | |
"finished_at": 29.560565948486328 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/copy.py", | |
"duration": 0.0016689300537109375, | |
"module": "copy", | |
"import_line": "import builtins", | |
"level": 10, | |
"started_at": 29.562950134277344, | |
"finished_at": 29.564619064331055 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "N/A", | |
"duration": 0.16880035400390625, | |
"module": "N/A", | |
"import_line": "import org", | |
"level": 12, | |
"started_at": 29.605865478515625, | |
"finished_at": 29.77466583251953 | |
} | |
], | |
"filepath": "N/A", | |
"duration": 0.1804828643798828, | |
"module": "N/A", | |
"import_line": "import org.python", | |
"level": 11, | |
"started_at": 29.598236083984375, | |
"finished_at": 29.778718948364258 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/copy.py", | |
"duration": 0.19550323486328125, | |
"module": "copy", | |
"import_line": "from org.python.core import PyStringMap", | |
"level": 10, | |
"started_at": 29.586315155029297, | |
"finished_at": 29.781818389892578 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/tarfile.py", | |
"duration": 0.4565715789794922, | |
"module": "tarfile", | |
"import_line": "import copy", | |
"level": 9, | |
"started_at": 29.358863830566406, | |
"finished_at": 29.8154354095459 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/tarfile.py", | |
"duration": 0.002384185791015625, | |
"module": "tarfile", | |
"import_line": "import re", | |
"level": 9, | |
"started_at": 29.82044219970703, | |
"finished_at": 29.822826385498047 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/tarfile.py", | |
"duration": 0.1842975616455078, | |
"module": "tarfile", | |
"import_line": "import grp", | |
"level": 9, | |
"started_at": 29.825210571289062, | |
"finished_at": 30.00950813293457 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/tarfile.py", | |
"duration": 0.040531158447265625, | |
"module": "tarfile", | |
"import_line": "import pwd", | |
"level": 9, | |
"started_at": 30.0140380859375, | |
"finished_at": 30.054569244384766 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/shutil.py", | |
"duration": 1.3980865478515625, | |
"module": "shutil", | |
"import_line": "import tarfile", | |
"level": 8, | |
"started_at": 28.88941764831543, | |
"finished_at": 30.287504196166992 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/bz2.py", | |
"duration": 0.0054836273193359375, | |
"module": "bz2", | |
"import_line": "from builtins import open", | |
"level": 9, | |
"started_at": 30.49945831298828, | |
"finished_at": 30.504941940307617 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/bz2.py", | |
"duration": 0.0016689300537109375, | |
"module": "bz2", | |
"import_line": "import io", | |
"level": 9, | |
"started_at": 30.508041381835938, | |
"finished_at": 30.50971031188965 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/bz2.py", | |
"duration": 0.0026226043701171875, | |
"module": "bz2", | |
"import_line": "import warnings", | |
"level": 9, | |
"started_at": 30.567407608032227, | |
"finished_at": 30.570030212402344 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/_compression.py", | |
"duration": 0.003337860107421875, | |
"module": "_compression", | |
"import_line": "import io", | |
"level": 10, | |
"started_at": 30.77554702758789, | |
"finished_at": 30.778884887695312 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/bz2.py", | |
"duration": 0.2779960632324219, | |
"module": "bz2", | |
"import_line": "import _compression", | |
"level": 9, | |
"started_at": 30.573368072509766, | |
"finished_at": 30.851364135742188 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/bz2.py", | |
"duration": 0.0040531158447265625, | |
"module": "bz2", | |
"import_line": "from threading import RLock", | |
"level": 9, | |
"started_at": 30.85613250732422, | |
"finished_at": 30.860185623168945 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/bz2.py", | |
"duration": 0.20623207092285156, | |
"module": "bz2", | |
"import_line": "from _bz2 import BZ2Compressor, BZ2Decompressor", | |
"level": 9, | |
"started_at": 30.863523483276367, | |
"finished_at": 31.06975555419922 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/shutil.py", | |
"duration": 0.8254051208496094, | |
"module": "shutil", | |
"import_line": "import bz2", | |
"level": 8, | |
"started_at": 30.293941497802734, | |
"finished_at": 31.119346618652344 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/lzma.py", | |
"duration": 0.004291534423828125, | |
"module": "lzma", | |
"import_line": "import builtins", | |
"level": 9, | |
"started_at": 31.346559524536133, | |
"finished_at": 31.35085105895996 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/lzma.py", | |
"duration": 0.0016689300537109375, | |
"module": "lzma", | |
"import_line": "import io", | |
"level": 9, | |
"started_at": 31.35395050048828, | |
"finished_at": 31.355619430541992 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/lzma.py", | |
"duration": 0.25272369384765625, | |
"module": "lzma", | |
"import_line": "from _lzma import *", | |
"level": 9, | |
"started_at": 31.35848045349121, | |
"finished_at": 31.611204147338867 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/lzma.py", | |
"duration": 0.003814697265625, | |
"module": "lzma", | |
"import_line": "from _lzma import _encode_filter_properties, _decode_filter_properties", | |
"level": 9, | |
"started_at": 31.62217140197754, | |
"finished_at": 31.625986099243164 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/lzma.py", | |
"duration": 0.0016689300537109375, | |
"module": "lzma", | |
"import_line": "import _compression", | |
"level": 9, | |
"started_at": 31.629562377929688, | |
"finished_at": 31.6312313079834 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/shutil.py", | |
"duration": 0.5614757537841797, | |
"module": "shutil", | |
"import_line": "import lzma", | |
"level": 8, | |
"started_at": 31.124353408813477, | |
"finished_at": 31.685829162597656 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/shutil.py", | |
"duration": 0.0050067901611328125, | |
"module": "shutil", | |
"import_line": "from pwd import getpwnam", | |
"level": 8, | |
"started_at": 31.702756881713867, | |
"finished_at": 31.707763671875 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/shutil.py", | |
"duration": 0.0026226043701171875, | |
"module": "shutil", | |
"import_line": "from grp import getgrnam", | |
"level": 8, | |
"started_at": 31.712055206298828, | |
"finished_at": 31.714677810668945 | |
}, | |
{ | |
"children": [], | |
"filepath": null, | |
"duration": 0.006198883056640625, | |
"module": "namedtuple_usage", | |
"import_line": "from builtins import property, tuple", | |
"level": 8, | |
"started_at": 32.08208084106445, | |
"finished_at": 32.088279724121094 | |
}, | |
{ | |
"children": [], | |
"filepath": null, | |
"duration": 0.0030994415283203125, | |
"module": "namedtuple_usage", | |
"import_line": "from operator import itemgetter", | |
"level": 8, | |
"started_at": 32.09233283996582, | |
"finished_at": 32.09543228149414 | |
}, | |
{ | |
"children": [], | |
"filepath": null, | |
"duration": 0.0026226043701171875, | |
"module": "namedtuple_usage", | |
"import_line": "from collections import OrderedDict", | |
"level": 8, | |
"started_at": 32.097816467285156, | |
"finished_at": 32.10043907165527 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/tempfile.py", | |
"duration": 3.739595413208008, | |
"module": "tempfile", | |
"import_line": "import shutil", | |
"level": 7, | |
"started_at": 28.396129608154297, | |
"finished_at": 32.135725021362305 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/tempfile.py", | |
"duration": 0.0019073486328125, | |
"module": "tempfile", | |
"import_line": "import errno", | |
"level": 7, | |
"started_at": 32.14001655578613, | |
"finished_at": 32.141923904418945 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/random.py", | |
"duration": 0.0054836273193359375, | |
"module": "random", | |
"import_line": "from warnings import warn", | |
"level": 8, | |
"started_at": 32.4249267578125, | |
"finished_at": 32.430410385131836 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/random.py", | |
"duration": 0.00286102294921875, | |
"module": "random", | |
"import_line": "from types import MethodType, BuiltinMethodType", | |
"level": 8, | |
"started_at": 32.434701919555664, | |
"finished_at": 32.43756294250488 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/random.py", | |
"duration": 0.0021457672119140625, | |
"module": "random", | |
"import_line": "from math import log, exp, pi, e, ceil", | |
"level": 8, | |
"started_at": 32.440900802612305, | |
"finished_at": 32.44304656982422 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/random.py", | |
"duration": 0.0019073486328125, | |
"module": "random", | |
"import_line": "from math import sqrt, acos, cos, sin", | |
"level": 8, | |
"started_at": 32.44662284851074, | |
"finished_at": 32.448530197143555 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/random.py", | |
"duration": 0.002384185791015625, | |
"module": "random", | |
"import_line": "from os import urandom", | |
"level": 8, | |
"started_at": 32.45139122009277, | |
"finished_at": 32.45377540588379 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/random.py", | |
"duration": 0.002384185791015625, | |
"module": "random", | |
"import_line": "from _collections_abc import Set, Sequence", | |
"level": 8, | |
"started_at": 32.456398010253906, | |
"finished_at": 32.45878219604492 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/hashlib.py", | |
"duration": 1.064300537109375, | |
"module": "hashlib", | |
"import_line": "import _hashlib", | |
"level": 9, | |
"started_at": 32.64498710632324, | |
"finished_at": 33.70928764343262 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/hashlib.py", | |
"duration": 0.004291534423828125, | |
"module": "hashlib", | |
"import_line": "from _hashlib import pbkdf2_hmac", | |
"level": 9, | |
"started_at": 33.71906280517578, | |
"finished_at": 33.72335433959961 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/random.py", | |
"duration": 1.2798309326171875, | |
"module": "random", | |
"import_line": "from hashlib import sha512", | |
"level": 8, | |
"started_at": 32.46188163757324, | |
"finished_at": 33.74171257019043 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/random.py", | |
"duration": 0.18787384033203125, | |
"module": "random", | |
"import_line": "import _random", | |
"level": 8, | |
"started_at": 33.75744819641113, | |
"finished_at": 33.945322036743164 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/tempfile.py", | |
"duration": 2.012491226196289, | |
"module": "tempfile", | |
"import_line": "from random import Random", | |
"level": 7, | |
"started_at": 32.14454650878906, | |
"finished_at": 34.15703773498535 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/tempfile.py", | |
"duration": 0.00286102294921875, | |
"module": "tempfile", | |
"import_line": "import weakref", | |
"level": 7, | |
"started_at": 34.162282943725586, | |
"finished_at": 34.165143966674805 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/tempfile.py", | |
"duration": 0.001430511474609375, | |
"module": "tempfile", | |
"import_line": "import _thread", | |
"level": 7, | |
"started_at": 34.16776657104492, | |
"finished_at": 34.16919708251953 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/buffer.py", | |
"duration": 6.170988082885742, | |
"module": "prompt_toolkit.buffer", | |
"import_line": "import tempfile", | |
"level": 6, | |
"started_at": 28.071165084838867, | |
"finished_at": 34.24215316772461 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/application.py", | |
"duration": 20.6146240234375, | |
"module": "prompt_toolkit.application", | |
"import_line": "from buffer import Buffer, AcceptAction", | |
"level": 5, | |
"started_at": 13.700246810913086, | |
"finished_at": 34.314870834350586 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/buffer_mapping.py", | |
"duration": 0.0045299530029296875, | |
"module": "prompt_toolkit.buffer_mapping", | |
"import_line": "from __future__ import unicode_literals", | |
"level": 6, | |
"started_at": 34.42835807800293, | |
"finished_at": 34.43288803100586 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/buffer_mapping.py", | |
"duration": 0.0030994415283203125, | |
"module": "prompt_toolkit.buffer_mapping", | |
"import_line": "from enums import DEFAULT_BUFFER, SEARCH_BUFFER, SYSTEM_BUFFER, DUMMY_BUFFER", | |
"level": 6, | |
"started_at": 34.43622589111328, | |
"finished_at": 34.4393253326416 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/buffer_mapping.py", | |
"duration": 0.0026226043701171875, | |
"module": "prompt_toolkit.buffer_mapping", | |
"import_line": "from buffer import Buffer, AcceptAction", | |
"level": 6, | |
"started_at": 34.44266319274902, | |
"finished_at": 34.44528579711914 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/buffer_mapping.py", | |
"duration": 0.002384185791015625, | |
"module": "prompt_toolkit.buffer_mapping", | |
"import_line": "from history import InMemoryHistory", | |
"level": 6, | |
"started_at": 34.44790840148926, | |
"finished_at": 34.45029258728027 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/buffer_mapping.py", | |
"duration": 0.0016689300537109375, | |
"module": "prompt_toolkit.buffer_mapping", | |
"import_line": "import six", | |
"level": 6, | |
"started_at": 34.45267677307129, | |
"finished_at": 34.454345703125 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/application.py", | |
"duration": 0.16045570373535156, | |
"module": "prompt_toolkit.application", | |
"import_line": "from buffer_mapping import BufferMapping", | |
"level": 5, | |
"started_at": 34.32011604309082, | |
"finished_at": 34.48057174682617 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/application.py", | |
"duration": 0.0030994415283203125, | |
"module": "prompt_toolkit.application", | |
"import_line": "from clipboard import Clipboard, InMemoryClipboard", | |
"level": 5, | |
"started_at": 34.4846248626709, | |
"finished_at": 34.48772430419922 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/application.py", | |
"duration": 0.0026226043701171875, | |
"module": "prompt_toolkit.application", | |
"import_line": "from enums import DEFAULT_BUFFER, EditingMode", | |
"level": 5, | |
"started_at": 34.490346908569336, | |
"finished_at": 34.49296951293945 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/application.py", | |
"duration": 0.002384185791015625, | |
"module": "prompt_toolkit.application", | |
"import_line": "from filters import CLIFilter, to_cli_filter", | |
"level": 5, | |
"started_at": 34.49559211730957, | |
"finished_at": 34.497976303100586 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "N/A", | |
"duration": 0.00667572021484375, | |
"module": "N/A", | |
"import_line": "import prompt_toolkit", | |
"level": 7, | |
"started_at": 34.609317779541016, | |
"finished_at": 34.61599349975586 | |
} | |
], | |
"filepath": "N/A", | |
"duration": 0.10561943054199219, | |
"module": "N/A", | |
"import_line": "import prompt_toolkit.key_binding.bindings", | |
"level": 6, | |
"started_at": 34.51108932495117, | |
"finished_at": 34.616708755493164 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/key_binding/bindings/basic.py", | |
"duration": 0.0045299530029296875, | |
"module": "prompt_toolkit.key_binding.bindings.basic", | |
"import_line": "from __future__ import unicode_literals", | |
"level": 6, | |
"started_at": 34.79409217834473, | |
"finished_at": 34.798622131347656 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/key_binding/bindings/basic.py", | |
"duration": 0.002384185791015625, | |
"module": "prompt_toolkit.key_binding.bindings.basic", | |
"import_line": "from prompt_toolkit.enums import DEFAULT_BUFFER", | |
"level": 6, | |
"started_at": 34.80172157287598, | |
"finished_at": 34.80410575866699 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/key_binding/bindings/basic.py", | |
"duration": 0.0035762786865234375, | |
"module": "prompt_toolkit.key_binding.bindings.basic", | |
"import_line": "from prompt_toolkit.filters import CLIFilter, Always, HasSelection, Condition, EmacsInsertMode, ViInsertMode", | |
"level": 6, | |
"started_at": 34.80672836303711, | |
"finished_at": 34.81030464172363 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/keys.py", | |
"duration": 0.004291534423828125, | |
"module": "prompt_toolkit.keys", | |
"import_line": "from __future__ import unicode_literals", | |
"level": 7, | |
"started_at": 34.917593002319336, | |
"finished_at": 34.921884536743164 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/key_binding/bindings/basic.py", | |
"duration": 0.2391338348388672, | |
"module": "prompt_toolkit.key_binding.bindings.basic", | |
"import_line": "from prompt_toolkit.keys import Keys", | |
"level": 6, | |
"started_at": 34.813642501831055, | |
"finished_at": 35.05277633666992 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/layout/__init__.py", | |
"duration": 0.00476837158203125, | |
"module": "prompt_toolkit.layout", | |
"import_line": "from __future__ import unicode_literals", | |
"level": 8, | |
"started_at": 35.16554832458496, | |
"finished_at": 35.17031669616699 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/layout/containers.py", | |
"duration": 0.0050067901611328125, | |
"module": "prompt_toolkit.layout.containers", | |
"import_line": "from __future__ import unicode_literals", | |
"level": 9, | |
"started_at": 35.46857833862305, | |
"finished_at": 35.47358512878418 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/layout/containers.py", | |
"duration": 0.0026226043701171875, | |
"module": "prompt_toolkit.layout.containers", | |
"import_line": "from abc import ABCMeta, abstractmethod", | |
"level": 9, | |
"started_at": 35.4771614074707, | |
"finished_at": 35.47978401184082 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/layout/containers.py", | |
"duration": 0.002384185791015625, | |
"module": "prompt_toolkit.layout.containers", | |
"import_line": "from six import with_metaclass", | |
"level": 9, | |
"started_at": 35.48288345336914, | |
"finished_at": 35.485267639160156 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/layout/containers.py", | |
"duration": 0.00286102294921875, | |
"module": "prompt_toolkit.layout.containers", | |
"import_line": "from six.moves import range", | |
"level": 9, | |
"started_at": 35.488128662109375, | |
"finished_at": 35.490989685058594 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/layout/controls.py", | |
"duration": 0.007152557373046875, | |
"module": "prompt_toolkit.layout.controls", | |
"import_line": "from __future__ import unicode_literals", | |
"level": 10, | |
"started_at": 36.133527755737305, | |
"finished_at": 36.14068031311035 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/layout/controls.py", | |
"duration": 0.00286102294921875, | |
"module": "prompt_toolkit.layout.controls", | |
"import_line": "from abc import ABCMeta, abstractmethod", | |
"level": 10, | |
"started_at": 36.14449501037598, | |
"finished_at": 36.147356033325195 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/layout/controls.py", | |
"duration": 0.0026226043701171875, | |
"module": "prompt_toolkit.layout.controls", | |
"import_line": "from collections import namedtuple", | |
"level": 10, | |
"started_at": 36.150455474853516, | |
"finished_at": 36.15307807922363 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/layout/controls.py", | |
"duration": 0.0021457672119140625, | |
"module": "prompt_toolkit.layout.controls", | |
"import_line": "from six import with_metaclass", | |
"level": 10, | |
"started_at": 36.15593910217285, | |
"finished_at": 36.158084869384766 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/layout/controls.py", | |
"duration": 0.0026226043701171875, | |
"module": "prompt_toolkit.layout.controls", | |
"import_line": "from six.moves import range", | |
"level": 10, | |
"started_at": 36.16046905517578, | |
"finished_at": 36.1630916595459 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/layout/controls.py", | |
"duration": 0.002384185791015625, | |
"module": "prompt_toolkit.layout.controls", | |
"import_line": "from prompt_toolkit.cache import SimpleCache", | |
"level": 10, | |
"started_at": 36.165475845336914, | |
"finished_at": 36.16786003112793 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/layout/controls.py", | |
"duration": 0.0021457672119140625, | |
"module": "prompt_toolkit.layout.controls", | |
"import_line": "from prompt_toolkit.enums import DEFAULT_BUFFER, SEARCH_BUFFER", | |
"level": 10, | |
"started_at": 36.17048263549805, | |
"finished_at": 36.17262840270996 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/layout/controls.py", | |
"duration": 0.0019073486328125, | |
"module": "prompt_toolkit.layout.controls", | |
"import_line": "from prompt_toolkit.filters import to_cli_filter", | |
"level": 10, | |
"started_at": 36.174774169921875, | |
"finished_at": 36.17668151855469 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/mouse_events.py", | |
"duration": 0.004291534423828125, | |
"module": "prompt_toolkit.mouse_events", | |
"import_line": "from __future__ import unicode_literals", | |
"level": 11, | |
"started_at": 36.27657890319824, | |
"finished_at": 36.28087043762207 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/layout/controls.py", | |
"duration": 0.13875961303710938, | |
"module": "prompt_toolkit.layout.controls", | |
"import_line": "from prompt_toolkit.mouse_events import MouseEventType", | |
"level": 10, | |
"started_at": 36.1788272857666, | |
"finished_at": 36.31758689880371 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/layout/controls.py", | |
"duration": 0.00286102294921875, | |
"module": "prompt_toolkit.layout.controls", | |
"import_line": "from prompt_toolkit.search_state import SearchState", | |
"level": 10, | |
"started_at": 36.32187843322754, | |
"finished_at": 36.32473945617676 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/layout/controls.py", | |
"duration": 0.0019073486328125, | |
"module": "prompt_toolkit.layout.controls", | |
"import_line": "from prompt_toolkit.selection import SelectionType", | |
"level": 10, | |
"started_at": 36.327362060546875, | |
"finished_at": 36.32926940917969 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [ | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/pygments/__init__.py", | |
"duration": 0.0035762786865234375, | |
"module": "pygments", | |
"import_line": "import sys", | |
"level": 13, | |
"started_at": 36.65637969970703, | |
"finished_at": 36.659955978393555 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/pygments/util.py", | |
"duration": 0.003337860107421875, | |
"module": "pygments.util", | |
"import_line": "import re", | |
"level": 14, | |
"started_at": 36.83137893676758, | |
"finished_at": 36.834716796875 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/pygments/util.py", | |
"duration": 0.0021457672119140625, | |
"module": "pygments.util", | |
"import_line": "import sys", | |
"level": 14, | |
"started_at": 36.83781623840332, | |
"finished_at": 36.839962005615234 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/pygments/util.py", | |
"duration": 0.0057220458984375, | |
"module": "pygments.util", | |
"import_line": "from io import StringIO, BytesIO, TextIOWrapper", | |
"level": 14, | |
"started_at": 37.67275810241699, | |
"finished_at": 37.67848014831543 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/pygments/__init__.py", | |
"duration": 1.0440349578857422, | |
"module": "pygments", | |
"import_line": "from pygments.util import StringIO, BytesIO", | |
"level": 13, | |
"started_at": 36.66353225708008, | |
"finished_at": 37.70756721496582 | |
} | |
], | |
"filepath": "N/A", | |
"duration": 1.270294189453125, | |
"module": "N/A", | |
"import_line": "import pygments", | |
"level": 12, | |
"started_at": 36.444664001464844, | |
"finished_at": 37.71495819091797 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/token.py", | |
"duration": 1.5377998352050781, | |
"module": "prompt_toolkit.token", | |
"import_line": "from pygments.token import Token", | |
"level": 11, | |
"started_at": 36.43202781677246, | |
"finished_at": 37.96982765197754 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/layout/controls.py", | |
"duration": 1.6465187072753906, | |
"module": "prompt_toolkit.layout.controls", | |
"import_line": "from prompt_toolkit.token import Token", | |
"level": 10, | |
"started_at": 36.331892013549805, | |
"finished_at": 37.978410720825195 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/layout/controls.py", | |
"duration": 0.0035762786865234375, | |
"module": "prompt_toolkit.layout.controls", | |
"import_line": "from prompt_toolkit.utils import get_cwidth", | |
"level": 10, | |
"started_at": 37.98413276672363, | |
"finished_at": 37.987709045410156 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/layout/lexers.py", | |
"duration": 0.0054836273193359375, | |
"module": "prompt_toolkit.layout.lexers", | |
"import_line": "from __future__ import unicode_literals", | |
"level": 11, | |
"started_at": 38.11383247375488, | |
"finished_at": 38.11931610107422 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/layout/lexers.py", | |
"duration": 0.0026226043701171875, | |
"module": "prompt_toolkit.layout.lexers", | |
"import_line": "from abc import ABCMeta, abstractmethod", | |
"level": 11, | |
"started_at": 38.12265396118164, | |
"finished_at": 38.12527656555176 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/layout/lexers.py", | |
"duration": 0.0026226043701171875, | |
"module": "prompt_toolkit.layout.lexers", | |
"import_line": "from six import with_metaclass", | |
"level": 11, | |
"started_at": 38.12766075134277, | |
"finished_at": 38.13028335571289 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/layout/lexers.py", | |
"duration": 0.0026226043701171875, | |
"module": "prompt_toolkit.layout.lexers", | |
"import_line": "from six.moves import range", | |
"level": 11, | |
"started_at": 38.13290596008301, | |
"finished_at": 38.135528564453125 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/layout/lexers.py", | |
"duration": 0.0021457672119140625, | |
"module": "prompt_toolkit.layout.lexers", | |
"import_line": "from prompt_toolkit.token import Token", | |
"level": 11, | |
"started_at": 38.13791275024414, | |
"finished_at": 38.140058517456055 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/layout/lexers.py", | |
"duration": 0.0019073486328125, | |
"module": "prompt_toolkit.layout.lexers", | |
"import_line": "from prompt_toolkit.filters import to_cli_filter", | |
"level": 11, | |
"started_at": 38.14220428466797, | |
"finished_at": 38.14411163330078 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/layout/utils.py", | |
"duration": 0.0040531158447265625, | |
"module": "prompt_toolkit.layout.utils", | |
"import_line": "from __future__ import unicode_literals", | |
"level": 12, | |
"started_at": 38.252830505371094, | |
"finished_at": 38.25688362121582 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/layout/utils.py", | |
"duration": 0.002384185791015625, | |
"module": "prompt_toolkit.layout.utils", | |
"import_line": "from prompt_toolkit.utils import get_cwidth", | |
"level": 12, | |
"started_at": 38.25974464416504, | |
"finished_at": 38.262128829956055 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/layout/lexers.py", | |
"duration": 0.14448165893554688, | |
"module": "prompt_toolkit.layout.lexers", | |
"import_line": "from utils import split_lines", | |
"level": 11, | |
"started_at": 38.1464958190918, | |
"finished_at": 38.290977478027344 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/layout/lexers.py", | |
"duration": 0.0019073486328125, | |
"module": "prompt_toolkit.layout.lexers", | |
"import_line": "import re", | |
"level": 11, | |
"started_at": 38.29455375671387, | |
"finished_at": 38.29646110534668 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/layout/lexers.py", | |
"duration": 0.001430511474609375, | |
"module": "prompt_toolkit.layout.lexers", | |
"import_line": "import six", | |
"level": 11, | |
"started_at": 38.298845291137695, | |
"finished_at": 38.300275802612305 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/layout/controls.py", | |
"duration": 0.4825592041015625, | |
"module": "prompt_toolkit.layout.controls", | |
"import_line": "from lexers import Lexer, SimpleLexer", | |
"level": 10, | |
"started_at": 37.99080848693848, | |
"finished_at": 38.47336769104004 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/layout/processors.py", | |
"duration": 0.005245208740234375, | |
"module": "prompt_toolkit.layout.processors", | |
"import_line": "from __future__ import unicode_literals", | |
"level": 11, | |
"started_at": 38.718461990356445, | |
"finished_at": 38.72370719909668 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/layout/processors.py", | |
"duration": 0.0026226043701171875, | |
"module": "prompt_toolkit.layout.processors", | |
"import_line": "from abc import ABCMeta, abstractmethod", | |
"level": 11, | |
"started_at": 38.7272834777832, | |
"finished_at": 38.72990608215332 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/layout/processors.py", | |
"duration": 0.0026226043701171875, | |
"module": "prompt_toolkit.layout.processors", | |
"import_line": "from six import with_metaclass", | |
"level": 11, | |
"started_at": 38.73276710510254, | |
"finished_at": 38.735389709472656 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/layout/processors.py", | |
"duration": 0.0035762786865234375, | |
"module": "prompt_toolkit.layout.processors", | |
"import_line": "from six.moves import range", | |
"level": 11, | |
"started_at": 38.738250732421875, | |
"finished_at": 38.7418270111084 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/layout/processors.py", | |
"duration": 0.002384185791015625, | |
"module": "prompt_toolkit.layout.processors", | |
"import_line": "from prompt_toolkit.cache import SimpleCache", | |
"level": 11, | |
"started_at": 38.744449615478516, | |
"finished_at": 38.74683380126953 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/layout/processors.py", | |
"duration": 0.0019073486328125, | |
"module": "prompt_toolkit.layout.processors", | |
"import_line": "from prompt_toolkit.document import Document", | |
"level": 11, | |
"started_at": 38.74921798706055, | |
"finished_at": 38.75112533569336 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/layout/processors.py", | |
"duration": 0.0021457672119140625, | |
"module": "prompt_toolkit.layout.processors", | |
"import_line": "from prompt_toolkit.enums import SEARCH_BUFFER", | |
"level": 11, | |
"started_at": 38.753509521484375, | |
"finished_at": 38.75565528869629 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/layout/processors.py", | |
"duration": 0.0019073486328125, | |
"module": "prompt_toolkit.layout.processors", | |
"import_line": "from prompt_toolkit.filters import to_cli_filter", | |
"level": 11, | |
"started_at": 38.7578010559082, | |
"finished_at": 38.759708404541016 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/layout/processors.py", | |
"duration": 0.0021457672119140625, | |
"module": "prompt_toolkit.layout.processors", | |
"import_line": "from prompt_toolkit.layout.utils import token_list_to_text", | |
"level": 11, | |
"started_at": 38.76209259033203, | |
"finished_at": 38.764238357543945 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/reactive.py", | |
"duration": 0.0040531158447265625, | |
"module": "prompt_toolkit.reactive", | |
"import_line": "from __future__ import unicode_literals", | |
"level": 12, | |
"started_at": 38.85960578918457, | |
"finished_at": 38.8636589050293 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/reactive.py", | |
"duration": 0.002384185791015625, | |
"module": "prompt_toolkit.reactive", | |
"import_line": "from abc import ABCMeta, abstractmethod", | |
"level": 12, | |
"started_at": 38.866519927978516, | |
"finished_at": 38.86890411376953 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/reactive.py", | |
"duration": 0.0021457672119140625, | |
"module": "prompt_toolkit.reactive", | |
"import_line": "from six import with_metaclass", | |
"level": 12, | |
"started_at": 38.87152671813965, | |
"finished_at": 38.87367248535156 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/layout/processors.py", | |
"duration": 0.19884109497070312, | |
"module": "prompt_toolkit.layout.processors", | |
"import_line": "from prompt_toolkit.reactive import Integer", | |
"level": 11, | |
"started_at": 38.76686096191406, | |
"finished_at": 38.965702056884766 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/layout/processors.py", | |
"duration": 0.00286102294921875, | |
"module": "prompt_toolkit.layout.processors", | |
"import_line": "from prompt_toolkit.token import Token", | |
"level": 11, | |
"started_at": 38.969993591308594, | |
"finished_at": 38.97285461425781 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/layout/processors.py", | |
"duration": 0.0026226043701171875, | |
"module": "prompt_toolkit.layout.processors", | |
"import_line": "from utils import token_list_len, explode_tokens", | |
"level": 11, | |
"started_at": 38.97571563720703, | |
"finished_at": 38.97833824157715 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/layout/processors.py", | |
"duration": 0.0016689300537109375, | |
"module": "prompt_toolkit.layout.processors", | |
"import_line": "import re", | |
"level": 11, | |
"started_at": 38.98167610168457, | |
"finished_at": 38.98334503173828 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/layout/controls.py", | |
"duration": 0.7688999176025391, | |
"module": "prompt_toolkit.layout.controls", | |
"import_line": "from processors import Processor", | |
"level": 10, | |
"started_at": 38.47813606262207, | |
"finished_at": 39.24703598022461 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/layout/screen.py", | |
"duration": 0.0050067901611328125, | |
"module": "prompt_toolkit.layout.screen", | |
"import_line": "from __future__ import unicode_literals", | |
"level": 11, | |
"started_at": 39.3824577331543, | |
"finished_at": 39.38746452331543 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/layout/screen.py", | |
"duration": 0.002384185791015625, | |
"module": "prompt_toolkit.layout.screen", | |
"import_line": "from prompt_toolkit.cache import FastDictCache", | |
"level": 11, | |
"started_at": 39.39104080200195, | |
"finished_at": 39.39342498779297 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/layout/screen.py", | |
"duration": 0.0021457672119140625, | |
"module": "prompt_toolkit.layout.screen", | |
"import_line": "from prompt_toolkit.token import Token", | |
"level": 11, | |
"started_at": 39.39628601074219, | |
"finished_at": 39.3984317779541 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/layout/screen.py", | |
"duration": 0.0021457672119140625, | |
"module": "prompt_toolkit.layout.screen", | |
"import_line": "from prompt_toolkit.utils import get_cwidth", | |
"level": 11, | |
"started_at": 39.40081596374512, | |
"finished_at": 39.40296173095703 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/layout/screen.py", | |
"duration": 0.0026226043701171875, | |
"module": "prompt_toolkit.layout.screen", | |
"import_line": "from collections import defaultdict, namedtuple", | |
"level": 11, | |
"started_at": 39.40582275390625, | |
"finished_at": 39.40844535827637 | |
}, | |
{ | |
"children": [], | |
"filepath": null, | |
"duration": 0.007867813110351562, | |
"module": "namedtuple_Point", | |
"import_line": "from builtins import property, tuple", | |
"level": 11, | |
"started_at": 39.69860076904297, | |
"finished_at": 39.70646858215332 | |
}, | |
{ | |
"children": [], | |
"filepath": null, | |
"duration": 0.003337860107421875, | |
"module": "namedtuple_Point", | |
"import_line": "from operator import itemgetter", | |
"level": 11, | |
"started_at": 39.713144302368164, | |
"finished_at": 39.716482162475586 | |
}, | |
{ | |
"children": [], | |
"filepath": null, | |
"duration": 0.00286102294921875, | |
"module": "namedtuple_Point", | |
"import_line": "from collections import OrderedDict", | |
"level": 11, | |
"started_at": 39.72792625427246, | |
"finished_at": 39.73078727722168 | |
}, | |
{ | |
"children": [], | |
"filepath": null, | |
"duration": 0.00667572021484375, | |
"module": "namedtuple_Size", | |
"import_line": "from builtins import property, tuple", | |
"level": 11, | |
"started_at": 40.05599021911621, | |
"finished_at": 40.062665939331055 | |
}, | |
{ | |
"children": [], | |
"filepath": null, | |
"duration": 0.00286102294921875, | |
"module": "namedtuple_Size", | |
"import_line": "from operator import itemgetter", | |
"level": 11, | |
"started_at": 40.06624221801758, | |
"finished_at": 40.0691032409668 | |
}, | |
{ | |
"children": [], | |
"filepath": null, | |
"duration": 0.0021457672119140625, | |
"module": "namedtuple_Size", | |
"import_line": "from collections import OrderedDict", | |
"level": 11, | |
"started_at": 40.071725845336914, | |
"finished_at": 40.07387161254883 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/layout/controls.py", | |
"duration": 0.8943080902099609, | |
"module": "prompt_toolkit.layout.controls", | |
"import_line": "from screen import Char, Point", | |
"level": 10, | |
"started_at": 39.252281188964844, | |
"finished_at": 40.146589279174805 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/layout/controls.py", | |
"duration": 0.003814697265625, | |
"module": "prompt_toolkit.layout.controls", | |
"import_line": "from utils import token_list_width, split_lines, token_list_to_text", | |
"level": 10, | |
"started_at": 40.151357650756836, | |
"finished_at": 40.15517234802246 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/layout/controls.py", | |
"duration": 0.0016689300537109375, | |
"module": "prompt_toolkit.layout.controls", | |
"import_line": "import six", | |
"level": 10, | |
"started_at": 40.15803337097168, | |
"finished_at": 40.15970230102539 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/layout/controls.py", | |
"duration": 0.001430511474609375, | |
"module": "prompt_toolkit.layout.controls", | |
"import_line": "import time", | |
"level": 10, | |
"started_at": 40.1616096496582, | |
"finished_at": 40.16304016113281 | |
}, | |
{ | |
"children": [], | |
"filepath": null, | |
"duration": 0.0064373016357421875, | |
"module": "namedtuple__ProcessedLine", | |
"import_line": "from builtins import property, tuple", | |
"level": 10, | |
"started_at": 40.532588958740234, | |
"finished_at": 40.53902626037598 | |
}, | |
{ | |
"children": [], | |
"filepath": null, | |
"duration": 0.00286102294921875, | |
"module": "namedtuple__ProcessedLine", | |
"import_line": "from operator import itemgetter", | |
"level": 10, | |
"started_at": 40.5428409576416, | |
"finished_at": 40.54570198059082 | |
}, | |
{ | |
"children": [], | |
"filepath": null, | |
"duration": 0.0026226043701171875, | |
"module": "namedtuple__ProcessedLine", | |
"import_line": "from collections import OrderedDict", | |
"level": 10, | |
"started_at": 40.548086166381836, | |
"finished_at": 40.55070877075195 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/layout/containers.py", | |
"duration": 5.117654800415039, | |
"module": "prompt_toolkit.layout.containers", | |
"import_line": "from controls import UIControl, TokenListControl, UIContent", | |
"level": 9, | |
"started_at": 35.49647331237793, | |
"finished_at": 40.61412811279297 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/layout/dimension.py", | |
"duration": 0.004291534423828125, | |
"module": "prompt_toolkit.layout.dimension", | |
"import_line": "from __future__ import unicode_literals", | |
"level": 10, | |
"started_at": 40.7259464263916, | |
"finished_at": 40.73023796081543 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/layout/containers.py", | |
"duration": 0.1373291015625, | |
"module": "prompt_toolkit.layout.containers", | |
"import_line": "from dimension import LayoutDimension, sum_layout_dimensions, max_layout_dimensions", | |
"level": 9, | |
"started_at": 40.6191349029541, | |
"finished_at": 40.7564640045166 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/layout/margins.py", | |
"duration": 0.0040531158447265625, | |
"module": "prompt_toolkit.layout.margins", | |
"import_line": "from __future__ import unicode_literals", | |
"level": 10, | |
"started_at": 40.87495803833008, | |
"finished_at": 40.879011154174805 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/layout/margins.py", | |
"duration": 0.002384185791015625, | |
"module": "prompt_toolkit.layout.margins", | |
"import_line": "from abc import ABCMeta, abstractmethod", | |
"level": 10, | |
"started_at": 40.88234901428223, | |
"finished_at": 40.88473320007324 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/layout/margins.py", | |
"duration": 0.002384185791015625, | |
"module": "prompt_toolkit.layout.margins", | |
"import_line": "from six import with_metaclass", | |
"level": 10, | |
"started_at": 40.88759422302246, | |
"finished_at": 40.88997840881348 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/layout/margins.py", | |
"duration": 0.00286102294921875, | |
"module": "prompt_toolkit.layout.margins", | |
"import_line": "from six.moves import range", | |
"level": 10, | |
"started_at": 40.892601013183594, | |
"finished_at": 40.89546203613281 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/layout/margins.py", | |
"duration": 0.0021457672119140625, | |
"module": "prompt_toolkit.layout.margins", | |
"import_line": "from prompt_toolkit.filters import to_cli_filter", | |
"level": 10, | |
"started_at": 40.89784622192383, | |
"finished_at": 40.89999198913574 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/layout/margins.py", | |
"duration": 0.0021457672119140625, | |
"module": "prompt_toolkit.layout.margins", | |
"import_line": "from prompt_toolkit.token import Token", | |
"level": 10, | |
"started_at": 40.90237617492676, | |
"finished_at": 40.90452194213867 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/layout/margins.py", | |
"duration": 0.0021457672119140625, | |
"module": "prompt_toolkit.layout.margins", | |
"import_line": "from prompt_toolkit.utils import get_cwidth", | |
"level": 10, | |
"started_at": 40.90690612792969, | |
"finished_at": 40.9090518951416 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/layout/containers.py", | |
"duration": 0.2758502960205078, | |
"module": "prompt_toolkit.layout.containers", | |
"import_line": "from margins import Margin", | |
"level": 9, | |
"started_at": 40.76051712036133, | |
"finished_at": 41.036367416381836 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/layout/containers.py", | |
"duration": 0.003814697265625, | |
"module": "prompt_toolkit.layout.containers", | |
"import_line": "from screen import Point, WritePosition, _CHAR_CACHE", | |
"level": 9, | |
"started_at": 41.040897369384766, | |
"finished_at": 41.04471206665039 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/layout/containers.py", | |
"duration": 0.00286102294921875, | |
"module": "prompt_toolkit.layout.containers", | |
"import_line": "from utils import token_list_to_text, explode_tokens", | |
"level": 9, | |
"started_at": 41.048288345336914, | |
"finished_at": 41.05114936828613 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/layout/containers.py", | |
"duration": 0.0021457672119140625, | |
"module": "prompt_toolkit.layout.containers", | |
"import_line": "from prompt_toolkit.cache import SimpleCache", | |
"level": 9, | |
"started_at": 41.05377197265625, | |
"finished_at": 41.055917739868164 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/layout/containers.py", | |
"duration": 0.0021457672119140625, | |
"module": "prompt_toolkit.layout.containers", | |
"import_line": "from prompt_toolkit.filters import to_cli_filter", | |
"level": 9, | |
"started_at": 41.05830192565918, | |
"finished_at": 41.060447692871094 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/layout/containers.py", | |
"duration": 0.0019073486328125, | |
"module": "prompt_toolkit.layout.containers", | |
"import_line": "from prompt_toolkit.mouse_events import MouseEvent, MouseEventType", | |
"level": 9, | |
"started_at": 41.06307029724121, | |
"finished_at": 41.06497764587402 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/layout/containers.py", | |
"duration": 0.0021457672119140625, | |
"module": "prompt_toolkit.layout.containers", | |
"import_line": "from prompt_toolkit.reactive import Integer", | |
"level": 9, | |
"started_at": 41.06760025024414, | |
"finished_at": 41.069746017456055 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/layout/containers.py", | |
"duration": 0.0019073486328125, | |
"module": "prompt_toolkit.layout.containers", | |
"import_line": "from prompt_toolkit.token import Token", | |
"level": 9, | |
"started_at": 41.07189178466797, | |
"finished_at": 41.07379913330078 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/layout/containers.py", | |
"duration": 0.0021457672119140625, | |
"module": "prompt_toolkit.layout.containers", | |
"import_line": "from prompt_toolkit.utils import take_using_weights, get_cwidth", | |
"level": 9, | |
"started_at": 41.0761833190918, | |
"finished_at": 41.07832908630371 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/layout/__init__.py", | |
"duration": 6.190299987792969, | |
"module": "prompt_toolkit.layout", | |
"import_line": "from containers import Float, FloatContainer, HSplit, VSplit, Window, ConditionalContainer", | |
"level": 8, | |
"started_at": 35.17341613769531, | |
"finished_at": 41.36371612548828 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/layout/__init__.py", | |
"duration": 0.0040531158447265625, | |
"module": "prompt_toolkit.layout", | |
"import_line": "from controls import TokenListControl, FillControl, BufferControl", | |
"level": 8, | |
"started_at": 41.371822357177734, | |
"finished_at": 41.37587547302246 | |
}, | |
{ | |
"children": [], | |
"filepath": "N/A", | |
"duration": 0.0057220458984375, | |
"module": "N/A", | |
"import_line": "import prompt_toolkit", | |
"level": 8, | |
"started_at": 41.38636589050293, | |
"finished_at": 41.39208793640137 | |
} | |
], | |
"filepath": "N/A", | |
"duration": 6.32476806640625, | |
"module": "N/A", | |
"import_line": "import prompt_toolkit.layout", | |
"level": 7, | |
"started_at": 35.068511962890625, | |
"finished_at": 41.393280029296875 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/key_binding/bindings/basic.py", | |
"duration": 6.340742111206055, | |
"module": "prompt_toolkit.key_binding.bindings.basic", | |
"import_line": "from prompt_toolkit.layout.screen import Point", | |
"level": 6, | |
"started_at": 35.05706787109375, | |
"finished_at": 41.397809982299805 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/key_binding/bindings/basic.py", | |
"duration": 0.0026226043701171875, | |
"module": "prompt_toolkit.key_binding.bindings.basic", | |
"import_line": "from prompt_toolkit.mouse_events import MouseEventType, MouseEvent", | |
"level": 6, | |
"started_at": 41.40114784240723, | |
"finished_at": 41.403770446777344 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/renderer.py", | |
"duration": 0.0045299530029296875, | |
"module": "prompt_toolkit.renderer", | |
"import_line": "from __future__ import unicode_literals", | |
"level": 7, | |
"started_at": 41.55135154724121, | |
"finished_at": 41.55588150024414 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/renderer.py", | |
"duration": 0.0026226043701171875, | |
"module": "prompt_toolkit.renderer", | |
"import_line": "from prompt_toolkit.filters import to_cli_filter", | |
"level": 7, | |
"started_at": 41.55898094177246, | |
"finished_at": 41.56160354614258 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/layout/mouse_handlers.py", | |
"duration": 0.003814697265625, | |
"module": "prompt_toolkit.layout.mouse_handlers", | |
"import_line": "from __future__ import unicode_literals", | |
"level": 8, | |
"started_at": 41.65196418762207, | |
"finished_at": 41.655778884887695 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/layout/mouse_handlers.py", | |
"duration": 0.002384185791015625, | |
"module": "prompt_toolkit.layout.mouse_handlers", | |
"import_line": "from itertools import product", | |
"level": 8, | |
"started_at": 41.658878326416016, | |
"finished_at": 41.66126251220703 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/layout/mouse_handlers.py", | |
"duration": 0.0021457672119140625, | |
"module": "prompt_toolkit.layout.mouse_handlers", | |
"import_line": "from collections import defaultdict", | |
"level": 8, | |
"started_at": 41.66388511657715, | |
"finished_at": 41.66603088378906 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/renderer.py", | |
"duration": 0.12564659118652344, | |
"module": "prompt_toolkit.renderer", | |
"import_line": "from prompt_toolkit.layout.mouse_handlers import MouseHandlers", | |
"level": 7, | |
"started_at": 41.564226150512695, | |
"finished_at": 41.68987274169922 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/renderer.py", | |
"duration": 0.0026226043701171875, | |
"module": "prompt_toolkit.renderer", | |
"import_line": "from prompt_toolkit.layout.screen import Point, Screen, WritePosition", | |
"level": 7, | |
"started_at": 41.693687438964844, | |
"finished_at": 41.69631004333496 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/output.py", | |
"duration": 0.0040531158447265625, | |
"module": "prompt_toolkit.output", | |
"import_line": "from __future__ import unicode_literals", | |
"level": 8, | |
"started_at": 41.81933403015137, | |
"finished_at": 41.823387145996094 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/output.py", | |
"duration": 0.002384185791015625, | |
"module": "prompt_toolkit.output", | |
"import_line": "from abc import ABCMeta, abstractmethod", | |
"level": 8, | |
"started_at": 41.826486587524414, | |
"finished_at": 41.82887077331543 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/output.py", | |
"duration": 0.002384185791015625, | |
"module": "prompt_toolkit.output", | |
"import_line": "from six import with_metaclass", | |
"level": 8, | |
"started_at": 41.83149337768555, | |
"finished_at": 41.83387756347656 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/output.py", | |
"duration": 0.0021457672119140625, | |
"module": "prompt_toolkit.output", | |
"import_line": "from prompt_toolkit.layout.screen import Size", | |
"level": 8, | |
"started_at": 41.83673858642578, | |
"finished_at": 41.838884353637695 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/renderer.py", | |
"duration": 0.25773048400878906, | |
"module": "prompt_toolkit.renderer", | |
"import_line": "from prompt_toolkit.output import Output", | |
"level": 7, | |
"started_at": 41.69917106628418, | |
"finished_at": 41.95690155029297 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/styles/__init__.py", | |
"duration": 0.0040531158447265625, | |
"module": "prompt_toolkit.styles", | |
"import_line": "from __future__ import unicode_literals", | |
"level": 8, | |
"started_at": 42.058706283569336, | |
"finished_at": 42.06275939941406 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/styles/base.py", | |
"duration": 0.004291534423828125, | |
"module": "prompt_toolkit.styles.base", | |
"import_line": "from __future__ import unicode_literals", | |
"level": 9, | |
"started_at": 42.19412803649902, | |
"finished_at": 42.19841957092285 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/styles/base.py", | |
"duration": 0.002384185791015625, | |
"module": "prompt_toolkit.styles.base", | |
"import_line": "from abc import ABCMeta, abstractmethod", | |
"level": 9, | |
"started_at": 42.20175743103027, | |
"finished_at": 42.20414161682129 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/styles/base.py", | |
"duration": 0.0021457672119140625, | |
"module": "prompt_toolkit.styles.base", | |
"import_line": "from collections import namedtuple", | |
"level": 9, | |
"started_at": 42.20700263977051, | |
"finished_at": 42.20914840698242 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/styles/base.py", | |
"duration": 0.0019073486328125, | |
"module": "prompt_toolkit.styles.base", | |
"import_line": "from six import with_metaclass", | |
"level": 9, | |
"started_at": 42.21200942993164, | |
"finished_at": 42.21391677856445 | |
}, | |
{ | |
"children": [], | |
"filepath": null, | |
"duration": 0.00667572021484375, | |
"module": "namedtuple_Attrs", | |
"import_line": "from builtins import property, tuple", | |
"level": 9, | |
"started_at": 42.62375831604004, | |
"finished_at": 42.63043403625488 | |
}, | |
{ | |
"children": [], | |
"filepath": null, | |
"duration": 0.00286102294921875, | |
"module": "namedtuple_Attrs", | |
"import_line": "from operator import itemgetter", | |
"level": 9, | |
"started_at": 42.63424873352051, | |
"finished_at": 42.63710975646973 | |
}, | |
{ | |
"children": [], | |
"filepath": null, | |
"duration": 0.0026226043701171875, | |
"module": "namedtuple_Attrs", | |
"import_line": "from collections import OrderedDict", | |
"level": 9, | |
"started_at": 42.639732360839844, | |
"finished_at": 42.64235496520996 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/styles/__init__.py", | |
"duration": 0.6818771362304688, | |
"module": "prompt_toolkit.styles", | |
"import_line": "from base import *", | |
"level": 8, | |
"started_at": 42.06562042236328, | |
"finished_at": 42.74749755859375 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/styles/defaults.py", | |
"duration": 0.004291534423828125, | |
"module": "prompt_toolkit.styles.defaults", | |
"import_line": "from __future__ import unicode_literals", | |
"level": 9, | |
"started_at": 42.852163314819336, | |
"finished_at": 42.856454849243164 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/styles/defaults.py", | |
"duration": 0.002384185791015625, | |
"module": "prompt_toolkit.styles.defaults", | |
"import_line": "from prompt_toolkit.token import Token", | |
"level": 9, | |
"started_at": 42.85931587219238, | |
"finished_at": 42.8617000579834 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/styles/__init__.py", | |
"duration": 0.1780986785888672, | |
"module": "prompt_toolkit.styles", | |
"import_line": "from defaults import *", | |
"level": 8, | |
"started_at": 42.754173278808594, | |
"finished_at": 42.93227195739746 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/styles/from_dict.py", | |
"duration": 0.0040531158447265625, | |
"module": "prompt_toolkit.styles.from_dict", | |
"import_line": "from collections import Mapping", | |
"level": 9, | |
"started_at": 43.03431510925293, | |
"finished_at": 43.038368225097656 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/styles/from_dict.py", | |
"duration": 0.003337860107421875, | |
"module": "prompt_toolkit.styles.from_dict", | |
"import_line": "from base import Style, DEFAULT_ATTRS, ANSI_COLOR_NAMES", | |
"level": 9, | |
"started_at": 43.04170608520508, | |
"finished_at": 43.0450439453125 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/styles/from_dict.py", | |
"duration": 0.002384185791015625, | |
"module": "prompt_toolkit.styles.from_dict", | |
"import_line": "from defaults import DEFAULT_STYLE_EXTENSIONS", | |
"level": 9, | |
"started_at": 43.04838180541992, | |
"finished_at": 43.05076599121094 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/styles/utils.py", | |
"duration": 0.0040531158447265625, | |
"module": "prompt_toolkit.styles.utils", | |
"import_line": "from __future__ import unicode_literals", | |
"level": 10, | |
"started_at": 43.1363582611084, | |
"finished_at": 43.140411376953125 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/styles/utils.py", | |
"duration": 0.0030994415283203125, | |
"module": "prompt_toolkit.styles.utils", | |
"import_line": "from base import DEFAULT_ATTRS, Attrs", | |
"level": 10, | |
"started_at": 43.143510818481445, | |
"finished_at": 43.146610260009766 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/styles/from_dict.py", | |
"duration": 0.10395050048828125, | |
"module": "prompt_toolkit.styles.from_dict", | |
"import_line": "from utils import merge_attrs, split_token_in_parts", | |
"level": 9, | |
"started_at": 43.053627014160156, | |
"finished_at": 43.15757751464844 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/styles/from_dict.py", | |
"duration": 0.0030994415283203125, | |
"module": "prompt_toolkit.styles.from_dict", | |
"import_line": "from six.moves import range", | |
"level": 9, | |
"started_at": 43.16067695617676, | |
"finished_at": 43.16377639770508 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/styles/__init__.py", | |
"duration": 0.2636909484863281, | |
"module": "prompt_toolkit.styles", | |
"import_line": "from from_dict import *", | |
"level": 8, | |
"started_at": 42.93704032897949, | |
"finished_at": 43.20073127746582 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/styles/from_pygments.py", | |
"duration": 0.003814697265625, | |
"module": "prompt_toolkit.styles.from_pygments", | |
"import_line": "from __future__ import unicode_literals", | |
"level": 9, | |
"started_at": 43.29514503479004, | |
"finished_at": 43.298959732055664 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/styles/from_pygments.py", | |
"duration": 0.00286102294921875, | |
"module": "prompt_toolkit.styles.from_pygments", | |
"import_line": "from base import Style", | |
"level": 9, | |
"started_at": 43.30182075500488, | |
"finished_at": 43.3046817779541 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/styles/from_pygments.py", | |
"duration": 0.002384185791015625, | |
"module": "prompt_toolkit.styles.from_pygments", | |
"import_line": "from from_dict import style_from_dict", | |
"level": 9, | |
"started_at": 43.30730438232422, | |
"finished_at": 43.309688568115234 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/pygments/style.py", | |
"duration": 0.0040531158447265625, | |
"module": "pygments.style", | |
"import_line": "from pygments.token import Token, STANDARD_TYPES", | |
"level": 10, | |
"started_at": 43.406009674072266, | |
"finished_at": 43.41006278991699 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/pygments/style.py", | |
"duration": 0.002384185791015625, | |
"module": "pygments.style", | |
"import_line": "from pygments.util import add_metaclass", | |
"level": 10, | |
"started_at": 43.41316223144531, | |
"finished_at": 43.41554641723633 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/styles/from_pygments.py", | |
"duration": 0.2856254577636719, | |
"module": "prompt_toolkit.styles.from_pygments", | |
"import_line": "from pygments.style import Style", | |
"level": 9, | |
"started_at": 43.31254959106445, | |
"finished_at": 43.598175048828125 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [ | |
{ | |
"children": [ | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/importlib/_bootstrap_external.py", | |
"duration": 0.24175643920898438, | |
"module": "importlib._bootstrap_external", | |
"import_line": "import zlib", | |
"level": 13, | |
"started_at": 44.00038719177246, | |
"finished_at": 44.242143630981445 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/importlib/_bootstrap.py", | |
"duration": 0.0054836273193359375, | |
"module": "importlib._bootstrap", | |
"import_line": "import zlib", | |
"level": 13, | |
"started_at": 54.915428161621094, | |
"finished_at": 54.92091178894043 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/__init__.py", | |
"duration": 0.0069141387939453125, | |
"module": "pkg_resources", | |
"import_line": "from __future__ import absolute_import", | |
"level": 13, | |
"started_at": 64.97025489807129, | |
"finished_at": 64.97716903686523 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/__init__.py", | |
"duration": 0.0026226043701171875, | |
"module": "pkg_resources", | |
"import_line": "import sys", | |
"level": 13, | |
"started_at": 64.98074531555176, | |
"finished_at": 64.98336791992188 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/__init__.py", | |
"duration": 0.0019073486328125, | |
"module": "pkg_resources", | |
"import_line": "import os", | |
"level": 13, | |
"started_at": 64.98575210571289, | |
"finished_at": 64.9876594543457 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/__init__.py", | |
"duration": 0.0019073486328125, | |
"module": "pkg_resources", | |
"import_line": "import io", | |
"level": 13, | |
"started_at": 64.99004364013672, | |
"finished_at": 64.99195098876953 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/__init__.py", | |
"duration": 0.001430511474609375, | |
"module": "pkg_resources", | |
"import_line": "import time", | |
"level": 13, | |
"started_at": 64.99409675598145, | |
"finished_at": 64.99552726745605 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/__init__.py", | |
"duration": 0.001430511474609375, | |
"module": "pkg_resources", | |
"import_line": "import re", | |
"level": 13, | |
"started_at": 64.99743461608887, | |
"finished_at": 64.99886512756348 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/__init__.py", | |
"duration": 0.0016689300537109375, | |
"module": "pkg_resources", | |
"import_line": "import types", | |
"level": 13, | |
"started_at": 65.00101089477539, | |
"finished_at": 65.0026798248291 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/zipfile.py", | |
"duration": 0.003814697265625, | |
"module": "zipfile", | |
"import_line": "import io", | |
"level": 14, | |
"started_at": 65.37747383117676, | |
"finished_at": 65.38128852844238 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/zipfile.py", | |
"duration": 0.0016689300537109375, | |
"module": "zipfile", | |
"import_line": "import os", | |
"level": 14, | |
"started_at": 65.3843879699707, | |
"finished_at": 65.38605690002441 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/zipfile.py", | |
"duration": 0.001430511474609375, | |
"module": "zipfile", | |
"import_line": "import re", | |
"level": 14, | |
"started_at": 65.38844108581543, | |
"finished_at": 65.38987159729004 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [ | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/importlib/abc.py", | |
"duration": 0.0045299530029296875, | |
"module": "importlib.abc", | |
"import_line": "from import _bootstrap", | |
"level": 17, | |
"started_at": 65.64164161682129, | |
"finished_at": 65.64617156982422 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/importlib/abc.py", | |
"duration": 0.0019073486328125, | |
"module": "importlib.abc", | |
"import_line": "from import _bootstrap_external", | |
"level": 17, | |
"started_at": 65.64927101135254, | |
"finished_at": 65.65117835998535 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/importlib/abc.py", | |
"duration": 0.0021457672119140625, | |
"module": "importlib.abc", | |
"import_line": "from import machinery", | |
"level": 17, | |
"started_at": 65.65356254577637, | |
"finished_at": 65.65570831298828 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/importlib/abc.py", | |
"duration": 0.002384185791015625, | |
"module": "importlib.abc", | |
"import_line": "import _frozen_importlib", | |
"level": 17, | |
"started_at": 65.6580924987793, | |
"finished_at": 65.66047668457031 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/importlib/abc.py", | |
"duration": 0.0016689300537109375, | |
"module": "importlib.abc", | |
"import_line": "import _frozen_importlib_external", | |
"level": 17, | |
"started_at": 65.66309928894043, | |
"finished_at": 65.66476821899414 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/importlib/abc.py", | |
"duration": 0.001430511474609375, | |
"module": "importlib.abc", | |
"import_line": "import abc", | |
"level": 17, | |
"started_at": 65.66691398620605, | |
"finished_at": 65.66834449768066 | |
}, | |
{ | |
"children": [], | |
"filepath": "N/A", | |
"duration": 0.0035762786865234375, | |
"module": "N/A", | |
"import_line": "import importlib", | |
"level": 17, | |
"started_at": 66.18070602416992, | |
"finished_at": 66.18428230285645 | |
} | |
], | |
"filepath": "N/A", | |
"duration": 0.6630420684814453, | |
"module": "N/A", | |
"import_line": "import importlib.abc", | |
"level": 16, | |
"started_at": 65.52243232727051, | |
"finished_at": 66.18547439575195 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/importlib/util.py", | |
"duration": 0.6723403930664062, | |
"module": "importlib.util", | |
"import_line": "from import abc", | |
"level": 15, | |
"started_at": 65.51432609558105, | |
"finished_at": 66.18666648864746 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/importlib/util.py", | |
"duration": 0.004291534423828125, | |
"module": "importlib.util", | |
"import_line": "from _bootstrap import module_from_spec", | |
"level": 15, | |
"started_at": 66.19095802307129, | |
"finished_at": 66.19524955749512 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/importlib/util.py", | |
"duration": 0.0030994415283203125, | |
"module": "importlib.util", | |
"import_line": "from _bootstrap import _resolve_name", | |
"level": 15, | |
"started_at": 66.19834899902344, | |
"finished_at": 66.20144844055176 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/importlib/util.py", | |
"duration": 0.00286102294921875, | |
"module": "importlib.util", | |
"import_line": "from _bootstrap import spec_from_loader", | |
"level": 15, | |
"started_at": 66.20430946350098, | |
"finished_at": 66.2071704864502 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/importlib/util.py", | |
"duration": 0.0030994415283203125, | |
"module": "importlib.util", | |
"import_line": "from _bootstrap import _find_spec", | |
"level": 15, | |
"started_at": 66.21026992797852, | |
"finished_at": 66.21336936950684 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/importlib/util.py", | |
"duration": 0.0026226043701171875, | |
"module": "importlib.util", | |
"import_line": "from _bootstrap_external import MAGIC_NUMBER", | |
"level": 15, | |
"started_at": 66.21599197387695, | |
"finished_at": 66.21861457824707 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/importlib/util.py", | |
"duration": 0.0026226043701171875, | |
"module": "importlib.util", | |
"import_line": "from _bootstrap_external import cache_from_source", | |
"level": 15, | |
"started_at": 66.22123718261719, | |
"finished_at": 66.2238597869873 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/importlib/util.py", | |
"duration": 0.0026226043701171875, | |
"module": "importlib.util", | |
"import_line": "from _bootstrap_external import decode_source", | |
"level": 15, | |
"started_at": 66.22648239135742, | |
"finished_at": 66.22910499572754 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/importlib/util.py", | |
"duration": 0.0026226043701171875, | |
"module": "importlib.util", | |
"import_line": "from _bootstrap_external import source_from_cache", | |
"level": 15, | |
"started_at": 66.23196601867676, | |
"finished_at": 66.23458862304688 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/importlib/util.py", | |
"duration": 0.0026226043701171875, | |
"module": "importlib.util", | |
"import_line": "from _bootstrap_external import spec_from_file_location", | |
"level": 15, | |
"started_at": 66.2374496459961, | |
"finished_at": 66.24007225036621 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/contextlib.py", | |
"duration": 0.0040531158447265625, | |
"module": "contextlib", | |
"import_line": "import sys", | |
"level": 16, | |
"started_at": 66.46466255187988, | |
"finished_at": 66.46871566772461 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/contextlib.py", | |
"duration": 0.0035762786865234375, | |
"module": "contextlib", | |
"import_line": "from collections import deque", | |
"level": 16, | |
"started_at": 66.47229194641113, | |
"finished_at": 66.47586822509766 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/contextlib.py", | |
"duration": 0.0030994415283203125, | |
"module": "contextlib", | |
"import_line": "from functools import wraps", | |
"level": 16, | |
"started_at": 66.47896766662598, | |
"finished_at": 66.4820671081543 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/importlib/util.py", | |
"duration": 0.3342628479003906, | |
"module": "importlib.util", | |
"import_line": "from contextlib import contextmanager", | |
"level": 15, | |
"started_at": 66.24269485473633, | |
"finished_at": 66.57695770263672 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/importlib/util.py", | |
"duration": 0.0021457672119140625, | |
"module": "importlib.util", | |
"import_line": "import functools", | |
"level": 15, | |
"started_at": 66.58124923706055, | |
"finished_at": 66.58339500427246 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/importlib/util.py", | |
"duration": 0.0019073486328125, | |
"module": "importlib.util", | |
"import_line": "import sys", | |
"level": 15, | |
"started_at": 66.58625602722168, | |
"finished_at": 66.58816337585449 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/importlib/util.py", | |
"duration": 0.0016689300537109375, | |
"module": "importlib.util", | |
"import_line": "import types", | |
"level": 15, | |
"started_at": 66.59078598022461, | |
"finished_at": 66.59245491027832 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/importlib/util.py", | |
"duration": 0.0016689300537109375, | |
"module": "importlib.util", | |
"import_line": "import warnings", | |
"level": 15, | |
"started_at": 66.59579277038574, | |
"finished_at": 66.59746170043945 | |
}, | |
{ | |
"children": [], | |
"filepath": "N/A", | |
"duration": 0.0026226043701171875, | |
"module": "N/A", | |
"import_line": "import importlib", | |
"level": 15, | |
"started_at": 66.6649341583252, | |
"finished_at": 66.66755676269531 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/zipfile.py", | |
"duration": 1.2767314910888672, | |
"module": "zipfile", | |
"import_line": "import importlib.util", | |
"level": 14, | |
"started_at": 65.39177894592285, | |
"finished_at": 66.66851043701172 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/zipfile.py", | |
"duration": 0.0021457672119140625, | |
"module": "zipfile", | |
"import_line": "import sys", | |
"level": 14, | |
"started_at": 66.67184829711914, | |
"finished_at": 66.67399406433105 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/zipfile.py", | |
"duration": 0.0016689300537109375, | |
"module": "zipfile", | |
"import_line": "import time", | |
"level": 14, | |
"started_at": 66.67661666870117, | |
"finished_at": 66.67828559875488 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/zipfile.py", | |
"duration": 0.0016689300537109375, | |
"module": "zipfile", | |
"import_line": "import stat", | |
"level": 14, | |
"started_at": 66.6806697845459, | |
"finished_at": 66.68233871459961 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/zipfile.py", | |
"duration": 0.0016689300537109375, | |
"module": "zipfile", | |
"import_line": "import shutil", | |
"level": 14, | |
"started_at": 66.68472290039062, | |
"finished_at": 66.68639183044434 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/zipfile.py", | |
"duration": 0.0019073486328125, | |
"module": "zipfile", | |
"import_line": "import struct", | |
"level": 14, | |
"started_at": 66.68877601623535, | |
"finished_at": 66.69068336486816 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/zipfile.py", | |
"duration": 0.25010108947753906, | |
"module": "zipfile", | |
"import_line": "import binascii", | |
"level": 14, | |
"started_at": 66.69306755065918, | |
"finished_at": 66.94316864013672 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/zipfile.py", | |
"duration": 0.0026226043701171875, | |
"module": "zipfile", | |
"import_line": "import threading", | |
"level": 14, | |
"started_at": 66.94817543029785, | |
"finished_at": 66.95079803466797 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/zipfile.py", | |
"duration": 0.001430511474609375, | |
"module": "zipfile", | |
"import_line": "import zlib", | |
"level": 14, | |
"started_at": 66.95342063903809, | |
"finished_at": 66.9548511505127 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/zipfile.py", | |
"duration": 0.0016689300537109375, | |
"module": "zipfile", | |
"import_line": "import bz2", | |
"level": 14, | |
"started_at": 66.95723533630371, | |
"finished_at": 66.95890426635742 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/zipfile.py", | |
"duration": 0.0016689300537109375, | |
"module": "zipfile", | |
"import_line": "import lzma", | |
"level": 14, | |
"started_at": 66.96152687072754, | |
"finished_at": 66.96319580078125 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/__init__.py", | |
"duration": 2.274751663208008, | |
"module": "pkg_resources", | |
"import_line": "import zipfile", | |
"level": 13, | |
"started_at": 65.00482559204102, | |
"finished_at": 67.27957725524902 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/__init__.py", | |
"duration": 0.00286102294921875, | |
"module": "pkg_resources", | |
"import_line": "import zipimport", | |
"level": 13, | |
"started_at": 67.28482246398926, | |
"finished_at": 67.28768348693848 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/__init__.py", | |
"duration": 0.0016689300537109375, | |
"module": "pkg_resources", | |
"import_line": "import warnings", | |
"level": 13, | |
"started_at": 67.29006767272949, | |
"finished_at": 67.2917366027832 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/__init__.py", | |
"duration": 0.0011920928955078125, | |
"module": "pkg_resources", | |
"import_line": "import stat", | |
"level": 13, | |
"started_at": 67.29388236999512, | |
"finished_at": 67.29507446289062 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/__init__.py", | |
"duration": 0.0011920928955078125, | |
"module": "pkg_resources", | |
"import_line": "import functools", | |
"level": 13, | |
"started_at": 67.29698181152344, | |
"finished_at": 67.29817390441895 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/pkgutil.py", | |
"duration": 0.0050067901611328125, | |
"module": "pkgutil", | |
"import_line": "from functools import singledispatch", | |
"level": 14, | |
"started_at": 67.52347946166992, | |
"finished_at": 67.52848625183105 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/pkgutil.py", | |
"duration": 0.0019073486328125, | |
"module": "pkgutil", | |
"import_line": "import importlib", | |
"level": 14, | |
"started_at": 67.53158569335938, | |
"finished_at": 67.53349304199219 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "N/A", | |
"duration": 0.0016689300537109375, | |
"module": "N/A", | |
"import_line": "import importlib", | |
"level": 15, | |
"started_at": 67.53921508789062, | |
"finished_at": 67.54088401794434 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/pkgutil.py", | |
"duration": 0.0057220458984375, | |
"module": "pkgutil", | |
"import_line": "import importlib.util", | |
"level": 14, | |
"started_at": 67.5358772277832, | |
"finished_at": 67.54159927368164 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "N/A", | |
"duration": 0.001430511474609375, | |
"module": "N/A", | |
"import_line": "import importlib", | |
"level": 15, | |
"started_at": 67.54636764526367, | |
"finished_at": 67.54779815673828 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/pkgutil.py", | |
"duration": 0.00476837158203125, | |
"module": "pkgutil", | |
"import_line": "import importlib.machinery", | |
"level": 14, | |
"started_at": 67.54374504089355, | |
"finished_at": 67.54851341247559 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/pkgutil.py", | |
"duration": 0.001430511474609375, | |
"module": "pkgutil", | |
"import_line": "import os", | |
"level": 14, | |
"started_at": 67.5504207611084, | |
"finished_at": 67.55185127258301 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "N/A", | |
"duration": 0.001430511474609375, | |
"module": "N/A", | |
"import_line": "import os", | |
"level": 15, | |
"started_at": 67.55661964416504, | |
"finished_at": 67.55805015563965 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/pkgutil.py", | |
"duration": 0.00476837158203125, | |
"module": "pkgutil", | |
"import_line": "import os.path", | |
"level": 14, | |
"started_at": 67.55399703979492, | |
"finished_at": 67.55876541137695 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/pkgutil.py", | |
"duration": 0.0016689300537109375, | |
"module": "pkgutil", | |
"import_line": "import sys", | |
"level": 14, | |
"started_at": 67.56067276000977, | |
"finished_at": 67.56234169006348 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/pkgutil.py", | |
"duration": 0.0026226043701171875, | |
"module": "pkgutil", | |
"import_line": "from types import ModuleType", | |
"level": 14, | |
"started_at": 67.5652027130127, | |
"finished_at": 67.56782531738281 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/pkgutil.py", | |
"duration": 0.001430511474609375, | |
"module": "pkgutil", | |
"import_line": "import warnings", | |
"level": 14, | |
"started_at": 67.56997108459473, | |
"finished_at": 67.57140159606934 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/pkgutil.py", | |
"duration": 0.002384185791015625, | |
"module": "pkgutil", | |
"import_line": "import zipimport", | |
"level": 14, | |
"started_at": 67.61860847473145, | |
"finished_at": 67.62099266052246 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/pkgutil.py", | |
"duration": 0.0026226043701171875, | |
"module": "pkgutil", | |
"import_line": "from zipimport import zipimporter", | |
"level": 14, | |
"started_at": 67.62361526489258, | |
"finished_at": 67.6262378692627 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/__init__.py", | |
"duration": 0.33926963806152344, | |
"module": "pkg_resources", | |
"import_line": "import pkgutil", | |
"level": 13, | |
"started_at": 67.30031967163086, | |
"finished_at": 67.63958930969238 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/__init__.py", | |
"duration": 0.0019073486328125, | |
"module": "pkg_resources", | |
"import_line": "import operator", | |
"level": 13, | |
"started_at": 67.6431655883789, | |
"finished_at": 67.64507293701172 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/platform.py", | |
"duration": 0.0040531158447265625, | |
"module": "platform", | |
"import_line": "import collections", | |
"level": 14, | |
"started_at": 68.00150871276855, | |
"finished_at": 68.00556182861328 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/platform.py", | |
"duration": 0.002384185791015625, | |
"module": "platform", | |
"import_line": "import sys", | |
"level": 14, | |
"started_at": 68.0086612701416, | |
"finished_at": 68.01104545593262 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/platform.py", | |
"duration": 0.001430511474609375, | |
"module": "platform", | |
"import_line": "import os", | |
"level": 14, | |
"started_at": 68.01390647888184, | |
"finished_at": 68.01533699035645 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/platform.py", | |
"duration": 0.001430511474609375, | |
"module": "platform", | |
"import_line": "import re", | |
"level": 14, | |
"started_at": 68.01748275756836, | |
"finished_at": 68.01891326904297 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/platform.py", | |
"duration": 0.0019073486328125, | |
"module": "platform", | |
"import_line": "import subprocess", | |
"level": 14, | |
"started_at": 68.02082061767578, | |
"finished_at": 68.0227279663086 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/platform.py", | |
"duration": 0.0011920928955078125, | |
"module": "platform", | |
"import_line": "import warnings", | |
"level": 14, | |
"started_at": 68.02487373352051, | |
"finished_at": 68.02606582641602 | |
}, | |
{ | |
"children": [], | |
"filepath": null, | |
"duration": 0.0069141387939453125, | |
"module": "namedtuple_uname_result", | |
"import_line": "from builtins import property, tuple", | |
"level": 14, | |
"started_at": 69.07463073730469, | |
"finished_at": 69.08154487609863 | |
}, | |
{ | |
"children": [], | |
"filepath": null, | |
"duration": 0.00286102294921875, | |
"module": "namedtuple_uname_result", | |
"import_line": "from operator import itemgetter", | |
"level": 14, | |
"started_at": 69.08559799194336, | |
"finished_at": 69.08845901489258 | |
}, | |
{ | |
"children": [], | |
"filepath": null, | |
"duration": 0.00286102294921875, | |
"module": "namedtuple_uname_result", | |
"import_line": "from collections import OrderedDict", | |
"level": 14, | |
"started_at": 69.0910816192627, | |
"finished_at": 69.09394264221191 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/__init__.py", | |
"duration": 2.3446083068847656, | |
"module": "pkg_resources", | |
"import_line": "import platform", | |
"level": 13, | |
"started_at": 67.64721870422363, | |
"finished_at": 69.9918270111084 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/__init__.py", | |
"duration": 0.0026226043701171875, | |
"module": "pkg_resources", | |
"import_line": "import collections", | |
"level": 13, | |
"started_at": 69.99683380126953, | |
"finished_at": 69.99945640563965 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/plistlib.py", | |
"duration": 0.003814697265625, | |
"module": "plistlib", | |
"import_line": "import binascii", | |
"level": 14, | |
"started_at": 70.2815055847168, | |
"finished_at": 70.28532028198242 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/plistlib.py", | |
"duration": 0.0016689300537109375, | |
"module": "plistlib", | |
"import_line": "import codecs", | |
"level": 14, | |
"started_at": 70.28841972351074, | |
"finished_at": 70.29008865356445 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/plistlib.py", | |
"duration": 0.0011920928955078125, | |
"module": "plistlib", | |
"import_line": "import contextlib", | |
"level": 14, | |
"started_at": 70.29247283935547, | |
"finished_at": 70.29366493225098 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/plistlib.py", | |
"duration": 0.001430511474609375, | |
"module": "plistlib", | |
"import_line": "import datetime", | |
"level": 14, | |
"started_at": 70.2962875366211, | |
"finished_at": 70.2977180480957 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/plistlib.py", | |
"duration": 0.0016689300537109375, | |
"module": "plistlib", | |
"import_line": "import enum", | |
"level": 14, | |
"started_at": 70.29986381530762, | |
"finished_at": 70.30153274536133 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/plistlib.py", | |
"duration": 0.003337860107421875, | |
"module": "plistlib", | |
"import_line": "from io import BytesIO", | |
"level": 14, | |
"started_at": 70.30415534973145, | |
"finished_at": 70.30749320983887 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/plistlib.py", | |
"duration": 0.0016689300537109375, | |
"module": "plistlib", | |
"import_line": "import itertools", | |
"level": 14, | |
"started_at": 70.30987739562988, | |
"finished_at": 70.3115463256836 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/plistlib.py", | |
"duration": 0.0011920928955078125, | |
"module": "plistlib", | |
"import_line": "import os", | |
"level": 14, | |
"started_at": 70.31369209289551, | |
"finished_at": 70.31488418579102 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/plistlib.py", | |
"duration": 0.001430511474609375, | |
"module": "plistlib", | |
"import_line": "import re", | |
"level": 14, | |
"started_at": 70.31702995300293, | |
"finished_at": 70.31846046447754 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/plistlib.py", | |
"duration": 0.0011920928955078125, | |
"module": "plistlib", | |
"import_line": "import struct", | |
"level": 14, | |
"started_at": 70.32060623168945, | |
"finished_at": 70.32179832458496 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/plistlib.py", | |
"duration": 0.002384185791015625, | |
"module": "plistlib", | |
"import_line": "from warnings import warn", | |
"level": 14, | |
"started_at": 70.32418251037598, | |
"finished_at": 70.32656669616699 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "N/A", | |
"duration": 0.17142295837402344, | |
"module": "N/A", | |
"import_line": "import xml", | |
"level": 16, | |
"started_at": 70.34778594970703, | |
"finished_at": 70.51920890808105 | |
}, | |
{ | |
"children": [], | |
"filepath": "N/A", | |
"duration": 0.00286102294921875, | |
"module": "N/A", | |
"import_line": "import xml", | |
"level": 16, | |
"started_at": 70.63484191894531, | |
"finished_at": 70.63770294189453 | |
} | |
], | |
"filepath": "N/A", | |
"duration": 0.29850006103515625, | |
"module": "N/A", | |
"import_line": "import xml.parsers", | |
"level": 15, | |
"started_at": 70.34015655517578, | |
"finished_at": 70.63865661621094 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/xml/parsers/expat.py", | |
"duration": 0.0035762786865234375, | |
"module": "xml.parsers.expat", | |
"import_line": "import sys", | |
"level": 15, | |
"started_at": 70.72901725769043, | |
"finished_at": 70.73259353637695 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/xml/parsers/expat.py", | |
"duration": 0.2694129943847656, | |
"module": "xml.parsers.expat", | |
"import_line": "from pyexpat import *", | |
"level": 15, | |
"started_at": 70.73593139648438, | |
"finished_at": 71.00534439086914 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/plistlib.py", | |
"duration": 0.6897449493408203, | |
"module": "plistlib", | |
"import_line": "from xml.parsers.expat import ParserCreate", | |
"level": 14, | |
"started_at": 70.32895088195801, | |
"finished_at": 71.01869583129883 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/__init__.py", | |
"duration": 2.079010009765625, | |
"module": "pkg_resources", | |
"import_line": "import plistlib", | |
"level": 13, | |
"started_at": 70.00207901000977, | |
"finished_at": 72.08108901977539 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "N/A", | |
"duration": 0.20384788513183594, | |
"module": "N/A", | |
"import_line": "import email", | |
"level": 14, | |
"started_at": 72.09944725036621, | |
"finished_at": 72.30329513549805 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/email/parser.py", | |
"duration": 0.0050067901611328125, | |
"module": "email.parser", | |
"import_line": "from io import StringIO, TextIOWrapper", | |
"level": 14, | |
"started_at": 72.43132591247559, | |
"finished_at": 72.43633270263672 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/email/feedparser.py", | |
"duration": 0.0035762786865234375, | |
"module": "email.feedparser", | |
"import_line": "import re", | |
"level": 15, | |
"started_at": 72.5698471069336, | |
"finished_at": 72.57342338562012 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "N/A", | |
"duration": 0.003337860107421875, | |
"module": "N/A", | |
"import_line": "import email", | |
"level": 17, | |
"started_at": 72.93891906738281, | |
"finished_at": 72.94225692749023 | |
} | |
], | |
"filepath": "N/A", | |
"duration": 0.3600120544433594, | |
"module": "N/A", | |
"import_line": "import email.errors", | |
"level": 16, | |
"started_at": 72.58319854736328, | |
"finished_at": 72.94321060180664 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/email/feedparser.py", | |
"duration": 0.3674030303955078, | |
"module": "email.feedparser", | |
"import_line": "from email import errors", | |
"level": 15, | |
"started_at": 72.57699966430664, | |
"finished_at": 72.94440269470215 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/email/message.py", | |
"duration": 0.0035762786865234375, | |
"module": "email.message", | |
"import_line": "import re", | |
"level": 17, | |
"started_at": 73.15301895141602, | |
"finished_at": 73.15659523010254 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/uu.py", | |
"duration": 0.003337860107421875, | |
"module": "uu", | |
"import_line": "import binascii", | |
"level": 18, | |
"started_at": 73.33540916442871, | |
"finished_at": 73.33874702453613 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/uu.py", | |
"duration": 0.0016689300537109375, | |
"module": "uu", | |
"import_line": "import os", | |
"level": 18, | |
"started_at": 73.34160804748535, | |
"finished_at": 73.34327697753906 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/uu.py", | |
"duration": 0.0019073486328125, | |
"module": "uu", | |
"import_line": "import sys", | |
"level": 18, | |
"started_at": 73.34566116333008, | |
"finished_at": 73.34756851196289 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/email/message.py", | |
"duration": 0.21314620971679688, | |
"module": "email.message", | |
"import_line": "import uu", | |
"level": 17, | |
"started_at": 73.15945625305176, | |
"finished_at": 73.37260246276855 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/quopri.py", | |
"duration": 0.0054836273193359375, | |
"module": "quopri", | |
"import_line": "from binascii import a2b_qp, b2a_qp", | |
"level": 18, | |
"started_at": 73.61960411071777, | |
"finished_at": 73.62508773803711 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/email/message.py", | |
"duration": 0.2605915069580078, | |
"module": "email.message", | |
"import_line": "import quopri", | |
"level": 17, | |
"started_at": 73.37617874145508, | |
"finished_at": 73.63677024841309 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/email/message.py", | |
"duration": 0.0019073486328125, | |
"module": "email.message", | |
"import_line": "import warnings", | |
"level": 17, | |
"started_at": 73.64058494567871, | |
"finished_at": 73.64249229431152 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/email/message.py", | |
"duration": 0.00286102294921875, | |
"module": "email.message", | |
"import_line": "from io import BytesIO, StringIO", | |
"level": 17, | |
"started_at": 73.64583015441895, | |
"finished_at": 73.64869117736816 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/email/utils.py", | |
"duration": 0.0030994415283203125, | |
"module": "email.utils", | |
"import_line": "import os", | |
"level": 19, | |
"started_at": 73.78387451171875, | |
"finished_at": 73.78697395324707 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/email/utils.py", | |
"duration": 0.001430511474609375, | |
"module": "email.utils", | |
"import_line": "import re", | |
"level": 19, | |
"started_at": 73.78959655761719, | |
"finished_at": 73.7910270690918 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/email/utils.py", | |
"duration": 0.001430511474609375, | |
"module": "email.utils", | |
"import_line": "import time", | |
"level": 19, | |
"started_at": 73.79317283630371, | |
"finished_at": 73.79460334777832 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/email/utils.py", | |
"duration": 0.0016689300537109375, | |
"module": "email.utils", | |
"import_line": "import random", | |
"level": 19, | |
"started_at": 73.79698753356934, | |
"finished_at": 73.79865646362305 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/socket.py", | |
"duration": 0.3056526184082031, | |
"module": "socket", | |
"import_line": "import _socket", | |
"level": 20, | |
"started_at": 74.03373718261719, | |
"finished_at": 74.33938980102539 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/socket.py", | |
"duration": 0.0040531158447265625, | |
"module": "socket", | |
"import_line": "from _socket import *", | |
"level": 20, | |
"started_at": 74.34511184692383, | |
"finished_at": 74.34916496276855 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/socket.py", | |
"duration": 0.0019073486328125, | |
"module": "socket", | |
"import_line": "import os", | |
"level": 20, | |
"started_at": 74.38206672668457, | |
"finished_at": 74.38397407531738 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/socket.py", | |
"duration": 0.0019073486328125, | |
"module": "socket", | |
"import_line": "import sys", | |
"level": 20, | |
"started_at": 74.3863582611084, | |
"finished_at": 74.38826560974121 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/socket.py", | |
"duration": 0.0016689300537109375, | |
"module": "socket", | |
"import_line": "import io", | |
"level": 20, | |
"started_at": 74.39041137695312, | |
"finished_at": 74.39208030700684 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/socket.py", | |
"duration": 0.0016689300537109375, | |
"module": "socket", | |
"import_line": "import selectors", | |
"level": 20, | |
"started_at": 74.39422607421875, | |
"finished_at": 74.39589500427246 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/socket.py", | |
"duration": 0.002384185791015625, | |
"module": "socket", | |
"import_line": "from enum import IntEnum", | |
"level": 20, | |
"started_at": 74.39827919006348, | |
"finished_at": 74.40066337585449 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/socket.py", | |
"duration": 0.0016689300537109375, | |
"module": "socket", | |
"import_line": "import errno", | |
"level": 20, | |
"started_at": 74.40304756164551, | |
"finished_at": 74.40471649169922 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/email/utils.py", | |
"duration": 1.2989044189453125, | |
"module": "email.utils", | |
"import_line": "import socket", | |
"level": 19, | |
"started_at": 73.80056381225586, | |
"finished_at": 75.09946823120117 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/email/utils.py", | |
"duration": 0.0026226043701171875, | |
"module": "email.utils", | |
"import_line": "import datetime", | |
"level": 19, | |
"started_at": 75.1047134399414, | |
"finished_at": 75.10733604431152 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "N/A", | |
"duration": 0.17261505126953125, | |
"module": "N/A", | |
"import_line": "import urllib", | |
"level": 20, | |
"started_at": 75.12116432189941, | |
"finished_at": 75.29377937316895 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/urllib/parse.py", | |
"duration": 0.003814697265625, | |
"module": "urllib.parse", | |
"import_line": "import re", | |
"level": 20, | |
"started_at": 75.57034492492676, | |
"finished_at": 75.57415962219238 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/urllib/parse.py", | |
"duration": 0.0026226043701171875, | |
"module": "urllib.parse", | |
"import_line": "import sys", | |
"level": 20, | |
"started_at": 75.5772590637207, | |
"finished_at": 75.57988166809082 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/urllib/parse.py", | |
"duration": 0.001430511474609375, | |
"module": "urllib.parse", | |
"import_line": "import collections", | |
"level": 20, | |
"started_at": 75.58250427246094, | |
"finished_at": 75.58393478393555 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/urllib/parse.py", | |
"duration": 0.004291534423828125, | |
"module": "urllib.parse", | |
"import_line": "from collections import namedtuple", | |
"level": 20, | |
"started_at": 75.64735412597656, | |
"finished_at": 75.65164566040039 | |
}, | |
{ | |
"children": [], | |
"filepath": null, | |
"duration": 0.0069141387939453125, | |
"module": "namedtuple_DefragResult", | |
"import_line": "from builtins import property, tuple", | |
"level": 20, | |
"started_at": 75.9427547454834, | |
"finished_at": 75.94966888427734 | |
}, | |
{ | |
"children": [], | |
"filepath": null, | |
"duration": 0.00286102294921875, | |
"module": "namedtuple_DefragResult", | |
"import_line": "from operator import itemgetter", | |
"level": 20, | |
"started_at": 75.95348358154297, | |
"finished_at": 75.95634460449219 | |
}, | |
{ | |
"children": [], | |
"filepath": null, | |
"duration": 0.0026226043701171875, | |
"module": "namedtuple_DefragResult", | |
"import_line": "from collections import OrderedDict", | |
"level": 20, | |
"started_at": 75.9589672088623, | |
"finished_at": 75.96158981323242 | |
}, | |
{ | |
"children": [], | |
"filepath": null, | |
"duration": 0.00667572021484375, | |
"module": "namedtuple_SplitResult", | |
"import_line": "from builtins import property, tuple", | |
"level": 20, | |
"started_at": 76.2794017791748, | |
"finished_at": 76.28607749938965 | |
}, | |
{ | |
"children": [], | |
"filepath": null, | |
"duration": 0.00286102294921875, | |
"module": "namedtuple_SplitResult", | |
"import_line": "from operator import itemgetter", | |
"level": 20, | |
"started_at": 76.28965377807617, | |
"finished_at": 76.29251480102539 | |
}, | |
{ | |
"children": [], | |
"filepath": null, | |
"duration": 0.002384185791015625, | |
"module": "namedtuple_SplitResult", | |
"import_line": "from collections import OrderedDict", | |
"level": 20, | |
"started_at": 76.29513740539551, | |
"finished_at": 76.29752159118652 | |
}, | |
{ | |
"children": [], | |
"filepath": null, | |
"duration": 0.0064373016357421875, | |
"module": "namedtuple_ParseResult", | |
"import_line": "from builtins import property, tuple", | |
"level": 20, | |
"started_at": 76.62463188171387, | |
"finished_at": 76.63106918334961 | |
}, | |
{ | |
"children": [], | |
"filepath": null, | |
"duration": 0.00286102294921875, | |
"module": "namedtuple_ParseResult", | |
"import_line": "from operator import itemgetter", | |
"level": 20, | |
"started_at": 76.63464546203613, | |
"finished_at": 76.63750648498535 | |
}, | |
{ | |
"children": [], | |
"filepath": null, | |
"duration": 0.002384185791015625, | |
"module": "namedtuple_ParseResult", | |
"import_line": "from collections import OrderedDict", | |
"level": 20, | |
"started_at": 76.63989067077637, | |
"finished_at": 76.64227485656738 | |
}, | |
{ | |
"children": [], | |
"filepath": "N/A", | |
"duration": 0.003337860107421875, | |
"module": "N/A", | |
"import_line": "import urllib", | |
"level": 20, | |
"started_at": 76.8575668334961, | |
"finished_at": 76.86090469360352 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/email/utils.py", | |
"duration": 1.7518997192382812, | |
"module": "email.utils", | |
"import_line": "import urllib.parse", | |
"level": 19, | |
"started_at": 75.10995864868164, | |
"finished_at": 76.86185836791992 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/email/_parseaddr.py", | |
"duration": 0.003337860107421875, | |
"module": "email._parseaddr", | |
"import_line": "import time", | |
"level": 20, | |
"started_at": 77.00490951538086, | |
"finished_at": 77.00824737548828 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/calendar.py", | |
"duration": 0.00476837158203125, | |
"module": "calendar", | |
"import_line": "import sys", | |
"level": 21, | |
"started_at": 77.31795310974121, | |
"finished_at": 77.32272148132324 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/calendar.py", | |
"duration": 0.0016689300537109375, | |
"module": "calendar", | |
"import_line": "import datetime", | |
"level": 21, | |
"started_at": 77.32558250427246, | |
"finished_at": 77.32725143432617 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/locale.py", | |
"duration": 0.00476837158203125, | |
"module": "locale", | |
"import_line": "import sys", | |
"level": 22, | |
"started_at": 77.93259620666504, | |
"finished_at": 77.93736457824707 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/locale.py", | |
"duration": 0.0019073486328125, | |
"module": "locale", | |
"import_line": "import encodings", | |
"level": 22, | |
"started_at": 77.94070243835449, | |
"finished_at": 77.9426097869873 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "N/A", | |
"duration": 0.0016689300537109375, | |
"module": "N/A", | |
"import_line": "import encodings", | |
"level": 23, | |
"started_at": 77.94833183288574, | |
"finished_at": 77.95000076293945 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/locale.py", | |
"duration": 0.0057220458984375, | |
"module": "locale", | |
"import_line": "import encodings.aliases", | |
"level": 22, | |
"started_at": 77.94499397277832, | |
"finished_at": 77.95071601867676 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/locale.py", | |
"duration": 0.0011920928955078125, | |
"module": "locale", | |
"import_line": "import re", | |
"level": 22, | |
"started_at": 77.95310020446777, | |
"finished_at": 77.95429229736328 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/locale.py", | |
"duration": 0.001430511474609375, | |
"module": "locale", | |
"import_line": "import collections", | |
"level": 22, | |
"started_at": 77.9564380645752, | |
"finished_at": 77.9578685760498 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/locale.py", | |
"duration": 0.0030994415283203125, | |
"module": "locale", | |
"import_line": "from builtins import str", | |
"level": 22, | |
"started_at": 77.96096801757812, | |
"finished_at": 77.96406745910645 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/locale.py", | |
"duration": 0.001430511474609375, | |
"module": "locale", | |
"import_line": "import functools", | |
"level": 22, | |
"started_at": 77.96669006347656, | |
"finished_at": 77.96812057495117 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/locale.py", | |
"duration": 0.002384185791015625, | |
"module": "locale", | |
"import_line": "from _locale import *", | |
"level": 22, | |
"started_at": 77.97122001647949, | |
"finished_at": 77.97360420227051 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/calendar.py", | |
"duration": 0.9028911590576172, | |
"module": "calendar", | |
"import_line": "import locale", | |
"level": 21, | |
"started_at": 77.32963562011719, | |
"finished_at": 78.2325267791748 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/email/_parseaddr.py", | |
"duration": 1.3604164123535156, | |
"module": "email._parseaddr", | |
"import_line": "import calendar", | |
"level": 20, | |
"started_at": 77.0111083984375, | |
"finished_at": 78.37152481079102 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/email/utils.py", | |
"duration": 1.5425682067871094, | |
"module": "email.utils", | |
"import_line": "from email._parseaddr import quote", | |
"level": 19, | |
"started_at": 76.86567306518555, | |
"finished_at": 78.40824127197266 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/email/utils.py", | |
"duration": 0.003814697265625, | |
"module": "email.utils", | |
"import_line": "from email._parseaddr import AddressList", | |
"level": 19, | |
"started_at": 78.4142017364502, | |
"finished_at": 78.41801643371582 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/email/utils.py", | |
"duration": 0.002384185791015625, | |
"module": "email.utils", | |
"import_line": "from email._parseaddr import mktime_tz", | |
"level": 19, | |
"started_at": 78.42206954956055, | |
"finished_at": 78.42445373535156 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/email/utils.py", | |
"duration": 0.0021457672119140625, | |
"module": "email.utils", | |
"import_line": "from email._parseaddr import parsedate, parsedate_tz, _parsedate_tz", | |
"level": 19, | |
"started_at": 78.42707633972168, | |
"finished_at": 78.4292221069336 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/email/charset.py", | |
"duration": 0.0045299530029296875, | |
"module": "email.charset", | |
"import_line": "from functools import partial", | |
"level": 20, | |
"started_at": 78.56011390686035, | |
"finished_at": 78.56464385986328 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/base64.py", | |
"duration": 0.0035762786865234375, | |
"module": "base64", | |
"import_line": "import re", | |
"level": 22, | |
"started_at": 78.8717269897461, | |
"finished_at": 78.87530326843262 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/base64.py", | |
"duration": 0.001430511474609375, | |
"module": "base64", | |
"import_line": "import struct", | |
"level": 22, | |
"started_at": 78.87816429138184, | |
"finished_at": 78.87959480285645 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/base64.py", | |
"duration": 0.001430511474609375, | |
"module": "base64", | |
"import_line": "import binascii", | |
"level": 22, | |
"started_at": 78.88197898864746, | |
"finished_at": 78.88340950012207 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/email/base64mime.py", | |
"duration": 0.24509429931640625, | |
"module": "email.base64mime", | |
"import_line": "from base64 import b64encode", | |
"level": 21, | |
"started_at": 78.6583423614502, | |
"finished_at": 78.9034366607666 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/email/base64mime.py", | |
"duration": 0.0026226043701171875, | |
"module": "email.base64mime", | |
"import_line": "from binascii import b2a_base64, a2b_base64", | |
"level": 21, | |
"started_at": 78.90748977661133, | |
"finished_at": 78.91011238098145 | |
}, | |
{ | |
"children": [], | |
"filepath": "N/A", | |
"duration": 0.0019073486328125, | |
"module": "N/A", | |
"import_line": "import email", | |
"level": 21, | |
"started_at": 78.92155647277832, | |
"finished_at": 78.92346382141113 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/email/charset.py", | |
"duration": 0.35643577575683594, | |
"module": "email.charset", | |
"import_line": "import email.base64mime", | |
"level": 20, | |
"started_at": 78.5677433013916, | |
"finished_at": 78.92417907714844 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/email/quoprimime.py", | |
"duration": 0.0035762786865234375, | |
"module": "email.quoprimime", | |
"import_line": "import re", | |
"level": 21, | |
"started_at": 79.09369468688965, | |
"finished_at": 79.09727096557617 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/email/quoprimime.py", | |
"duration": 0.003814697265625, | |
"module": "email.quoprimime", | |
"import_line": "from string import ascii_letters, digits, hexdigits", | |
"level": 21, | |
"started_at": 79.1025161743164, | |
"finished_at": 79.10633087158203 | |
}, | |
{ | |
"children": [], | |
"filepath": "N/A", | |
"duration": 0.0026226043701171875, | |
"module": "N/A", | |
"import_line": "import email", | |
"level": 21, | |
"started_at": 79.20694351196289, | |
"finished_at": 79.20956611633301 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/email/charset.py", | |
"duration": 0.2834796905517578, | |
"module": "email.charset", | |
"import_line": "import email.quoprimime", | |
"level": 20, | |
"started_at": 78.92680168151855, | |
"finished_at": 79.21028137207031 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/email/charset.py", | |
"duration": 0.0026226043701171875, | |
"module": "email.charset", | |
"import_line": "from email import errors", | |
"level": 20, | |
"started_at": 79.21457290649414, | |
"finished_at": 79.21719551086426 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/email/encoders.py", | |
"duration": 0.004291534423828125, | |
"module": "email.encoders", | |
"import_line": "from base64 import encodebytes", | |
"level": 21, | |
"started_at": 79.31351661682129, | |
"finished_at": 79.31780815124512 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/email/encoders.py", | |
"duration": 0.0026226043701171875, | |
"module": "email.encoders", | |
"import_line": "from quopri import encodestring", | |
"level": 21, | |
"started_at": 79.32090759277344, | |
"finished_at": 79.32353019714355 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/email/charset.py", | |
"duration": 0.11563301086425781, | |
"module": "email.charset", | |
"import_line": "from email.encoders import encode_7or8bit", | |
"level": 20, | |
"started_at": 79.22029495239258, | |
"finished_at": 79.33592796325684 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/email/utils.py", | |
"duration": 0.9326934814453125, | |
"module": "email.utils", | |
"import_line": "from email.charset import Charset", | |
"level": 19, | |
"started_at": 78.43279838562012, | |
"finished_at": 79.36549186706543 | |
}, | |
{ | |
"children": [], | |
"filepath": "N/A", | |
"duration": 0.00286102294921875, | |
"module": "N/A", | |
"import_line": "import email", | |
"level": 19, | |
"started_at": 79.84685897827148, | |
"finished_at": 79.8497200012207 | |
} | |
], | |
"filepath": "N/A", | |
"duration": 6.193876266479492, | |
"module": "N/A", | |
"import_line": "import email.utils", | |
"level": 18, | |
"started_at": 73.65679740905762, | |
"finished_at": 79.85067367553711 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/email/message.py", | |
"duration": 6.2007904052734375, | |
"module": "email.message", | |
"import_line": "from email import utils", | |
"level": 17, | |
"started_at": 73.65131378173828, | |
"finished_at": 79.85210418701172 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/email/message.py", | |
"duration": 0.00286102294921875, | |
"module": "email.message", | |
"import_line": "from email import errors", | |
"level": 17, | |
"started_at": 79.85591888427734, | |
"finished_at": 79.85877990722656 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/email/_policybase.py", | |
"duration": 0.003337860107421875, | |
"module": "email._policybase", | |
"import_line": "import abc", | |
"level": 18, | |
"started_at": 79.99086380004883, | |
"finished_at": 79.99420166015625 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/email/header.py", | |
"duration": 0.003337860107421875, | |
"module": "email.header", | |
"import_line": "import re", | |
"level": 20, | |
"started_at": 80.14583587646484, | |
"finished_at": 80.14917373657227 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/email/header.py", | |
"duration": 0.001430511474609375, | |
"module": "email.header", | |
"import_line": "import binascii", | |
"level": 20, | |
"started_at": 80.15203475952148, | |
"finished_at": 80.1534652709961 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "N/A", | |
"duration": 0.0016689300537109375, | |
"module": "N/A", | |
"import_line": "import email", | |
"level": 21, | |
"started_at": 80.15847206115723, | |
"finished_at": 80.16014099121094 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/email/header.py", | |
"duration": 0.005245208740234375, | |
"module": "email.header", | |
"import_line": "import email.quoprimime", | |
"level": 20, | |
"started_at": 80.15561103820801, | |
"finished_at": 80.16085624694824 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "N/A", | |
"duration": 0.0011920928955078125, | |
"module": "N/A", | |
"import_line": "import email", | |
"level": 21, | |
"started_at": 80.16586303710938, | |
"finished_at": 80.16705513000488 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/email/header.py", | |
"duration": 0.0045299530029296875, | |
"module": "email.header", | |
"import_line": "import email.base64mime", | |
"level": 20, | |
"started_at": 80.16324043273926, | |
"finished_at": 80.16777038574219 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/email/header.py", | |
"duration": 0.0030994415283203125, | |
"module": "email.header", | |
"import_line": "from email.errors import HeaderParseError", | |
"level": 20, | |
"started_at": 80.1703929901123, | |
"finished_at": 80.17349243164062 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/email/header.py", | |
"duration": 0.0021457672119140625, | |
"module": "email.header", | |
"import_line": "from email import charset", | |
"level": 20, | |
"started_at": 80.17611503601074, | |
"finished_at": 80.17826080322266 | |
}, | |
{ | |
"children": [], | |
"filepath": "N/A", | |
"duration": 0.0030994415283203125, | |
"module": "N/A", | |
"import_line": "import email", | |
"level": 20, | |
"started_at": 80.59024810791016, | |
"finished_at": 80.59334754943848 | |
} | |
], | |
"filepath": "N/A", | |
"duration": 0.5905628204345703, | |
"module": "N/A", | |
"import_line": "import email.header", | |
"level": 19, | |
"started_at": 80.00373840332031, | |
"finished_at": 80.59430122375488 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/email/_policybase.py", | |
"duration": 0.5979537963867188, | |
"module": "email._policybase", | |
"import_line": "from email import header", | |
"level": 18, | |
"started_at": 79.99753952026367, | |
"finished_at": 80.59549331665039 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/email/_policybase.py", | |
"duration": 0.0026226043701171875, | |
"module": "email._policybase", | |
"import_line": "from email import charset", | |
"level": 18, | |
"started_at": 80.59930801391602, | |
"finished_at": 80.60193061828613 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/email/_policybase.py", | |
"duration": 0.00286102294921875, | |
"module": "email._policybase", | |
"import_line": "from email.utils import _has_surrogates", | |
"level": 18, | |
"started_at": 80.60455322265625, | |
"finished_at": 80.60741424560547 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/email/message.py", | |
"duration": 0.8556842803955078, | |
"module": "email.message", | |
"import_line": "from email._policybase import compat32", | |
"level": 17, | |
"started_at": 79.86140251159668, | |
"finished_at": 80.71708679199219 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/email/message.py", | |
"duration": 0.003337860107421875, | |
"module": "email.message", | |
"import_line": "from email import charset", | |
"level": 17, | |
"started_at": 80.72209358215332, | |
"finished_at": 80.72543144226074 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/email/_encoded_words.py", | |
"duration": 0.0030994415283203125, | |
"module": "email._encoded_words", | |
"import_line": "import re", | |
"level": 18, | |
"started_at": 80.83868026733398, | |
"finished_at": 80.8417797088623 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/email/_encoded_words.py", | |
"duration": 0.001430511474609375, | |
"module": "email._encoded_words", | |
"import_line": "import base64", | |
"level": 18, | |
"started_at": 80.84464073181152, | |
"finished_at": 80.84607124328613 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/email/_encoded_words.py", | |
"duration": 0.001430511474609375, | |
"module": "email._encoded_words", | |
"import_line": "import binascii", | |
"level": 18, | |
"started_at": 80.84845542907715, | |
"finished_at": 80.84988594055176 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/email/_encoded_words.py", | |
"duration": 0.001430511474609375, | |
"module": "email._encoded_words", | |
"import_line": "import functools", | |
"level": 18, | |
"started_at": 80.85179328918457, | |
"finished_at": 80.85322380065918 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/email/_encoded_words.py", | |
"duration": 0.0026226043701171875, | |
"module": "email._encoded_words", | |
"import_line": "from string import ascii_letters, digits", | |
"level": 18, | |
"started_at": 80.8563232421875, | |
"finished_at": 80.85894584655762 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/email/_encoded_words.py", | |
"duration": 0.0021457672119140625, | |
"module": "email._encoded_words", | |
"import_line": "from email import errors", | |
"level": 18, | |
"started_at": 80.86156845092773, | |
"finished_at": 80.86371421813965 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/email/message.py", | |
"duration": 0.24819374084472656, | |
"module": "email.message", | |
"import_line": "from email._encoded_words import decode_b", | |
"level": 17, | |
"started_at": 80.72805404663086, | |
"finished_at": 80.97624778747559 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/email/iterators.py", | |
"duration": 0.003814697265625, | |
"module": "email.iterators", | |
"import_line": "import sys", | |
"level": 18, | |
"started_at": 81.15506172180176, | |
"finished_at": 81.15887641906738 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/email/iterators.py", | |
"duration": 0.00286102294921875, | |
"module": "email.iterators", | |
"import_line": "from io import StringIO", | |
"level": 18, | |
"started_at": 81.1622142791748, | |
"finished_at": 81.16507530212402 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/email/message.py", | |
"duration": 0.1780986785888672, | |
"module": "email.message", | |
"import_line": "from email.iterators import walk", | |
"level": 17, | |
"started_at": 81.05683326721191, | |
"finished_at": 81.23493194580078 | |
}, | |
{ | |
"children": [], | |
"filepath": "N/A", | |
"duration": 0.0026226043701171875, | |
"module": "N/A", | |
"import_line": "import email", | |
"level": 17, | |
"started_at": 81.28833770751953, | |
"finished_at": 81.29096031188965 | |
} | |
], | |
"filepath": "N/A", | |
"duration": 8.336544036865234, | |
"module": "N/A", | |
"import_line": "import email.message", | |
"level": 16, | |
"started_at": 72.95536994934082, | |
"finished_at": 81.29191398620605 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/email/feedparser.py", | |
"duration": 8.344411849975586, | |
"module": "email.feedparser", | |
"import_line": "from email import message", | |
"level": 15, | |
"started_at": 72.94869422912598, | |
"finished_at": 81.29310607910156 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/email/feedparser.py", | |
"duration": 0.00286102294921875, | |
"module": "email.feedparser", | |
"import_line": "from email._policybase import compat32", | |
"level": 15, | |
"started_at": 81.29692077636719, | |
"finished_at": 81.2997817993164 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/email/feedparser.py", | |
"duration": 0.002384185791015625, | |
"module": "email.feedparser", | |
"import_line": "from collections import deque", | |
"level": 15, | |
"started_at": 81.30240440368652, | |
"finished_at": 81.30478858947754 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/email/parser.py", | |
"duration": 9.19198989868164, | |
"module": "email.parser", | |
"import_line": "from email.feedparser import FeedParser, BytesFeedParser", | |
"level": 14, | |
"started_at": 72.44062423706055, | |
"finished_at": 81.63261413574219 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/email/parser.py", | |
"duration": 0.0035762786865234375, | |
"module": "email.parser", | |
"import_line": "from email._policybase import compat32", | |
"level": 14, | |
"started_at": 81.63833618164062, | |
"finished_at": 81.64191246032715 | |
}, | |
{ | |
"children": [], | |
"filepath": "N/A", | |
"duration": 0.002384185791015625, | |
"module": "N/A", | |
"import_line": "import email", | |
"level": 14, | |
"started_at": 81.69054985046387, | |
"finished_at": 81.69293403625488 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/__init__.py", | |
"duration": 9.607076644897461, | |
"module": "pkg_resources", | |
"import_line": "import email.parser", | |
"level": 13, | |
"started_at": 72.08681106567383, | |
"finished_at": 81.69388771057129 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/__init__.py", | |
"duration": 0.0019073486328125, | |
"module": "pkg_resources", | |
"import_line": "import tempfile", | |
"level": 13, | |
"started_at": 81.69674873352051, | |
"finished_at": 81.69865608215332 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/__init__.py", | |
"duration": 0.001430511474609375, | |
"module": "pkg_resources", | |
"import_line": "import textwrap", | |
"level": 13, | |
"started_at": 81.70080184936523, | |
"finished_at": 81.70223236083984 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/__init__.py", | |
"duration": 0.0026226043701171875, | |
"module": "pkg_resources", | |
"import_line": "from pkgutil import get_importer", | |
"level": 13, | |
"started_at": 81.70461654663086, | |
"finished_at": 81.70723915100098 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/__init__.py", | |
"duration": 0.0019073486328125, | |
"module": "pkg_resources", | |
"import_line": "import _imp", | |
"level": 13, | |
"started_at": 81.70962333679199, | |
"finished_at": 81.7115306854248 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/importlib/_bootstrap_external.py", | |
"duration": 0.0030994415283203125, | |
"module": "importlib._bootstrap_external", | |
"import_line": "import zlib", | |
"level": 14, | |
"started_at": 81.76302909851074, | |
"finished_at": 81.76612854003906 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/importlib/_bootstrap.py", | |
"duration": 0.0040531158447265625, | |
"module": "importlib._bootstrap", | |
"import_line": "import zlib", | |
"level": 14, | |
"started_at": 82.09991455078125, | |
"finished_at": 82.10396766662598 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/extern/__init__.py", | |
"duration": 0.00476837158203125, | |
"module": "pkg_resources.extern", | |
"import_line": "import sys", | |
"level": 14, | |
"started_at": 82.40270614624023, | |
"finished_at": 82.40747451782227 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [ | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/importlib/_bootstrap_external.py", | |
"duration": 0.003337860107421875, | |
"module": "importlib._bootstrap_external", | |
"import_line": "import zlib", | |
"level": 17, | |
"started_at": 82.53049850463867, | |
"finished_at": 82.5338363647461 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/importlib/_bootstrap.py", | |
"duration": 0.0030994415283203125, | |
"module": "importlib._bootstrap", | |
"import_line": "import zlib", | |
"level": 17, | |
"started_at": 82.57126808166504, | |
"finished_at": 82.57436752319336 | |
}, | |
{ | |
"children": [], | |
"filepath": "N/A", | |
"duration": 0.00286102294921875, | |
"module": "N/A", | |
"import_line": "import pkg_resources", | |
"level": 17, | |
"started_at": 82.60393142700195, | |
"finished_at": 82.60679244995117 | |
} | |
], | |
"filepath": "N/A", | |
"duration": 0.11086463928222656, | |
"module": "N/A", | |
"import_line": "import pkg_resources._vendor", | |
"level": 16, | |
"started_at": 82.49688148498535, | |
"finished_at": 82.60774612426758 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/importlib/_bootstrap_external.py", | |
"duration": 0.00286102294921875, | |
"module": "importlib._bootstrap_external", | |
"import_line": "import zlib", | |
"level": 16, | |
"started_at": 82.6408863067627, | |
"finished_at": 82.64374732971191 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/importlib/_bootstrap.py", | |
"duration": 0.0045299530029296875, | |
"module": "importlib._bootstrap", | |
"import_line": "import zlib", | |
"level": 16, | |
"started_at": 86.1201286315918, | |
"finished_at": 86.12465858459473 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/_vendor/six.py", | |
"duration": 0.006198883056640625, | |
"module": "pkg_resources._vendor.six", | |
"import_line": "from __future__ import absolute_import", | |
"level": 16, | |
"started_at": 89.40482139587402, | |
"finished_at": 89.41102027893066 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/_vendor/six.py", | |
"duration": 0.0021457672119140625, | |
"module": "pkg_resources._vendor.six", | |
"import_line": "import functools", | |
"level": 16, | |
"started_at": 89.41435813903809, | |
"finished_at": 89.41650390625 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/_vendor/six.py", | |
"duration": 0.001430511474609375, | |
"module": "pkg_resources._vendor.six", | |
"import_line": "import itertools", | |
"level": 16, | |
"started_at": 89.41888809204102, | |
"finished_at": 89.42031860351562 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/_vendor/six.py", | |
"duration": 0.001430511474609375, | |
"module": "pkg_resources._vendor.six", | |
"import_line": "import operator", | |
"level": 16, | |
"started_at": 89.42246437072754, | |
"finished_at": 89.42389488220215 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/_vendor/six.py", | |
"duration": 0.0016689300537109375, | |
"module": "pkg_resources._vendor.six", | |
"import_line": "import sys", | |
"level": 16, | |
"started_at": 89.42604064941406, | |
"finished_at": 89.42770957946777 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/_vendor/six.py", | |
"duration": 0.001430511474609375, | |
"module": "pkg_resources._vendor.six", | |
"import_line": "import types", | |
"level": 16, | |
"started_at": 89.42985534667969, | |
"finished_at": 89.4312858581543 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/_vendor/six.py", | |
"duration": 0.003337860107421875, | |
"module": "pkg_resources._vendor.six", | |
"import_line": "import struct", | |
"level": 16, | |
"started_at": 89.77007865905762, | |
"finished_at": 89.77341651916504 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/_vendor/six.py", | |
"duration": 0.0019073486328125, | |
"module": "pkg_resources._vendor.six", | |
"import_line": "import io", | |
"level": 16, | |
"started_at": 89.77961540222168, | |
"finished_at": 89.78152275085449 | |
}, | |
{ | |
"children": [], | |
"filepath": "N/A", | |
"duration": 0.00286102294921875, | |
"module": "N/A", | |
"import_line": "import builtins", | |
"level": 16, | |
"started_at": 89.79058265686035, | |
"finished_at": 89.79344367980957 | |
}, | |
{ | |
"children": [], | |
"filepath": "N/A", | |
"duration": 0.0035762786865234375, | |
"module": "N/A", | |
"import_line": "import pkg_resources", | |
"level": 16, | |
"started_at": 89.85304832458496, | |
"finished_at": 89.85662460327148 | |
} | |
], | |
"filepath": "N/A", | |
"duration": 7.370710372924805, | |
"module": "N/A", | |
"import_line": "import pkg_resources._vendor.six", | |
"level": 15, | |
"started_at": 82.48662948608398, | |
"finished_at": 89.85733985900879 | |
}, | |
{ | |
"children": [], | |
"filepath": "N/A", | |
"duration": 0.0021457672119140625, | |
"module": "N/A", | |
"import_line": "import pkg_resources", | |
"level": 15, | |
"started_at": 89.86639976501465, | |
"finished_at": 89.86854553222656 | |
} | |
], | |
"filepath": "N/A", | |
"duration": 7.428407669067383, | |
"module": "N/A", | |
"import_line": "import pkg_resources.extern.six", | |
"level": 14, | |
"started_at": 82.44085311889648, | |
"finished_at": 89.86926078796387 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/__init__.py", | |
"duration": 8.156299591064453, | |
"module": "pkg_resources", | |
"import_line": "from pkg_resources.extern import six", | |
"level": 13, | |
"started_at": 81.71415328979492, | |
"finished_at": 89.87045288085938 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [ | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/importlib/_bootstrap_external.py", | |
"duration": 0.0035762786865234375, | |
"module": "importlib._bootstrap_external", | |
"import_line": "import zlib", | |
"level": 16, | |
"started_at": 89.95413780212402, | |
"finished_at": 89.95771408081055 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/importlib/_bootstrap.py", | |
"duration": 0.004291534423828125, | |
"module": "importlib._bootstrap", | |
"import_line": "import zlib", | |
"level": 16, | |
"started_at": 93.22738647460938, | |
"finished_at": 93.2316780090332 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/_vendor/six.py", | |
"duration": 0.0059604644775390625, | |
"module": "pkg_resources._vendor.six", | |
"import_line": "from __future__ import absolute_import", | |
"level": 16, | |
"started_at": 96.41408920288086, | |
"finished_at": 96.4200496673584 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/_vendor/six.py", | |
"duration": 0.0019073486328125, | |
"module": "pkg_resources._vendor.six", | |
"import_line": "import functools", | |
"level": 16, | |
"started_at": 96.42362594604492, | |
"finished_at": 96.42553329467773 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/_vendor/six.py", | |
"duration": 0.001430511474609375, | |
"module": "pkg_resources._vendor.six", | |
"import_line": "import itertools", | |
"level": 16, | |
"started_at": 96.42767906188965, | |
"finished_at": 96.42910957336426 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/_vendor/six.py", | |
"duration": 0.0011920928955078125, | |
"module": "pkg_resources._vendor.six", | |
"import_line": "import operator", | |
"level": 16, | |
"started_at": 96.43125534057617, | |
"finished_at": 96.43244743347168 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/_vendor/six.py", | |
"duration": 0.0019073486328125, | |
"module": "pkg_resources._vendor.six", | |
"import_line": "import sys", | |
"level": 16, | |
"started_at": 96.4348316192627, | |
"finished_at": 96.43673896789551 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/_vendor/six.py", | |
"duration": 0.0011920928955078125, | |
"module": "pkg_resources._vendor.six", | |
"import_line": "import types", | |
"level": 16, | |
"started_at": 96.43864631652832, | |
"finished_at": 96.43983840942383 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/_vendor/six.py", | |
"duration": 0.003337860107421875, | |
"module": "pkg_resources._vendor.six", | |
"import_line": "import struct", | |
"level": 16, | |
"started_at": 96.73690795898438, | |
"finished_at": 96.7402458190918 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/_vendor/six.py", | |
"duration": 0.0016689300537109375, | |
"module": "pkg_resources._vendor.six", | |
"import_line": "import io", | |
"level": 16, | |
"started_at": 96.74501419067383, | |
"finished_at": 96.74668312072754 | |
}, | |
{ | |
"children": [], | |
"filepath": "N/A", | |
"duration": 0.0026226043701171875, | |
"module": "N/A", | |
"import_line": "import builtins", | |
"level": 16, | |
"started_at": 96.75264358520508, | |
"finished_at": 96.7552661895752 | |
}, | |
{ | |
"children": [], | |
"filepath": "N/A", | |
"duration": 0.0035762786865234375, | |
"module": "N/A", | |
"import_line": "import pkg_resources", | |
"level": 16, | |
"started_at": 96.81439399719238, | |
"finished_at": 96.8179702758789 | |
} | |
], | |
"filepath": "N/A", | |
"duration": 6.902933120727539, | |
"module": "N/A", | |
"import_line": "import pkg_resources._vendor.six", | |
"level": 15, | |
"started_at": 89.91575241088867, | |
"finished_at": 96.81868553161621 | |
}, | |
{ | |
"children": [], | |
"filepath": "N/A", | |
"duration": 0.002384185791015625, | |
"module": "N/A", | |
"import_line": "import pkg_resources", | |
"level": 15, | |
"started_at": 96.85111045837402, | |
"finished_at": 96.85349464416504 | |
} | |
], | |
"filepath": "N/A", | |
"duration": 6.947517395019531, | |
"module": "N/A", | |
"import_line": "import pkg_resources._vendor.six.moves", | |
"level": 14, | |
"started_at": 89.90669250488281, | |
"finished_at": 96.85420989990234 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "N/A", | |
"duration": 0.002384185791015625, | |
"module": "N/A", | |
"import_line": "import pkg_resources", | |
"level": 16, | |
"started_at": 96.90451622009277, | |
"finished_at": 96.90690040588379 | |
} | |
], | |
"filepath": "N/A", | |
"duration": 0.03337860107421875, | |
"module": "N/A", | |
"import_line": "import pkg_resources._vendor.six.moves", | |
"level": 15, | |
"started_at": 96.87447547912598, | |
"finished_at": 96.9078540802002 | |
}, | |
{ | |
"children": [], | |
"filepath": "N/A", | |
"duration": 0.0021457672119140625, | |
"module": "N/A", | |
"import_line": "import pkg_resources", | |
"level": 15, | |
"started_at": 96.93026542663574, | |
"finished_at": 96.93241119384766 | |
} | |
], | |
"filepath": "N/A", | |
"duration": 0.06914138793945312, | |
"module": "N/A", | |
"import_line": "import pkg_resources._vendor.six.moves.urllib", | |
"level": 14, | |
"started_at": 96.86398506164551, | |
"finished_at": 96.93312644958496 | |
}, | |
{ | |
"children": [], | |
"filepath": "N/A", | |
"duration": 0.0016689300537109375, | |
"module": "N/A", | |
"import_line": "import builtins", | |
"level": 14, | |
"started_at": 96.93741798400879, | |
"finished_at": 96.9390869140625 | |
}, | |
{ | |
"children": [], | |
"filepath": "N/A", | |
"duration": 0.0016689300537109375, | |
"module": "N/A", | |
"import_line": "import builtins", | |
"level": 14, | |
"started_at": 96.94266319274902, | |
"finished_at": 96.94433212280273 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/__init__.py", | |
"duration": 7.072210311889648, | |
"module": "pkg_resources", | |
"import_line": "from pkg_resources.extern.six.moves import urllib, map, filter", | |
"level": 13, | |
"started_at": 89.874267578125, | |
"finished_at": 96.94647789001465 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/__init__.py", | |
"duration": 0.0035762786865234375, | |
"module": "pkg_resources", | |
"import_line": "from os import utime", | |
"level": 13, | |
"started_at": 96.95076942443848, | |
"finished_at": 96.954345703125 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/__init__.py", | |
"duration": 0.0021457672119140625, | |
"module": "pkg_resources", | |
"import_line": "from os import mkdir, rename, unlink", | |
"level": 13, | |
"started_at": 96.95744514465332, | |
"finished_at": 96.95959091186523 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/__init__.py", | |
"duration": 0.0019073486328125, | |
"module": "pkg_resources", | |
"import_line": "from os import open", | |
"level": 13, | |
"started_at": 96.96245193481445, | |
"finished_at": 96.96435928344727 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/__init__.py", | |
"duration": 0.00286102294921875, | |
"module": "pkg_resources", | |
"import_line": "from os.path import isdir, split", | |
"level": 13, | |
"started_at": 96.96698188781738, | |
"finished_at": 96.9698429107666 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "N/A", | |
"duration": 0.0016689300537109375, | |
"module": "N/A", | |
"import_line": "import importlib", | |
"level": 14, | |
"started_at": 96.97651863098145, | |
"finished_at": 96.97818756103516 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/__init__.py", | |
"duration": 0.0057220458984375, | |
"module": "pkg_resources", | |
"import_line": "import importlib.machinery", | |
"level": 13, | |
"started_at": 96.97318077087402, | |
"finished_at": 96.97890281677246 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [ | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/importlib/_bootstrap_external.py", | |
"duration": 0.003337860107421875, | |
"module": "importlib._bootstrap_external", | |
"import_line": "import zlib", | |
"level": 16, | |
"started_at": 97.05758094787598, | |
"finished_at": 97.0609188079834 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/importlib/_bootstrap.py", | |
"duration": 0.003337860107421875, | |
"module": "importlib._bootstrap", | |
"import_line": "import zlib", | |
"level": 16, | |
"started_at": 97.15938568115234, | |
"finished_at": 97.16272354125977 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/_vendor/packaging/__init__.py", | |
"duration": 0.0050067901611328125, | |
"module": "pkg_resources._vendor.packaging", | |
"import_line": "from __future__ import absolute_import, division, print_function", | |
"level": 16, | |
"started_at": 97.2890853881836, | |
"finished_at": 97.29409217834473 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/importlib/_bootstrap_external.py", | |
"duration": 0.0035762786865234375, | |
"module": "importlib._bootstrap_external", | |
"import_line": "import zlib", | |
"level": 17, | |
"started_at": 97.34368324279785, | |
"finished_at": 97.34725952148438 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/importlib/_bootstrap.py", | |
"duration": 0.0035762786865234375, | |
"module": "importlib._bootstrap", | |
"import_line": "import zlib", | |
"level": 17, | |
"started_at": 97.45526313781738, | |
"finished_at": 97.4588394165039 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/_vendor/packaging/__about__.py", | |
"duration": 0.0045299530029296875, | |
"module": "pkg_resources._vendor.packaging.__about__", | |
"import_line": "from __future__ import absolute_import, division, print_function", | |
"level": 17, | |
"started_at": 97.54729270935059, | |
"finished_at": 97.55182266235352 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/_vendor/packaging/__init__.py", | |
"duration": 0.26535987854003906, | |
"module": "pkg_resources._vendor.packaging", | |
"import_line": "from __about__ import __author__, __copyright__, __email__, __license__, __summary__, __title__, __uri__, __version__", | |
"level": 16, | |
"started_at": 97.29814529418945, | |
"finished_at": 97.56350517272949 | |
}, | |
{ | |
"children": [], | |
"filepath": "N/A", | |
"duration": 0.00286102294921875, | |
"module": "N/A", | |
"import_line": "import pkg_resources", | |
"level": 16, | |
"started_at": 97.57280349731445, | |
"finished_at": 97.57566452026367 | |
} | |
], | |
"filepath": "N/A", | |
"duration": 0.5555152893066406, | |
"module": "N/A", | |
"import_line": "import pkg_resources._vendor.packaging", | |
"level": 15, | |
"started_at": 97.02110290527344, | |
"finished_at": 97.57661819458008 | |
}, | |
{ | |
"children": [], | |
"filepath": "N/A", | |
"duration": 0.0019073486328125, | |
"module": "N/A", | |
"import_line": "import pkg_resources", | |
"level": 15, | |
"started_at": 97.58472442626953, | |
"finished_at": 97.58663177490234 | |
} | |
], | |
"filepath": "N/A", | |
"duration": 0.6000995635986328, | |
"module": "N/A", | |
"import_line": "import pkg_resources.extern.packaging", | |
"level": 14, | |
"started_at": 96.98724746704102, | |
"finished_at": 97.58734703063965 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/__init__.py", | |
"duration": 0.6070137023925781, | |
"module": "pkg_resources", | |
"import_line": "from pkg_resources.extern import packaging", | |
"level": 13, | |
"started_at": 96.98152542114258, | |
"finished_at": 97.58853912353516 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/importlib/_bootstrap_external.py", | |
"duration": 0.00286102294921875, | |
"module": "importlib._bootstrap_external", | |
"import_line": "import zlib", | |
"level": 14, | |
"started_at": 97.62787818908691, | |
"finished_at": 97.63073921203613 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/importlib/_bootstrap.py", | |
"duration": 0.004291534423828125, | |
"module": "importlib._bootstrap", | |
"import_line": "import zlib", | |
"level": 14, | |
"started_at": 98.84214401245117, | |
"finished_at": 98.846435546875 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/_vendor/packaging/version.py", | |
"duration": 0.0059604644775390625, | |
"module": "pkg_resources.extern.packaging.version", | |
"import_line": "from __future__ import absolute_import, division, print_function", | |
"level": 14, | |
"started_at": 100.04258155822754, | |
"finished_at": 100.04854202270508 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/_vendor/packaging/version.py", | |
"duration": 0.0019073486328125, | |
"module": "pkg_resources.extern.packaging.version", | |
"import_line": "import collections", | |
"level": 14, | |
"started_at": 100.0518798828125, | |
"finished_at": 100.05378723144531 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/_vendor/packaging/version.py", | |
"duration": 0.0016689300537109375, | |
"module": "pkg_resources.extern.packaging.version", | |
"import_line": "import itertools", | |
"level": 14, | |
"started_at": 100.05640983581543, | |
"finished_at": 100.05807876586914 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/_vendor/packaging/version.py", | |
"duration": 0.001430511474609375, | |
"module": "pkg_resources.extern.packaging.version", | |
"import_line": "import re", | |
"level": 14, | |
"started_at": 100.06022453308105, | |
"finished_at": 100.06165504455566 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/importlib/_bootstrap_external.py", | |
"duration": 0.0030994415283203125, | |
"module": "importlib._bootstrap_external", | |
"import_line": "import zlib", | |
"level": 15, | |
"started_at": 100.10528564453125, | |
"finished_at": 100.10838508605957 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/importlib/_bootstrap.py", | |
"duration": 0.003814697265625, | |
"module": "importlib._bootstrap", | |
"import_line": "import zlib", | |
"level": 15, | |
"started_at": 100.38447380065918, | |
"finished_at": 100.3882884979248 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/_vendor/packaging/_structures.py", | |
"duration": 0.005245208740234375, | |
"module": "pkg_resources.extern.packaging._structures", | |
"import_line": "from __future__ import absolute_import, division, print_function", | |
"level": 15, | |
"started_at": 100.64148902893066, | |
"finished_at": 100.6467342376709 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/_vendor/packaging/version.py", | |
"duration": 0.6175041198730469, | |
"module": "pkg_resources.extern.packaging.version", | |
"import_line": "from _structures import Infinity", | |
"level": 14, | |
"started_at": 100.06403923034668, | |
"finished_at": 100.68154335021973 | |
}, | |
{ | |
"children": [], | |
"filepath": null, | |
"duration": 0.0064373016357421875, | |
"module": "namedtuple__Version", | |
"import_line": "from builtins import property, tuple", | |
"level": 14, | |
"started_at": 100.99267959594727, | |
"finished_at": 100.99911689758301 | |
}, | |
{ | |
"children": [], | |
"filepath": null, | |
"duration": 0.0030994415283203125, | |
"module": "namedtuple__Version", | |
"import_line": "from operator import itemgetter", | |
"level": 14, | |
"started_at": 101.00293159484863, | |
"finished_at": 101.00603103637695 | |
}, | |
{ | |
"children": [], | |
"filepath": null, | |
"duration": 0.00286102294921875, | |
"module": "namedtuple__Version", | |
"import_line": "from collections import OrderedDict", | |
"level": 14, | |
"started_at": 101.00865364074707, | |
"finished_at": 101.01151466369629 | |
}, | |
{ | |
"children": [], | |
"filepath": "N/A", | |
"duration": 0.0040531158447265625, | |
"module": "N/A", | |
"import_line": "import pkg_resources", | |
"level": 14, | |
"started_at": 102.70285606384277, | |
"finished_at": 102.7069091796875 | |
} | |
], | |
"filepath": "N/A", | |
"duration": 5.116939544677734, | |
"module": "N/A", | |
"import_line": "import pkg_resources.extern.packaging.version", | |
"level": 13, | |
"started_at": 97.59068489074707, | |
"finished_at": 102.7076244354248 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/importlib/_bootstrap_external.py", | |
"duration": 0.003337860107421875, | |
"module": "importlib._bootstrap_external", | |
"import_line": "import zlib", | |
"level": 14, | |
"started_at": 102.7534008026123, | |
"finished_at": 102.75673866271973 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/importlib/_bootstrap.py", | |
"duration": 0.0045299530029296875, | |
"module": "importlib._bootstrap", | |
"import_line": "import zlib", | |
"level": 14, | |
"started_at": 104.82001304626465, | |
"finished_at": 104.82454299926758 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/_vendor/packaging/specifiers.py", | |
"duration": 0.0057220458984375, | |
"module": "pkg_resources.extern.packaging.specifiers", | |
"import_line": "from __future__ import absolute_import, division, print_function", | |
"level": 14, | |
"started_at": 106.8415641784668, | |
"finished_at": 106.84728622436523 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/_vendor/packaging/specifiers.py", | |
"duration": 0.0019073486328125, | |
"module": "pkg_resources.extern.packaging.specifiers", | |
"import_line": "import abc", | |
"level": 14, | |
"started_at": 106.85086250305176, | |
"finished_at": 106.85276985168457 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/_vendor/packaging/specifiers.py", | |
"duration": 0.0016689300537109375, | |
"module": "pkg_resources.extern.packaging.specifiers", | |
"import_line": "import functools", | |
"level": 14, | |
"started_at": 106.85539245605469, | |
"finished_at": 106.8570613861084 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/_vendor/packaging/specifiers.py", | |
"duration": 0.001430511474609375, | |
"module": "pkg_resources.extern.packaging.specifiers", | |
"import_line": "import itertools", | |
"level": 14, | |
"started_at": 106.85896873474121, | |
"finished_at": 106.86039924621582 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/_vendor/packaging/specifiers.py", | |
"duration": 0.001430511474609375, | |
"module": "pkg_resources.extern.packaging.specifiers", | |
"import_line": "import re", | |
"level": 14, | |
"started_at": 106.86230659484863, | |
"finished_at": 106.86373710632324 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/importlib/_bootstrap_external.py", | |
"duration": 0.0030994415283203125, | |
"module": "importlib._bootstrap_external", | |
"import_line": "import zlib", | |
"level": 15, | |
"started_at": 106.90808296203613, | |
"finished_at": 106.91118240356445 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/importlib/_bootstrap.py", | |
"duration": 0.003814697265625, | |
"module": "importlib._bootstrap", | |
"import_line": "import zlib", | |
"level": 15, | |
"started_at": 107.07354545593262, | |
"finished_at": 107.07736015319824 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/_vendor/packaging/_compat.py", | |
"duration": 0.005245208740234375, | |
"module": "pkg_resources.extern.packaging._compat", | |
"import_line": "from __future__ import absolute_import, division, print_function", | |
"level": 15, | |
"started_at": 107.21445083618164, | |
"finished_at": 107.21969604492188 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/_vendor/packaging/_compat.py", | |
"duration": 0.002384185791015625, | |
"module": "pkg_resources.extern.packaging._compat", | |
"import_line": "import sys", | |
"level": 15, | |
"started_at": 107.2227954864502, | |
"finished_at": 107.22517967224121 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/_vendor/packaging/specifiers.py", | |
"duration": 0.3707408905029297, | |
"module": "pkg_resources.extern.packaging.specifiers", | |
"import_line": "from _compat import string_types, with_metaclass", | |
"level": 14, | |
"started_at": 106.86612129211426, | |
"finished_at": 107.23686218261719 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/_vendor/packaging/specifiers.py", | |
"duration": 0.0035762786865234375, | |
"module": "pkg_resources.extern.packaging.specifiers", | |
"import_line": "from version import Version, LegacyVersion, parse", | |
"level": 14, | |
"started_at": 107.24091529846191, | |
"finished_at": 107.24449157714844 | |
}, | |
{ | |
"children": [], | |
"filepath": "N/A", | |
"duration": 0.003814697265625, | |
"module": "N/A", | |
"import_line": "import pkg_resources", | |
"level": 14, | |
"started_at": 111.77778244018555, | |
"finished_at": 111.78159713745117 | |
} | |
], | |
"filepath": "N/A", | |
"duration": 9.072303771972656, | |
"module": "N/A", | |
"import_line": "import pkg_resources.extern.packaging.specifiers", | |
"level": 13, | |
"started_at": 102.71024703979492, | |
"finished_at": 111.78255081176758 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/importlib/_bootstrap_external.py", | |
"duration": 0.0035762786865234375, | |
"module": "importlib._bootstrap_external", | |
"import_line": "import zlib", | |
"level": 14, | |
"started_at": 111.8307113647461, | |
"finished_at": 111.83428764343262 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/importlib/_bootstrap.py", | |
"duration": 0.004291534423828125, | |
"module": "importlib._bootstrap", | |
"import_line": "import zlib", | |
"level": 14, | |
"started_at": 112.41960525512695, | |
"finished_at": 112.42389678955078 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/_vendor/packaging/requirements.py", | |
"duration": 0.0054836273193359375, | |
"module": "pkg_resources.extern.packaging.requirements", | |
"import_line": "from __future__ import absolute_import, division, print_function", | |
"level": 14, | |
"started_at": 112.98298835754395, | |
"finished_at": 112.98847198486328 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/_vendor/packaging/requirements.py", | |
"duration": 0.0019073486328125, | |
"module": "pkg_resources.extern.packaging.requirements", | |
"import_line": "import string", | |
"level": 14, | |
"started_at": 112.9918098449707, | |
"finished_at": 112.99371719360352 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/_vendor/packaging/requirements.py", | |
"duration": 0.0016689300537109375, | |
"module": "pkg_resources.extern.packaging.requirements", | |
"import_line": "import re", | |
"level": 14, | |
"started_at": 112.99633979797363, | |
"finished_at": 112.99800872802734 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/importlib/_bootstrap_external.py", | |
"duration": 0.003337860107421875, | |
"module": "importlib._bootstrap_external", | |
"import_line": "import zlib", | |
"level": 16, | |
"started_at": 113.07883262634277, | |
"finished_at": 113.0821704864502 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/importlib/_bootstrap.py", | |
"duration": 0.009298324584960938, | |
"module": "importlib._bootstrap", | |
"import_line": "import zlib", | |
"level": 16, | |
"started_at": 131.2692165374756, | |
"finished_at": 131.27851486206055 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/_vendor/pyparsing.py", | |
"duration": 0.0069141387939453125, | |
"module": "pkg_resources._vendor.pyparsing", | |
"import_line": "import string", | |
"level": 16, | |
"started_at": 148.27919006347656, | |
"finished_at": 148.2861042022705 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/_vendor/pyparsing.py", | |
"duration": 0.0057220458984375, | |
"module": "pkg_resources._vendor.pyparsing", | |
"import_line": "from weakref import ref", | |
"level": 16, | |
"started_at": 148.29039573669434, | |
"finished_at": 148.29611778259277 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/_vendor/pyparsing.py", | |
"duration": 0.0021457672119140625, | |
"module": "pkg_resources._vendor.pyparsing", | |
"import_line": "import copy", | |
"level": 16, | |
"started_at": 148.2987403869629, | |
"finished_at": 148.3008861541748 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/_vendor/pyparsing.py", | |
"duration": 0.0021457672119140625, | |
"module": "pkg_resources._vendor.pyparsing", | |
"import_line": "import sys", | |
"level": 16, | |
"started_at": 148.30303192138672, | |
"finished_at": 148.30517768859863 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/_vendor/pyparsing.py", | |
"duration": 0.0019073486328125, | |
"module": "pkg_resources._vendor.pyparsing", | |
"import_line": "import warnings", | |
"level": 16, | |
"started_at": 148.30732345581055, | |
"finished_at": 148.30923080444336 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/_vendor/pyparsing.py", | |
"duration": 0.0016689300537109375, | |
"module": "pkg_resources._vendor.pyparsing", | |
"import_line": "import re", | |
"level": 16, | |
"started_at": 148.31113815307617, | |
"finished_at": 148.31280708312988 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/_vendor/pyparsing.py", | |
"duration": 0.0019073486328125, | |
"module": "pkg_resources._vendor.pyparsing", | |
"import_line": "import sre_constants", | |
"level": 16, | |
"started_at": 148.3147144317627, | |
"finished_at": 148.3166217803955 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/_vendor/pyparsing.py", | |
"duration": 0.001430511474609375, | |
"module": "pkg_resources._vendor.pyparsing", | |
"import_line": "import collections", | |
"level": 16, | |
"started_at": 148.31876754760742, | |
"finished_at": 148.32019805908203 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/pprint.py", | |
"duration": 0.003814697265625, | |
"module": "pprint", | |
"import_line": "import collections", | |
"level": 17, | |
"started_at": 148.62465858459473, | |
"finished_at": 148.62847328186035 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/pprint.py", | |
"duration": 0.0016689300537109375, | |
"module": "pprint", | |
"import_line": "import re", | |
"level": 17, | |
"started_at": 148.63133430480957, | |
"finished_at": 148.63300323486328 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/pprint.py", | |
"duration": 0.0019073486328125, | |
"module": "pprint", | |
"import_line": "import sys", | |
"level": 17, | |
"started_at": 148.6353874206543, | |
"finished_at": 148.6372947692871 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/pprint.py", | |
"duration": 0.001430511474609375, | |
"module": "pprint", | |
"import_line": "import types", | |
"level": 17, | |
"started_at": 148.63967895507812, | |
"finished_at": 148.64110946655273 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/pprint.py", | |
"duration": 0.003337860107421875, | |
"module": "pprint", | |
"import_line": "from io import StringIO", | |
"level": 17, | |
"started_at": 148.64420890808105, | |
"finished_at": 148.64754676818848 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/_vendor/pyparsing.py", | |
"duration": 0.3936290740966797, | |
"module": "pkg_resources._vendor.pyparsing", | |
"import_line": "import pprint", | |
"level": 16, | |
"started_at": 148.32234382629395, | |
"finished_at": 148.71597290039062 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/_vendor/pyparsing.py", | |
"duration": 0.002384185791015625, | |
"module": "pkg_resources._vendor.pyparsing", | |
"import_line": "import functools", | |
"level": 16, | |
"started_at": 148.71954917907715, | |
"finished_at": 148.72193336486816 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/_vendor/pyparsing.py", | |
"duration": 0.0016689300537109375, | |
"module": "pkg_resources._vendor.pyparsing", | |
"import_line": "import itertools", | |
"level": 16, | |
"started_at": 148.72407913208008, | |
"finished_at": 148.7257480621338 | |
}, | |
{ | |
"children": [], | |
"filepath": "N/A", | |
"duration": 0.00476837158203125, | |
"module": "N/A", | |
"import_line": "import pkg_resources", | |
"level": 16, | |
"started_at": 153.14841270446777, | |
"finished_at": 153.1531810760498 | |
} | |
], | |
"filepath": "N/A", | |
"duration": 40.1158332824707, | |
"module": "N/A", | |
"import_line": "import pkg_resources._vendor.pyparsing", | |
"level": 15, | |
"started_at": 113.03853988647461, | |
"finished_at": 153.1543731689453 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/_vendor/packaging/requirements.py", | |
"duration": 40.163278579711914, | |
"module": "pkg_resources.extern.packaging.requirements", | |
"import_line": "from pkg_resources.extern.pyparsing import stringStart, stringEnd, originalTextFor, ParseException", | |
"level": 14, | |
"started_at": 113.00063133239746, | |
"finished_at": 153.16390991210938 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/_vendor/packaging/requirements.py", | |
"duration": 0.0030994415283203125, | |
"module": "pkg_resources.extern.packaging.requirements", | |
"import_line": "from pkg_resources.extern.pyparsing import ZeroOrMore, Word, Optional, Regex, Combine", | |
"level": 14, | |
"started_at": 153.1689167022705, | |
"finished_at": 153.17201614379883 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/_vendor/packaging/requirements.py", | |
"duration": 0.002384185791015625, | |
"module": "pkg_resources.extern.packaging.requirements", | |
"import_line": "from pkg_resources.extern.pyparsing import Literal", | |
"level": 14, | |
"started_at": 153.17606925964355, | |
"finished_at": 153.17845344543457 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "N/A", | |
"duration": 0.0019073486328125, | |
"module": "N/A", | |
"import_line": "import pkg_resources", | |
"level": 16, | |
"started_at": 153.22303771972656, | |
"finished_at": 153.22494506835938 | |
} | |
], | |
"filepath": "N/A", | |
"duration": 0.0073909759521484375, | |
"module": "N/A", | |
"import_line": "import pkg_resources._vendor.six.moves.urllib", | |
"level": 15, | |
"started_at": 153.21850776672363, | |
"finished_at": 153.22589874267578 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/_vendor/packaging/requirements.py", | |
"duration": 0.05316734313964844, | |
"module": "pkg_resources.extern.packaging.requirements", | |
"import_line": "from pkg_resources.extern.six.moves.urllib import parse", | |
"level": 14, | |
"started_at": 153.1810760498047, | |
"finished_at": 153.23424339294434 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/importlib/_bootstrap_external.py", | |
"duration": 0.0035762786865234375, | |
"module": "importlib._bootstrap_external", | |
"import_line": "import zlib", | |
"level": 15, | |
"started_at": 153.28454971313477, | |
"finished_at": 153.2881259918213 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/importlib/_bootstrap.py", | |
"duration": 0.004291534423828125, | |
"module": "importlib._bootstrap", | |
"import_line": "import zlib", | |
"level": 15, | |
"started_at": 154.37698364257812, | |
"finished_at": 154.38127517700195 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/_vendor/packaging/markers.py", | |
"duration": 0.0059604644775390625, | |
"module": "pkg_resources.extern.packaging.markers", | |
"import_line": "from __future__ import absolute_import, division, print_function", | |
"level": 15, | |
"started_at": 155.40075302124023, | |
"finished_at": 155.40671348571777 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/_vendor/packaging/markers.py", | |
"duration": 0.002384185791015625, | |
"module": "pkg_resources.extern.packaging.markers", | |
"import_line": "import operator", | |
"level": 15, | |
"started_at": 155.4102897644043, | |
"finished_at": 155.4126739501953 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/_vendor/packaging/markers.py", | |
"duration": 0.0021457672119140625, | |
"module": "pkg_resources.extern.packaging.markers", | |
"import_line": "import os", | |
"level": 15, | |
"started_at": 155.41529655456543, | |
"finished_at": 155.41744232177734 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/_vendor/packaging/markers.py", | |
"duration": 0.0019073486328125, | |
"module": "pkg_resources.extern.packaging.markers", | |
"import_line": "import platform", | |
"level": 15, | |
"started_at": 155.41934967041016, | |
"finished_at": 155.42125701904297 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/_vendor/packaging/markers.py", | |
"duration": 0.0016689300537109375, | |
"module": "pkg_resources.extern.packaging.markers", | |
"import_line": "import sys", | |
"level": 15, | |
"started_at": 155.42316436767578, | |
"finished_at": 155.4248332977295 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/_vendor/packaging/markers.py", | |
"duration": 0.0026226043701171875, | |
"module": "pkg_resources.extern.packaging.markers", | |
"import_line": "from pkg_resources.extern.pyparsing import ParseException, ParseResults, stringStart, stringEnd", | |
"level": 15, | |
"started_at": 155.4274559020996, | |
"finished_at": 155.43007850646973 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/_vendor/packaging/markers.py", | |
"duration": 0.002384185791015625, | |
"module": "pkg_resources.extern.packaging.markers", | |
"import_line": "from pkg_resources.extern.pyparsing import ZeroOrMore, Group, Forward, QuotedString", | |
"level": 15, | |
"started_at": 155.43293952941895, | |
"finished_at": 155.43532371520996 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/_vendor/packaging/markers.py", | |
"duration": 0.0021457672119140625, | |
"module": "pkg_resources.extern.packaging.markers", | |
"import_line": "from pkg_resources.extern.pyparsing import Literal", | |
"level": 15, | |
"started_at": 155.4393768310547, | |
"finished_at": 155.4415225982666 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/_vendor/packaging/markers.py", | |
"duration": 0.003337860107421875, | |
"module": "pkg_resources.extern.packaging.markers", | |
"import_line": "from _compat import string_types", | |
"level": 15, | |
"started_at": 155.44390678405762, | |
"finished_at": 155.44724464416504 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/_vendor/packaging/markers.py", | |
"duration": 0.00286102294921875, | |
"module": "pkg_resources.extern.packaging.markers", | |
"import_line": "from specifiers import Specifier, InvalidSpecifier", | |
"level": 15, | |
"started_at": 155.44962882995605, | |
"finished_at": 155.45248985290527 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/_vendor/packaging/requirements.py", | |
"duration": 2.9757022857666016, | |
"module": "pkg_resources.extern.packaging.requirements", | |
"import_line": "from markers import MARKER_EXPR, Marker", | |
"level": 14, | |
"started_at": 153.23781967163086, | |
"finished_at": 156.21352195739746 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/_vendor/packaging/requirements.py", | |
"duration": 0.0050067901611328125, | |
"module": "pkg_resources.extern.packaging.requirements", | |
"import_line": "from specifiers import LegacySpecifier, Specifier, SpecifierSet", | |
"level": 14, | |
"started_at": 156.219482421875, | |
"finished_at": 156.22448921203613 | |
}, | |
{ | |
"children": [], | |
"filepath": "N/A", | |
"duration": 0.003814697265625, | |
"module": "N/A", | |
"import_line": "import pkg_resources", | |
"level": 14, | |
"started_at": 161.48686408996582, | |
"finished_at": 161.49067878723145 | |
} | |
], | |
"filepath": "N/A", | |
"duration": 49.70717430114746, | |
"module": "N/A", | |
"import_line": "import pkg_resources.extern.packaging.requirements", | |
"level": 13, | |
"started_at": 111.78469657897949, | |
"finished_at": 161.49187088012695 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "N/A", | |
"duration": 0.0019073486328125, | |
"module": "N/A", | |
"import_line": "import pkg_resources", | |
"level": 14, | |
"started_at": 161.4980697631836, | |
"finished_at": 161.4999771118164 | |
} | |
], | |
"filepath": "N/A", | |
"duration": 0.0059604644775390625, | |
"module": "N/A", | |
"import_line": "import pkg_resources.extern.packaging.markers", | |
"level": 13, | |
"started_at": 161.49473190307617, | |
"finished_at": 161.5006923675537 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/__init__.py", | |
"duration": 0.0059604644775390625, | |
"module": "pkg_resources", | |
"import_line": "from sysconfig import get_platform", | |
"level": 13, | |
"started_at": 161.89813613891602, | |
"finished_at": 161.90409660339355 | |
}, | |
{ | |
"children": [], | |
"filepath": null, | |
"duration": 0.00667572021484375, | |
"module": "namedtuple_manifest_mod", | |
"import_line": "from builtins import property, tuple", | |
"level": 13, | |
"started_at": 162.26696968078613, | |
"finished_at": 162.27364540100098 | |
}, | |
{ | |
"children": [], | |
"filepath": null, | |
"duration": 0.0030994415283203125, | |
"module": "namedtuple_manifest_mod", | |
"import_line": "from operator import itemgetter", | |
"level": 13, | |
"started_at": 162.2774600982666, | |
"finished_at": 162.28055953979492 | |
}, | |
{ | |
"children": [], | |
"filepath": null, | |
"duration": 0.0026226043701171875, | |
"module": "namedtuple_manifest_mod", | |
"import_line": "from collections import OrderedDict", | |
"level": 13, | |
"started_at": 162.28318214416504, | |
"finished_at": 162.28580474853516 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/warnings.py", | |
"duration": 0.003814697265625, | |
"module": "warnings", | |
"import_line": "import re", | |
"level": 13, | |
"started_at": 163.1169319152832, | |
"finished_at": 163.12074661254883 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/setuptools-23.0.0-py3.5.egg/pkg_resources/__init__.py", | |
"duration": 0.0057220458984375, | |
"module": "pkg_resources", | |
"import_line": "from __main__ import __requires__", | |
"level": 13, | |
"started_at": 181.0622215270996, | |
"finished_at": 181.06794357299805 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/pygments/plugin.py", | |
"duration": 155.07149696350098, | |
"module": "pygments.plugin", | |
"import_line": "import pkg_resources", | |
"level": 12, | |
"started_at": 43.81585121154785, | |
"finished_at": 198.88734817504883 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/pygments/styles/__init__.py", | |
"duration": 155.17187118530273, | |
"module": "pygments.styles", | |
"import_line": "from pygments.plugin import find_plugin_styles", | |
"level": 11, | |
"started_at": 43.7321662902832, | |
"finished_at": 198.90403747558594 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/pygments/styles/__init__.py", | |
"duration": 0.0040531158447265625, | |
"module": "pygments.styles", | |
"import_line": "from pygments.util import ClassNotFound", | |
"level": 11, | |
"started_at": 198.90952110290527, | |
"finished_at": 198.91357421875 | |
}, | |
{ | |
"children": [], | |
"filepath": "N/A", | |
"duration": 0.002384185791015625, | |
"module": "N/A", | |
"import_line": "import pygments", | |
"level": 11, | |
"started_at": 198.9281177520752, | |
"finished_at": 198.9305019378662 | |
} | |
], | |
"filepath": "N/A", | |
"duration": 155.3177833557129, | |
"module": "N/A", | |
"import_line": "import pygments.styles", | |
"level": 10, | |
"started_at": 43.61391067504883, | |
"finished_at": 198.93169403076172 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/pygments/styles/default.py", | |
"duration": 0.0045299530029296875, | |
"module": "pygments.styles.default", | |
"import_line": "from pygments.style import Style", | |
"level": 10, | |
"started_at": 199.07426834106445, | |
"finished_at": 199.07879829406738 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/pygments/styles/default.py", | |
"duration": 0.00286102294921875, | |
"module": "pygments.styles.default", | |
"import_line": "from pygments.token import Keyword, Name, Comment, String, Error, Number, Operator, Generic, Whitespace", | |
"level": 10, | |
"started_at": 199.0821361541748, | |
"finished_at": 199.08499717712402 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/styles/from_pygments.py", | |
"duration": 155.69448471069336, | |
"module": "prompt_toolkit.styles.from_pygments", | |
"import_line": "from pygments.styles.default import DefaultStyle", | |
"level": 9, | |
"started_at": 43.602943420410156, | |
"finished_at": 199.29742813110352 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/styles/__init__.py", | |
"duration": 156.13627433776855, | |
"module": "prompt_toolkit.styles", | |
"import_line": "from from_pygments import *", | |
"level": 8, | |
"started_at": 43.20573806762695, | |
"finished_at": 199.3420124053955 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/styles/__init__.py", | |
"duration": 0.0045299530029296875, | |
"module": "prompt_toolkit.styles", | |
"import_line": "from utils import *", | |
"level": 8, | |
"started_at": 199.34797286987305, | |
"finished_at": 199.35250282287598 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/styles/__init__.py", | |
"duration": 0.0016689300537109375, | |
"module": "prompt_toolkit.styles", | |
"import_line": "import pygments", | |
"level": 8, | |
"started_at": 199.3560791015625, | |
"finished_at": 199.3577480316162 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/renderer.py", | |
"duration": 157.82833099365234, | |
"module": "prompt_toolkit.renderer", | |
"import_line": "from prompt_toolkit.styles import Style", | |
"level": 7, | |
"started_at": 41.960954666137695, | |
"finished_at": 199.78928565979004 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/renderer.py", | |
"duration": 0.00476837158203125, | |
"module": "prompt_toolkit.renderer", | |
"import_line": "from prompt_toolkit.token import Token", | |
"level": 7, | |
"started_at": 199.79500770568848, | |
"finished_at": 199.7997760772705 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/renderer.py", | |
"duration": 0.0026226043701171875, | |
"module": "prompt_toolkit.renderer", | |
"import_line": "from prompt_toolkit.utils import is_windows", | |
"level": 7, | |
"started_at": 199.80311393737793, | |
"finished_at": 199.80573654174805 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/renderer.py", | |
"duration": 0.003814697265625, | |
"module": "prompt_toolkit.renderer", | |
"import_line": "from six.moves import range", | |
"level": 7, | |
"started_at": 199.80883598327637, | |
"finished_at": 199.812650680542 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/key_binding/bindings/basic.py", | |
"duration": 158.45966339111328, | |
"module": "prompt_toolkit.key_binding.bindings.basic", | |
"import_line": "from prompt_toolkit.renderer import HeightIsUnknownError", | |
"level": 6, | |
"started_at": 41.40639305114746, | |
"finished_at": 199.86605644226074 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/key_binding/bindings/basic.py", | |
"duration": 0.003337860107421875, | |
"module": "prompt_toolkit.key_binding.bindings.basic", | |
"import_line": "from prompt_toolkit.utils import suspend_to_background_supported, is_windows", | |
"level": 6, | |
"started_at": 199.87106323242188, | |
"finished_at": 199.8744010925293 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/key_binding/bindings/utils.py", | |
"duration": 0.004291534423828125, | |
"module": "prompt_toolkit.key_binding.bindings.utils", | |
"import_line": "from __future__ import unicode_literals", | |
"level": 7, | |
"started_at": 199.9807357788086, | |
"finished_at": 199.98502731323242 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/key_binding/bindings/utils.py", | |
"duration": 0.0026226043701171875, | |
"module": "prompt_toolkit.key_binding.bindings.utils", | |
"import_line": "from functools import wraps", | |
"level": 7, | |
"started_at": 199.98788833618164, | |
"finished_at": 199.99051094055176 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/key_binding/bindings/utils.py", | |
"duration": 0.003337860107421875, | |
"module": "prompt_toolkit.key_binding.bindings.utils", | |
"import_line": "from prompt_toolkit.filters import CLIFilter, Always", | |
"level": 7, | |
"started_at": 199.99337196350098, | |
"finished_at": 199.9967098236084 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/key_binding/bindings/basic.py", | |
"duration": 0.13017654418945312, | |
"module": "prompt_toolkit.key_binding.bindings.basic", | |
"import_line": "from utils import create_handle_decorator", | |
"level": 6, | |
"started_at": 199.87821578979492, | |
"finished_at": 200.00839233398438 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/application.py", | |
"duration": 165.52066802978516, | |
"module": "prompt_toolkit.application", | |
"import_line": "from key_binding.bindings.basic import load_basic_bindings", | |
"level": 5, | |
"started_at": 34.5005989074707, | |
"finished_at": 200.02126693725586 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/key_binding/bindings/emacs.py", | |
"duration": 0.004291534423828125, | |
"module": "prompt_toolkit.key_binding.bindings.emacs", | |
"import_line": "from __future__ import unicode_literals", | |
"level": 6, | |
"started_at": 200.18839836120605, | |
"finished_at": 200.19268989562988 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/key_binding/bindings/emacs.py", | |
"duration": 0.00286102294921875, | |
"module": "prompt_toolkit.key_binding.bindings.emacs", | |
"import_line": "from prompt_toolkit.buffer import SelectionType, indent, unindent", | |
"level": 6, | |
"started_at": 200.1960277557373, | |
"finished_at": 200.19888877868652 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/key_binding/bindings/emacs.py", | |
"duration": 0.002384185791015625, | |
"module": "prompt_toolkit.key_binding.bindings.emacs", | |
"import_line": "from prompt_toolkit.keys import Keys", | |
"level": 6, | |
"started_at": 200.20222663879395, | |
"finished_at": 200.20461082458496 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/key_binding/bindings/emacs.py", | |
"duration": 0.002384185791015625, | |
"module": "prompt_toolkit.key_binding.bindings.emacs", | |
"import_line": "from prompt_toolkit.enums import IncrementalSearchDirection, SEARCH_BUFFER, SYSTEM_BUFFER", | |
"level": 6, | |
"started_at": 200.20723342895508, | |
"finished_at": 200.2096176147461 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/key_binding/bindings/emacs.py", | |
"duration": 0.004291534423828125, | |
"module": "prompt_toolkit.key_binding.bindings.emacs", | |
"import_line": "from prompt_toolkit.filters import Always, Condition, EmacsMode, to_cli_filter, HasSelection, EmacsInsertMode, HasFocus", | |
"level": 6, | |
"started_at": 200.2122402191162, | |
"finished_at": 200.21653175354004 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/key_binding/bindings/emacs.py", | |
"duration": 0.002384185791015625, | |
"module": "prompt_toolkit.key_binding.bindings.emacs", | |
"import_line": "from prompt_toolkit.completion import CompleteEvent", | |
"level": 6, | |
"started_at": 200.22010803222656, | |
"finished_at": 200.22249221801758 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/key_binding/bindings/emacs.py", | |
"duration": 0.0026226043701171875, | |
"module": "prompt_toolkit.key_binding.bindings.emacs", | |
"import_line": "from utils import create_handle_decorator", | |
"level": 6, | |
"started_at": 200.2251148223877, | |
"finished_at": 200.2277374267578 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/key_binding/bindings/scroll.py", | |
"duration": 0.003814697265625, | |
"module": "prompt_toolkit.key_binding.bindings.scroll", | |
"import_line": "from __future__ import unicode_literals", | |
"level": 7, | |
"started_at": 200.3319263458252, | |
"finished_at": 200.33574104309082 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/key_binding/bindings/scroll.py", | |
"duration": 0.0026226043701171875, | |
"module": "prompt_toolkit.key_binding.bindings.scroll", | |
"import_line": "from prompt_toolkit.layout.utils import find_window_for_buffer_name", | |
"level": 7, | |
"started_at": 200.33836364746094, | |
"finished_at": 200.34098625183105 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/key_binding/bindings/scroll.py", | |
"duration": 0.0026226043701171875, | |
"module": "prompt_toolkit.key_binding.bindings.scroll", | |
"import_line": "from six.moves import range", | |
"level": 7, | |
"started_at": 200.34360885620117, | |
"finished_at": 200.3462314605713 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/key_binding/bindings/emacs.py", | |
"duration": 0.1285076141357422, | |
"module": "prompt_toolkit.key_binding.bindings.emacs", | |
"import_line": "from scroll import scroll_page_up, scroll_page_down", | |
"level": 6, | |
"started_at": 200.23012161254883, | |
"finished_at": 200.35862922668457 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/key_binding/bindings/emacs.py", | |
"duration": 0.002384185791015625, | |
"module": "prompt_toolkit.key_binding.bindings.emacs", | |
"import_line": "from six.moves import range", | |
"level": 6, | |
"started_at": 200.361967086792, | |
"finished_at": 200.364351272583 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/application.py", | |
"duration": 0.3490447998046875, | |
"module": "prompt_toolkit.application", | |
"import_line": "from key_binding.bindings.emacs import load_emacs_bindings", | |
"level": 5, | |
"started_at": 200.02484321594238, | |
"finished_at": 200.37388801574707 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/key_binding/bindings/vi.py", | |
"duration": 0.005245208740234375, | |
"module": "prompt_toolkit.key_binding.bindings.vi", | |
"import_line": "from __future__ import unicode_literals", | |
"level": 6, | |
"started_at": 200.70672035217285, | |
"finished_at": 200.7119655609131 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/key_binding/bindings/vi.py", | |
"duration": 0.0026226043701171875, | |
"module": "prompt_toolkit.key_binding.bindings.vi", | |
"import_line": "from prompt_toolkit.buffer import ClipboardData, indent, unindent, reshape_text", | |
"level": 6, | |
"started_at": 200.7155418395996, | |
"finished_at": 200.71816444396973 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/key_binding/bindings/vi.py", | |
"duration": 0.00286102294921875, | |
"module": "prompt_toolkit.key_binding.bindings.vi", | |
"import_line": "from prompt_toolkit.document import Document", | |
"level": 6, | |
"started_at": 200.72174072265625, | |
"finished_at": 200.72460174560547 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/key_binding/bindings/vi.py", | |
"duration": 0.0021457672119140625, | |
"module": "prompt_toolkit.key_binding.bindings.vi", | |
"import_line": "from prompt_toolkit.enums import IncrementalSearchDirection, SEARCH_BUFFER, SYSTEM_BUFFER", | |
"level": 6, | |
"started_at": 200.7272243499756, | |
"finished_at": 200.7293701171875 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/key_binding/bindings/vi.py", | |
"duration": 0.003814697265625, | |
"module": "prompt_toolkit.key_binding.bindings.vi", | |
"import_line": "from prompt_toolkit.filters import Filter, Condition, HasArg, Always, to_cli_filter, IsReadOnly", | |
"level": 6, | |
"started_at": 200.73199272155762, | |
"finished_at": 200.73580741882324 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/key_binding/bindings/vi.py", | |
"duration": 0.0026226043701171875, | |
"module": "prompt_toolkit.key_binding.bindings.vi", | |
"import_line": "from prompt_toolkit.filters.cli import ViNavigationMode, ViInsertMode, ViReplaceMode, ViSelectionMode, ViWaitingForTextObjectMode, ViDigraphMode, ViMode", | |
"level": 6, | |
"started_at": 200.73962211608887, | |
"finished_at": 200.74224472045898 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/key_binding/digraphs.py", | |
"duration": 0.00476837158203125, | |
"module": "prompt_toolkit.key_binding.digraphs", | |
"import_line": "from __future__ import unicode_literals", | |
"level": 7, | |
"started_at": 200.9730339050293, | |
"finished_at": 200.97780227661133 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/key_binding/bindings/vi.py", | |
"duration": 0.2949237823486328, | |
"module": "prompt_toolkit.key_binding.bindings.vi", | |
"import_line": "from prompt_toolkit.key_binding.digraphs import DIGRAPHS", | |
"level": 6, | |
"started_at": 200.7460594177246, | |
"finished_at": 201.04098320007324 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/key_binding/bindings/vi.py", | |
"duration": 0.003337860107421875, | |
"module": "prompt_toolkit.key_binding.bindings.vi", | |
"import_line": "from prompt_toolkit.key_binding.vi_state import CharacterFind, InputMode", | |
"level": 6, | |
"started_at": 201.04503631591797, | |
"finished_at": 201.0483741760254 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/key_binding/bindings/vi.py", | |
"duration": 0.002384185791015625, | |
"module": "prompt_toolkit.key_binding.bindings.vi", | |
"import_line": "from prompt_toolkit.keys import Keys", | |
"level": 6, | |
"started_at": 201.0512351989746, | |
"finished_at": 201.05361938476562 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/key_binding/bindings/vi.py", | |
"duration": 0.0021457672119140625, | |
"module": "prompt_toolkit.key_binding.bindings.vi", | |
"import_line": "from prompt_toolkit.layout.utils import find_window_for_buffer_name", | |
"level": 6, | |
"started_at": 201.05624198913574, | |
"finished_at": 201.05838775634766 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/key_binding/bindings/vi.py", | |
"duration": 0.002384185791015625, | |
"module": "prompt_toolkit.key_binding.bindings.vi", | |
"import_line": "from prompt_toolkit.selection import SelectionType, SelectionState", | |
"level": 6, | |
"started_at": 201.06077194213867, | |
"finished_at": 201.0631561279297 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/key_binding/bindings/vi.py", | |
"duration": 0.00286102294921875, | |
"module": "prompt_toolkit.key_binding.bindings.vi", | |
"import_line": "from utils import create_handle_decorator", | |
"level": 6, | |
"started_at": 201.0657787322998, | |
"finished_at": 201.06863975524902 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/key_binding/bindings/vi.py", | |
"duration": 0.002384185791015625, | |
"module": "prompt_toolkit.key_binding.bindings.vi", | |
"import_line": "from scroll import scroll_forward, scroll_backward, scroll_half_page_up, scroll_half_page_down, scroll_one_line_up, scroll_one_line_down, scroll_page_up, scroll_page_down", | |
"level": 6, | |
"started_at": 201.07126235961914, | |
"finished_at": 201.07364654541016 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "N/A", | |
"duration": 0.00667572021484375, | |
"module": "N/A", | |
"import_line": "import prompt_toolkit", | |
"level": 7, | |
"started_at": 201.0807991027832, | |
"finished_at": 201.08747482299805 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/key_binding/bindings/vi.py", | |
"duration": 0.010728836059570312, | |
"module": "prompt_toolkit.key_binding.bindings.vi", | |
"import_line": "import prompt_toolkit.filters", | |
"level": 6, | |
"started_at": 201.07746124267578, | |
"finished_at": 201.08819007873535 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/key_binding/bindings/vi.py", | |
"duration": 0.00286102294921875, | |
"module": "prompt_toolkit.key_binding.bindings.vi", | |
"import_line": "from six.moves import range", | |
"level": 6, | |
"started_at": 201.09081268310547, | |
"finished_at": 201.0936737060547 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/key_binding/bindings/vi.py", | |
"duration": 0.001430511474609375, | |
"module": "prompt_toolkit.key_binding.bindings.vi", | |
"import_line": "import codecs", | |
"level": 6, | |
"started_at": 201.0960578918457, | |
"finished_at": 201.0974884033203 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/key_binding/bindings/vi.py", | |
"duration": 0.0016689300537109375, | |
"module": "prompt_toolkit.key_binding.bindings.vi", | |
"import_line": "import six", | |
"level": 6, | |
"started_at": 201.09963417053223, | |
"finished_at": 201.10130310058594 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/key_binding/bindings/vi.py", | |
"duration": 0.0011920928955078125, | |
"module": "prompt_toolkit.key_binding.bindings.vi", | |
"import_line": "import string", | |
"level": 6, | |
"started_at": 201.10344886779785, | |
"finished_at": 201.10464096069336 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/application.py", | |
"duration": 0.7894039154052734, | |
"module": "prompt_toolkit.application", | |
"import_line": "from key_binding.bindings.vi import load_vi_bindings", | |
"level": 5, | |
"started_at": 200.3769874572754, | |
"finished_at": 201.16639137268066 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/key_binding/registry.py", | |
"duration": 0.0040531158447265625, | |
"module": "prompt_toolkit.key_binding.registry", | |
"import_line": "from __future__ import unicode_literals", | |
"level": 6, | |
"started_at": 201.2779712677002, | |
"finished_at": 201.28202438354492 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/key_binding/registry.py", | |
"duration": 0.003814697265625, | |
"module": "prompt_toolkit.key_binding.registry", | |
"import_line": "from filters import CLIFilter, to_cli_filter, Never", | |
"level": 6, | |
"started_at": 201.28536224365234, | |
"finished_at": 201.28917694091797 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/key_binding/registry.py", | |
"duration": 0.0026226043701171875, | |
"module": "prompt_toolkit.key_binding.registry", | |
"import_line": "from keys import Key", | |
"level": 6, | |
"started_at": 201.2922763824463, | |
"finished_at": 201.2948989868164 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/key_binding/registry.py", | |
"duration": 0.002384185791015625, | |
"module": "prompt_toolkit.key_binding.registry", | |
"import_line": "from six import text_type", | |
"level": 6, | |
"started_at": 201.29752159118652, | |
"finished_at": 201.29990577697754 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/key_binding/registry.py", | |
"duration": 0.002384185791015625, | |
"module": "prompt_toolkit.key_binding.registry", | |
"import_line": "from six.moves import range", | |
"level": 6, | |
"started_at": 201.30228996276855, | |
"finished_at": 201.30467414855957 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/key_binding/registry.py", | |
"duration": 0.0019073486328125, | |
"module": "prompt_toolkit.key_binding.registry", | |
"import_line": "from collections import defaultdict", | |
"level": 6, | |
"started_at": 201.3070583343506, | |
"finished_at": 201.3089656829834 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/application.py", | |
"duration": 0.17213821411132812, | |
"module": "prompt_toolkit.application", | |
"import_line": "from key_binding.registry import Registry", | |
"level": 5, | |
"started_at": 201.1704444885254, | |
"finished_at": 201.34258270263672 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/application.py", | |
"duration": 0.0030994415283203125, | |
"module": "prompt_toolkit.application", | |
"import_line": "from layout import Window", | |
"level": 5, | |
"started_at": 201.34735107421875, | |
"finished_at": 201.35045051574707 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/application.py", | |
"duration": 0.003337860107421875, | |
"module": "prompt_toolkit.application", | |
"import_line": "from layout.containers import Container", | |
"level": 5, | |
"started_at": 201.3530731201172, | |
"finished_at": 201.3564109802246 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/application.py", | |
"duration": 0.003337860107421875, | |
"module": "prompt_toolkit.application", | |
"import_line": "from layout.controls import BufferControl", | |
"level": 5, | |
"started_at": 201.35879516601562, | |
"finished_at": 201.36213302612305 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/application.py", | |
"duration": 0.002384185791015625, | |
"module": "prompt_toolkit.application", | |
"import_line": "from styles import DEFAULT_STYLE, Style", | |
"level": 5, | |
"started_at": 201.36451721191406, | |
"finished_at": 201.36690139770508 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/application.py", | |
"duration": 0.001430511474609375, | |
"module": "prompt_toolkit.application", | |
"import_line": "import six", | |
"level": 5, | |
"started_at": 201.3692855834961, | |
"finished_at": 201.3707160949707 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/interface.py", | |
"duration": 187.82520294189453, | |
"module": "prompt_toolkit.interface", | |
"import_line": "from application import Application, AbortAction", | |
"level": 4, | |
"started_at": 13.581037521362305, | |
"finished_at": 201.40624046325684 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/interface.py", | |
"duration": 0.0030994415283203125, | |
"module": "prompt_toolkit.interface", | |
"import_line": "from buffer import Buffer", | |
"level": 4, | |
"started_at": 201.41029357910156, | |
"finished_at": 201.41339302062988 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/interface.py", | |
"duration": 0.00286102294921875, | |
"module": "prompt_toolkit.interface", | |
"import_line": "from buffer_mapping import BufferMapping", | |
"level": 4, | |
"started_at": 201.4167308807373, | |
"finished_at": 201.41959190368652 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/interface.py", | |
"duration": 0.002384185791015625, | |
"module": "prompt_toolkit.interface", | |
"import_line": "from completion import CompleteEvent, get_common_complete_suffix", | |
"level": 4, | |
"started_at": 201.42245292663574, | |
"finished_at": 201.42483711242676 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/interface.py", | |
"duration": 0.0021457672119140625, | |
"module": "prompt_toolkit.interface", | |
"import_line": "from enums import SEARCH_BUFFER", | |
"level": 4, | |
"started_at": 201.42745971679688, | |
"finished_at": 201.4296054840088 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "N/A", | |
"duration": 0.006198883056640625, | |
"module": "N/A", | |
"import_line": "import prompt_toolkit", | |
"level": 6, | |
"started_at": 201.5395164489746, | |
"finished_at": 201.54571533203125 | |
} | |
], | |
"filepath": "N/A", | |
"duration": 0.10347366333007812, | |
"module": "N/A", | |
"import_line": "import prompt_toolkit.eventloop", | |
"level": 5, | |
"started_at": 201.44295692443848, | |
"finished_at": 201.54643058776855 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/eventloop/base.py", | |
"duration": 0.004291534423828125, | |
"module": "prompt_toolkit.eventloop.base", | |
"import_line": "from __future__ import unicode_literals", | |
"level": 5, | |
"started_at": 201.6599178314209, | |
"finished_at": 201.66420936584473 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/eventloop/base.py", | |
"duration": 0.002384185791015625, | |
"module": "prompt_toolkit.eventloop.base", | |
"import_line": "from abc import ABCMeta, abstractmethod", | |
"level": 5, | |
"started_at": 201.66730880737305, | |
"finished_at": 201.66969299316406 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/eventloop/base.py", | |
"duration": 0.002384185791015625, | |
"module": "prompt_toolkit.eventloop.base", | |
"import_line": "from six import with_metaclass", | |
"level": 5, | |
"started_at": 201.67255401611328, | |
"finished_at": 201.6749382019043 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/interface.py", | |
"duration": 0.3063678741455078, | |
"module": "prompt_toolkit.interface", | |
"import_line": "from eventloop.base import EventLoop", | |
"level": 4, | |
"started_at": 201.4319896697998, | |
"finished_at": 201.7383575439453 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/eventloop/callbacks.py", | |
"duration": 0.003814697265625, | |
"module": "prompt_toolkit.eventloop.callbacks", | |
"import_line": "from __future__ import unicode_literals", | |
"level": 5, | |
"started_at": 201.8301486968994, | |
"finished_at": 201.83396339416504 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/eventloop/callbacks.py", | |
"duration": 0.002384185791015625, | |
"module": "prompt_toolkit.eventloop.callbacks", | |
"import_line": "from abc import ABCMeta, abstractmethod", | |
"level": 5, | |
"started_at": 201.83706283569336, | |
"finished_at": 201.83944702148438 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/eventloop/callbacks.py", | |
"duration": 0.002384185791015625, | |
"module": "prompt_toolkit.eventloop.callbacks", | |
"import_line": "from six import with_metaclass", | |
"level": 5, | |
"started_at": 201.8420696258545, | |
"finished_at": 201.8444538116455 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/interface.py", | |
"duration": 0.1590251922607422, | |
"module": "prompt_toolkit.interface", | |
"import_line": "from eventloop.callbacks import EventLoopCallbacks", | |
"level": 4, | |
"started_at": 201.74217224121094, | |
"finished_at": 201.90119743347168 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/interface.py", | |
"duration": 0.003337860107421875, | |
"module": "prompt_toolkit.interface", | |
"import_line": "from filters import Condition", | |
"level": 4, | |
"started_at": 201.9052505493164, | |
"finished_at": 201.90858840942383 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/input.py", | |
"duration": 0.0054836273193359375, | |
"module": "prompt_toolkit.input", | |
"import_line": "from __future__ import unicode_literals", | |
"level": 5, | |
"started_at": 202.53372192382812, | |
"finished_at": 202.53920555114746 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/input.py", | |
"duration": 0.003814697265625, | |
"module": "prompt_toolkit.input", | |
"import_line": "from utils import DummyContext, is_windows", | |
"level": 5, | |
"started_at": 202.5430202484131, | |
"finished_at": 202.5468349456787 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/input.py", | |
"duration": 0.00286102294921875, | |
"module": "prompt_toolkit.input", | |
"import_line": "from abc import ABCMeta, abstractmethod", | |
"level": 5, | |
"started_at": 202.55041122436523, | |
"finished_at": 202.55327224731445 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/input.py", | |
"duration": 0.00286102294921875, | |
"module": "prompt_toolkit.input", | |
"import_line": "from six import with_metaclass", | |
"level": 5, | |
"started_at": 202.55661010742188, | |
"finished_at": 202.5594711303711 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/input.py", | |
"duration": 0.0019073486328125, | |
"module": "prompt_toolkit.input", | |
"import_line": "import os", | |
"level": 5, | |
"started_at": 202.5623321533203, | |
"finished_at": 202.56423950195312 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/input.py", | |
"duration": 0.0021457672119140625, | |
"module": "prompt_toolkit.input", | |
"import_line": "import sys", | |
"level": 5, | |
"started_at": 202.56662368774414, | |
"finished_at": 202.56876945495605 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "N/A", | |
"duration": 0.00667572021484375, | |
"module": "N/A", | |
"import_line": "import prompt_toolkit", | |
"level": 7, | |
"started_at": 202.68821716308594, | |
"finished_at": 202.69489288330078 | |
} | |
], | |
"filepath": "N/A", | |
"duration": 0.110626220703125, | |
"module": "N/A", | |
"import_line": "import prompt_toolkit.terminal", | |
"level": 6, | |
"started_at": 202.58545875549316, | |
"finished_at": 202.6960849761963 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/terminal/vt100_input.py", | |
"duration": 0.00476837158203125, | |
"module": "prompt_toolkit.terminal.vt100_input", | |
"import_line": "from __future__ import unicode_literals", | |
"level": 6, | |
"started_at": 202.85534858703613, | |
"finished_at": 202.86011695861816 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/terminal/vt100_input.py", | |
"duration": 0.0021457672119140625, | |
"module": "prompt_toolkit.terminal.vt100_input", | |
"import_line": "import os", | |
"level": 6, | |
"started_at": 202.86321640014648, | |
"finished_at": 202.8653621673584 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/terminal/vt100_input.py", | |
"duration": 0.0019073486328125, | |
"module": "prompt_toolkit.terminal.vt100_input", | |
"import_line": "import re", | |
"level": 6, | |
"started_at": 202.86798477172852, | |
"finished_at": 202.86989212036133 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/terminal/vt100_input.py", | |
"duration": 0.0016689300537109375, | |
"module": "prompt_toolkit.terminal.vt100_input", | |
"import_line": "import six", | |
"level": 6, | |
"started_at": 202.87251472473145, | |
"finished_at": 202.87418365478516 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/terminal/vt100_input.py", | |
"duration": 0.30040740966796875, | |
"module": "prompt_toolkit.terminal.vt100_input", | |
"import_line": "import termios", | |
"level": 6, | |
"started_at": 202.87680625915527, | |
"finished_at": 203.17721366882324 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/tty.py", | |
"duration": 0.0045299530029296875, | |
"module": "tty", | |
"import_line": "from termios import *", | |
"level": 7, | |
"started_at": 203.34625244140625, | |
"finished_at": 203.35078239440918 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/terminal/vt100_input.py", | |
"duration": 0.20503997802734375, | |
"module": "prompt_toolkit.terminal.vt100_input", | |
"import_line": "import tty", | |
"level": 6, | |
"started_at": 203.18245887756348, | |
"finished_at": 203.38749885559082 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/terminal/vt100_input.py", | |
"duration": 0.003814697265625, | |
"module": "prompt_toolkit.terminal.vt100_input", | |
"import_line": "from six.moves import range", | |
"level": 6, | |
"started_at": 203.39155197143555, | |
"finished_at": 203.39536666870117 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/terminal/vt100_input.py", | |
"duration": 0.003337860107421875, | |
"module": "prompt_toolkit.terminal.vt100_input", | |
"import_line": "from keys import Keys", | |
"level": 6, | |
"started_at": 203.3982276916504, | |
"finished_at": 203.4015655517578 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/key_binding/input_processor.py", | |
"duration": 0.004291534423828125, | |
"module": "prompt_toolkit.key_binding.input_processor", | |
"import_line": "from __future__ import unicode_literals", | |
"level": 7, | |
"started_at": 203.52554321289062, | |
"finished_at": 203.52983474731445 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/key_binding/input_processor.py", | |
"duration": 0.002384185791015625, | |
"module": "prompt_toolkit.key_binding.input_processor", | |
"import_line": "from prompt_toolkit.buffer import EditReadOnlyBuffer", | |
"level": 7, | |
"started_at": 203.53293418884277, | |
"finished_at": 203.5353183746338 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/key_binding/input_processor.py", | |
"duration": 0.002384185791015625, | |
"module": "prompt_toolkit.key_binding.input_processor", | |
"import_line": "from prompt_toolkit.filters.cli import ViNavigationMode", | |
"level": 7, | |
"started_at": 203.5379409790039, | |
"finished_at": 203.54032516479492 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/key_binding/input_processor.py", | |
"duration": 0.0021457672119140625, | |
"module": "prompt_toolkit.key_binding.input_processor", | |
"import_line": "from prompt_toolkit.keys import Keys", | |
"level": 7, | |
"started_at": 203.54270935058594, | |
"finished_at": 203.54485511779785 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/key_binding/input_processor.py", | |
"duration": 0.0021457672119140625, | |
"module": "prompt_toolkit.key_binding.input_processor", | |
"import_line": "from prompt_toolkit.utils import Event", | |
"level": 7, | |
"started_at": 203.54771614074707, | |
"finished_at": 203.54986190795898 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/key_binding/input_processor.py", | |
"duration": 0.002384185791015625, | |
"module": "prompt_toolkit.key_binding.input_processor", | |
"import_line": "from six.moves import range", | |
"level": 7, | |
"started_at": 203.5524845123291, | |
"finished_at": 203.55486869812012 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/key_binding/input_processor.py", | |
"duration": 0.0016689300537109375, | |
"module": "prompt_toolkit.key_binding.input_processor", | |
"import_line": "import weakref", | |
"level": 7, | |
"started_at": 203.55725288391113, | |
"finished_at": 203.55892181396484 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/terminal/vt100_input.py", | |
"duration": 0.20051002502441406, | |
"module": "prompt_toolkit.terminal.vt100_input", | |
"import_line": "from key_binding.input_processor import KeyPress", | |
"level": 6, | |
"started_at": 203.40442657470703, | |
"finished_at": 203.60493659973145 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/input.py", | |
"duration": 1.4591217041015625, | |
"module": "prompt_toolkit.input", | |
"import_line": "from terminal.vt100_input import raw_mode, cooked_mode", | |
"level": 5, | |
"started_at": 202.57282257080078, | |
"finished_at": 204.03194427490234 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/interface.py", | |
"duration": 2.22015380859375, | |
"module": "prompt_toolkit.interface", | |
"import_line": "from input import StdinInput, Input", | |
"level": 4, | |
"started_at": 201.91144943237305, | |
"finished_at": 204.1316032409668 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/interface.py", | |
"duration": 0.004291534423828125, | |
"module": "prompt_toolkit.interface", | |
"import_line": "from key_binding.input_processor import InputProcessor", | |
"level": 4, | |
"started_at": 204.13732528686523, | |
"finished_at": 204.14161682128906 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/interface.py", | |
"duration": 0.0026226043701171875, | |
"module": "prompt_toolkit.interface", | |
"import_line": "from key_binding.registry import Registry", | |
"level": 4, | |
"started_at": 204.14447784423828, | |
"finished_at": 204.1471004486084 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/interface.py", | |
"duration": 0.002384185791015625, | |
"module": "prompt_toolkit.interface", | |
"import_line": "from key_binding.vi_state import ViState", | |
"level": 4, | |
"started_at": 204.1494846343994, | |
"finished_at": 204.15186882019043 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/interface.py", | |
"duration": 0.002384185791015625, | |
"module": "prompt_toolkit.interface", | |
"import_line": "from keys import Keys", | |
"level": 4, | |
"started_at": 204.15425300598145, | |
"finished_at": 204.15663719177246 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/interface.py", | |
"duration": 0.002384185791015625, | |
"module": "prompt_toolkit.interface", | |
"import_line": "from output import Output", | |
"level": 4, | |
"started_at": 204.15902137756348, | |
"finished_at": 204.1614055633545 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/interface.py", | |
"duration": 0.0026226043701171875, | |
"module": "prompt_toolkit.interface", | |
"import_line": "from renderer import Renderer, print_tokens", | |
"level": 4, | |
"started_at": 204.1642665863037, | |
"finished_at": 204.16688919067383 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/interface.py", | |
"duration": 0.0026226043701171875, | |
"module": "prompt_toolkit.interface", | |
"import_line": "from search_state import SearchState", | |
"level": 4, | |
"started_at": 204.16951179504395, | |
"finished_at": 204.17213439941406 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/interface.py", | |
"duration": 0.002384185791015625, | |
"module": "prompt_toolkit.interface", | |
"import_line": "from utils import Event", | |
"level": 4, | |
"started_at": 204.17451858520508, | |
"finished_at": 204.1769027709961 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/site-packages/prompt_toolkit/interface.py", | |
"duration": 0.0021457672119140625, | |
"module": "prompt_toolkit.interface", | |
"import_line": "from buffer import AcceptAction", | |
"level": 4, | |
"started_at": 204.1792869567871, | |
"finished_at": 204.18143272399902 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/__init__.py", | |
"duration": 0.0040531158447265625, | |
"module": "asyncio", | |
"import_line": "import sys", | |
"level": 5, | |
"started_at": 204.59699630737305, | |
"finished_at": 204.60104942321777 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "N/A", | |
"duration": 0.08082389831542969, | |
"module": "N/A", | |
"import_line": "import asyncio.selectors", | |
"level": 6, | |
"started_at": 204.61535453796387, | |
"finished_at": 204.6961784362793 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/__init__.py", | |
"duration": 0.09560585021972656, | |
"module": "asyncio", | |
"import_line": "from import selectors", | |
"level": 5, | |
"started_at": 204.6043872833252, | |
"finished_at": 204.69999313354492 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/__init__.py", | |
"duration": 0.00286102294921875, | |
"module": "asyncio", | |
"import_line": "import selectors", | |
"level": 5, | |
"started_at": 204.70595359802246, | |
"finished_at": 204.70881462097168 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/base_events.py", | |
"duration": 0.003814697265625, | |
"module": "asyncio.base_events", | |
"import_line": "import collections", | |
"level": 6, | |
"started_at": 205.00802993774414, | |
"finished_at": 205.01184463500977 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "N/A", | |
"duration": 0.1697540283203125, | |
"module": "N/A", | |
"import_line": "import concurrent", | |
"level": 7, | |
"started_at": 205.02686500549316, | |
"finished_at": 205.19661903381348 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/concurrent/futures/_base.py", | |
"duration": 0.003814697265625, | |
"module": "concurrent.futures._base", | |
"import_line": "import collections", | |
"level": 8, | |
"started_at": 205.47103881835938, | |
"finished_at": 205.474853515625 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/logging/__init__.py", | |
"duration": 0.0045299530029296875, | |
"module": "logging", | |
"import_line": "import sys", | |
"level": 9, | |
"started_at": 205.8553695678711, | |
"finished_at": 205.85989952087402 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/logging/__init__.py", | |
"duration": 0.0019073486328125, | |
"module": "logging", | |
"import_line": "import os", | |
"level": 9, | |
"started_at": 205.86299896240234, | |
"finished_at": 205.86490631103516 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/logging/__init__.py", | |
"duration": 0.001430511474609375, | |
"module": "logging", | |
"import_line": "import time", | |
"level": 9, | |
"started_at": 205.86729049682617, | |
"finished_at": 205.86872100830078 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/logging/__init__.py", | |
"duration": 0.001430511474609375, | |
"module": "logging", | |
"import_line": "import io", | |
"level": 9, | |
"started_at": 205.8711051940918, | |
"finished_at": 205.8725357055664 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/logging/__init__.py", | |
"duration": 0.0016689300537109375, | |
"module": "logging", | |
"import_line": "import traceback", | |
"level": 9, | |
"started_at": 205.87468147277832, | |
"finished_at": 205.87635040283203 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/logging/__init__.py", | |
"duration": 0.001430511474609375, | |
"module": "logging", | |
"import_line": "import warnings", | |
"level": 9, | |
"started_at": 205.87849617004395, | |
"finished_at": 205.87992668151855 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/logging/__init__.py", | |
"duration": 0.0011920928955078125, | |
"module": "logging", | |
"import_line": "import weakref", | |
"level": 9, | |
"started_at": 205.88183403015137, | |
"finished_at": 205.88302612304688 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/logging/__init__.py", | |
"duration": 0.0011920928955078125, | |
"module": "logging", | |
"import_line": "import collections", | |
"level": 9, | |
"started_at": 205.8851718902588, | |
"finished_at": 205.8863639831543 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/logging/__init__.py", | |
"duration": 0.0030994415283203125, | |
"module": "logging", | |
"import_line": "from string import Template", | |
"level": 9, | |
"started_at": 205.88922500610352, | |
"finished_at": 205.89232444763184 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/logging/__init__.py", | |
"duration": 0.001430511474609375, | |
"module": "logging", | |
"import_line": "import threading", | |
"level": 9, | |
"started_at": 205.89542388916016, | |
"finished_at": 205.89685440063477 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/logging/__init__.py", | |
"duration": 0.04172325134277344, | |
"module": "logging", | |
"import_line": "import atexit", | |
"level": 9, | |
"started_at": 206.10833168029785, | |
"finished_at": 206.15005493164062 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/concurrent/futures/_base.py", | |
"duration": 0.6968975067138672, | |
"module": "concurrent.futures._base", | |
"import_line": "import logging", | |
"level": 8, | |
"started_at": 205.47771453857422, | |
"finished_at": 206.1746120452881 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/concurrent/futures/_base.py", | |
"duration": 0.002384185791015625, | |
"module": "concurrent.futures._base", | |
"import_line": "import threading", | |
"level": 8, | |
"started_at": 206.1789035797119, | |
"finished_at": 206.18128776550293 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/concurrent/futures/_base.py", | |
"duration": 0.001430511474609375, | |
"module": "concurrent.futures._base", | |
"import_line": "import time", | |
"level": 8, | |
"started_at": 206.18391036987305, | |
"finished_at": 206.18534088134766 | |
}, | |
{ | |
"children": [], | |
"filepath": null, | |
"duration": 0.0064373016357421875, | |
"module": "namedtuple_DoneAndNotDoneFutures", | |
"import_line": "from builtins import property, tuple", | |
"level": 8, | |
"started_at": 206.5260410308838, | |
"finished_at": 206.53247833251953 | |
}, | |
{ | |
"children": [], | |
"filepath": null, | |
"duration": 0.00286102294921875, | |
"module": "namedtuple_DoneAndNotDoneFutures", | |
"import_line": "from operator import itemgetter", | |
"level": 8, | |
"started_at": 206.53653144836426, | |
"finished_at": 206.53939247131348 | |
}, | |
{ | |
"children": [], | |
"filepath": null, | |
"duration": 0.002384185791015625, | |
"module": "namedtuple_DoneAndNotDoneFutures", | |
"import_line": "from collections import OrderedDict", | |
"level": 8, | |
"started_at": 206.5422534942627, | |
"finished_at": 206.5446376800537 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/concurrent/futures/__init__.py", | |
"duration": 1.2977123260498047, | |
"module": "concurrent.futures", | |
"import_line": "from concurrent.futures._base import FIRST_COMPLETED, FIRST_EXCEPTION, ALL_COMPLETED, CancelledError, TimeoutError, Future, Executor, wait, as_completed", | |
"level": 7, | |
"started_at": 205.30414581298828, | |
"finished_at": 206.6018581390381 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/concurrent/futures/process.py", | |
"duration": 0.003337860107421875, | |
"module": "concurrent.futures.process", | |
"import_line": "import atexit", | |
"level": 8, | |
"started_at": 206.756591796875, | |
"finished_at": 206.75992965698242 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/concurrent/futures/process.py", | |
"duration": 0.0016689300537109375, | |
"module": "concurrent.futures.process", | |
"import_line": "import os", | |
"level": 8, | |
"started_at": 206.76279067993164, | |
"finished_at": 206.76445960998535 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/concurrent/futures/process.py", | |
"duration": 0.0069141387939453125, | |
"module": "concurrent.futures.process", | |
"import_line": "from concurrent.futures import _base", | |
"level": 8, | |
"started_at": 206.76708221435547, | |
"finished_at": 206.7739963531494 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/queue.py", | |
"duration": 0.0035762786865234375, | |
"module": "queue", | |
"import_line": "import threading", | |
"level": 9, | |
"started_at": 207.01265335083008, | |
"finished_at": 207.0162296295166 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/queue.py", | |
"duration": 0.0030994415283203125, | |
"module": "queue", | |
"import_line": "from collections import deque", | |
"level": 9, | |
"started_at": 207.02028274536133, | |
"finished_at": 207.02338218688965 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/queue.py", | |
"duration": 0.003337860107421875, | |
"module": "queue", | |
"import_line": "from heapq import heappush, heappop", | |
"level": 9, | |
"started_at": 207.02648162841797, | |
"finished_at": 207.0298194885254 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/queue.py", | |
"duration": 0.002384185791015625, | |
"module": "queue", | |
"import_line": "from time import monotonic", | |
"level": 9, | |
"started_at": 207.0331573486328, | |
"finished_at": 207.03554153442383 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/concurrent/futures/process.py", | |
"duration": 0.32258033752441406, | |
"module": "concurrent.futures.process", | |
"import_line": "import queue", | |
"level": 8, | |
"started_at": 206.77685737609863, | |
"finished_at": 207.09943771362305 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/concurrent/futures/process.py", | |
"duration": 0.003337860107421875, | |
"module": "concurrent.futures.process", | |
"import_line": "from queue import Full", | |
"level": 8, | |
"started_at": 207.10372924804688, | |
"finished_at": 207.1070671081543 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/multiprocessing/__init__.py", | |
"duration": 0.0035762786865234375, | |
"module": "multiprocessing", | |
"import_line": "import sys", | |
"level": 9, | |
"started_at": 207.28182792663574, | |
"finished_at": 207.28540420532227 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/multiprocessing/context.py", | |
"duration": 0.003337860107421875, | |
"module": "multiprocessing.context", | |
"import_line": "import os", | |
"level": 11, | |
"started_at": 207.472562789917, | |
"finished_at": 207.4759006500244 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/multiprocessing/context.py", | |
"duration": 0.0021457672119140625, | |
"module": "multiprocessing.context", | |
"import_line": "import sys", | |
"level": 11, | |
"started_at": 207.47852325439453, | |
"finished_at": 207.48066902160645 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/multiprocessing/context.py", | |
"duration": 0.001430511474609375, | |
"module": "multiprocessing.context", | |
"import_line": "import threading", | |
"level": 11, | |
"started_at": 207.48305320739746, | |
"finished_at": 207.48448371887207 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/multiprocessing/process.py", | |
"duration": 0.0030994415283203125, | |
"module": "multiprocessing.process", | |
"import_line": "import os", | |
"level": 13, | |
"started_at": 207.61799812316895, | |
"finished_at": 207.62109756469727 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/multiprocessing/process.py", | |
"duration": 0.0019073486328125, | |
"module": "multiprocessing.process", | |
"import_line": "import sys", | |
"level": 13, | |
"started_at": 207.62372016906738, | |
"finished_at": 207.6256275177002 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/multiprocessing/process.py", | |
"duration": 0.0019073486328125, | |
"module": "multiprocessing.process", | |
"import_line": "import signal", | |
"level": 13, | |
"started_at": 207.6280117034912, | |
"finished_at": 207.62991905212402 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/multiprocessing/process.py", | |
"duration": 0.0016689300537109375, | |
"module": "multiprocessing.process", | |
"import_line": "import itertools", | |
"level": 13, | |
"started_at": 207.63230323791504, | |
"finished_at": 207.63397216796875 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/multiprocessing/process.py", | |
"duration": 0.0030994415283203125, | |
"module": "multiprocessing.process", | |
"import_line": "from _weakrefset import WeakSet", | |
"level": 13, | |
"started_at": 207.63659477233887, | |
"finished_at": 207.6396942138672 | |
}, | |
{ | |
"children": [], | |
"filepath": "N/A", | |
"duration": 0.0069141387939453125, | |
"module": "N/A", | |
"import_line": "import multiprocessing", | |
"level": 13, | |
"started_at": 207.75198936462402, | |
"finished_at": 207.75890350341797 | |
} | |
], | |
"filepath": "N/A", | |
"duration": 0.2617835998535156, | |
"module": "N/A", | |
"import_line": "import multiprocessing.process", | |
"level": 12, | |
"started_at": 207.49783515930176, | |
"finished_at": 207.75961875915527 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/multiprocessing/context.py", | |
"duration": 0.27370452880859375, | |
"module": "multiprocessing.context", | |
"import_line": "from import process", | |
"level": 11, | |
"started_at": 207.4871063232422, | |
"finished_at": 207.76081085205078 | |
}, | |
{ | |
"children": [], | |
"filepath": "N/A", | |
"duration": 0.00667572021484375, | |
"module": "N/A", | |
"import_line": "import multiprocessing", | |
"level": 11, | |
"started_at": 207.92698860168457, | |
"finished_at": 207.9336643218994 | |
} | |
], | |
"filepath": "N/A", | |
"duration": 0.6351470947265625, | |
"module": "N/A", | |
"import_line": "import multiprocessing.context", | |
"level": 10, | |
"started_at": 207.29923248291016, | |
"finished_at": 207.93437957763672 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/multiprocessing/__init__.py", | |
"duration": 0.6468296051025391, | |
"module": "multiprocessing", | |
"import_line": "from import context", | |
"level": 9, | |
"started_at": 207.2887420654297, | |
"finished_at": 207.93557167053223 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/concurrent/futures/process.py", | |
"duration": 0.84686279296875, | |
"module": "concurrent.futures.process", | |
"import_line": "import multiprocessing", | |
"level": 8, | |
"started_at": 207.1094512939453, | |
"finished_at": 207.95631408691406 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/concurrent/futures/process.py", | |
"duration": 0.0030994415283203125, | |
"module": "concurrent.futures.process", | |
"import_line": "from multiprocessing import SimpleQueue", | |
"level": 8, | |
"started_at": 207.9606056213379, | |
"finished_at": 207.9637050628662 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/multiprocessing/connection.py", | |
"duration": 0.0035762786865234375, | |
"module": "multiprocessing.connection", | |
"import_line": "import io", | |
"level": 9, | |
"started_at": 208.23073387145996, | |
"finished_at": 208.23431015014648 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/multiprocessing/connection.py", | |
"duration": 0.0016689300537109375, | |
"module": "multiprocessing.connection", | |
"import_line": "import os", | |
"level": 9, | |
"started_at": 208.2376480102539, | |
"finished_at": 208.23931694030762 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/multiprocessing/connection.py", | |
"duration": 0.0021457672119140625, | |
"module": "multiprocessing.connection", | |
"import_line": "import sys", | |
"level": 9, | |
"started_at": 208.24146270751953, | |
"finished_at": 208.24360847473145 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/multiprocessing/connection.py", | |
"duration": 0.001430511474609375, | |
"module": "multiprocessing.connection", | |
"import_line": "import socket", | |
"level": 9, | |
"started_at": 208.24623107910156, | |
"finished_at": 208.24766159057617 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/multiprocessing/connection.py", | |
"duration": 0.001430511474609375, | |
"module": "multiprocessing.connection", | |
"import_line": "import struct", | |
"level": 9, | |
"started_at": 208.2498073577881, | |
"finished_at": 208.2512378692627 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/multiprocessing/connection.py", | |
"duration": 0.0011920928955078125, | |
"module": "multiprocessing.connection", | |
"import_line": "import time", | |
"level": 9, | |
"started_at": 208.2531452178955, | |
"finished_at": 208.25433731079102 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/multiprocessing/connection.py", | |
"duration": 0.001430511474609375, | |
"module": "multiprocessing.connection", | |
"import_line": "import tempfile", | |
"level": 9, | |
"started_at": 208.25648307800293, | |
"finished_at": 208.25791358947754 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/multiprocessing/connection.py", | |
"duration": 0.001430511474609375, | |
"module": "multiprocessing.connection", | |
"import_line": "import itertools", | |
"level": 9, | |
"started_at": 208.25982093811035, | |
"finished_at": 208.26125144958496 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/multiprocessing/connection.py", | |
"duration": 0.21076202392578125, | |
"module": "multiprocessing.connection", | |
"import_line": "import _multiprocessing", | |
"level": 9, | |
"started_at": 208.26315879821777, | |
"finished_at": 208.47392082214355 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/multiprocessing/reduction.py", | |
"duration": 0.0035762786865234375, | |
"module": "multiprocessing.reduction", | |
"import_line": "import copyreg", | |
"level": 11, | |
"started_at": 208.61220359802246, | |
"finished_at": 208.61577987670898 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/multiprocessing/reduction.py", | |
"duration": 0.0016689300537109375, | |
"module": "multiprocessing.reduction", | |
"import_line": "import functools", | |
"level": 11, | |
"started_at": 208.6186408996582, | |
"finished_at": 208.6203098297119 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/multiprocessing/reduction.py", | |
"duration": 0.001430511474609375, | |
"module": "multiprocessing.reduction", | |
"import_line": "import io", | |
"level": 11, | |
"started_at": 208.62269401550293, | |
"finished_at": 208.62412452697754 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/multiprocessing/reduction.py", | |
"duration": 0.0011920928955078125, | |
"module": "multiprocessing.reduction", | |
"import_line": "import os", | |
"level": 11, | |
"started_at": 208.62627029418945, | |
"finished_at": 208.62746238708496 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/pickle.py", | |
"duration": 0.0057220458984375, | |
"module": "pickle", | |
"import_line": "from types import FunctionType", | |
"level": 12, | |
"started_at": 208.95838737487793, | |
"finished_at": 208.96410942077637 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/pickle.py", | |
"duration": 0.0026226043701171875, | |
"module": "pickle", | |
"import_line": "from copyreg import dispatch_table", | |
"level": 12, | |
"started_at": 208.9676856994629, | |
"finished_at": 208.970308303833 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/pickle.py", | |
"duration": 0.0021457672119140625, | |
"module": "pickle", | |
"import_line": "from copyreg import _extension_registry, _inverted_registry, _extension_cache", | |
"level": 12, | |
"started_at": 208.97316932678223, | |
"finished_at": 208.97531509399414 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/pickle.py", | |
"duration": 0.0021457672119140625, | |
"module": "pickle", | |
"import_line": "from itertools import islice", | |
"level": 12, | |
"started_at": 208.97841453552246, | |
"finished_at": 208.98056030273438 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/pickle.py", | |
"duration": 0.0019073486328125, | |
"module": "pickle", | |
"import_line": "import sys", | |
"level": 12, | |
"started_at": 208.9829444885254, | |
"finished_at": 208.9848518371582 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/pickle.py", | |
"duration": 0.002384185791015625, | |
"module": "pickle", | |
"import_line": "from sys import maxsize", | |
"level": 12, | |
"started_at": 208.98723602294922, | |
"finished_at": 208.98962020874023 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/pickle.py", | |
"duration": 0.0021457672119140625, | |
"module": "pickle", | |
"import_line": "from struct import pack, unpack", | |
"level": 12, | |
"started_at": 208.99200439453125, | |
"finished_at": 208.99415016174316 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/pickle.py", | |
"duration": 0.001430511474609375, | |
"module": "pickle", | |
"import_line": "import re", | |
"level": 12, | |
"started_at": 208.99677276611328, | |
"finished_at": 208.9982032775879 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/pickle.py", | |
"duration": 0.001430511474609375, | |
"module": "pickle", | |
"import_line": "import io", | |
"level": 12, | |
"started_at": 209.0001106262207, | |
"finished_at": 209.0015411376953 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/pickle.py", | |
"duration": 0.001430511474609375, | |
"module": "pickle", | |
"import_line": "import codecs", | |
"level": 12, | |
"started_at": 209.00368690490723, | |
"finished_at": 209.00511741638184 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/pickle.py", | |
"duration": 0.3275871276855469, | |
"module": "pickle", | |
"import_line": "import _compat_pickle", | |
"level": 12, | |
"started_at": 209.00726318359375, | |
"finished_at": 209.3348503112793 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "N/A", | |
"duration": 0.17380714416503906, | |
"module": "N/A", | |
"import_line": "import org", | |
"level": 14, | |
"started_at": 209.40709114074707, | |
"finished_at": 209.5808982849121 | |
} | |
], | |
"filepath": "N/A", | |
"duration": 0.18644332885742188, | |
"module": "N/A", | |
"import_line": "import org.python", | |
"level": 13, | |
"started_at": 209.3985080718994, | |
"finished_at": 209.58495140075684 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/pickle.py", | |
"duration": 0.20170211791992188, | |
"module": "pickle", | |
"import_line": "from org.python.core import PyStringMap", | |
"level": 12, | |
"started_at": 209.38611030578613, | |
"finished_at": 209.58781242370605 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/importlib/_bootstrap.py", | |
"duration": 0.004291534423828125, | |
"module": "importlib._bootstrap", | |
"import_line": "import copyreg", | |
"level": 13, | |
"started_at": 210.08753776550293, | |
"finished_at": 210.09182929992676 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/importlib/_bootstrap.py", | |
"duration": 0.0016689300537109375, | |
"module": "importlib._bootstrap", | |
"import_line": "import _compat_pickle", | |
"level": 13, | |
"started_at": 210.0968360900879, | |
"finished_at": 210.0985050201416 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/importlib/_bootstrap.py", | |
"duration": 0.0016689300537109375, | |
"module": "importlib._bootstrap", | |
"import_line": "import codecs", | |
"level": 13, | |
"started_at": 210.10255813598633, | |
"finished_at": 210.10422706604004 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/pickle.py", | |
"duration": 0.2892017364501953, | |
"module": "pickle", | |
"import_line": "from _pickle import PickleError, PicklingError, UnpicklingError, Pickler, Unpickler, dump, dumps, load, loads", | |
"level": 12, | |
"started_at": 209.8388671875, | |
"finished_at": 210.1280689239502 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/multiprocessing/reduction.py", | |
"duration": 1.5096664428710938, | |
"module": "multiprocessing.reduction", | |
"import_line": "import pickle", | |
"level": 11, | |
"started_at": 208.62984657287598, | |
"finished_at": 210.13951301574707 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/multiprocessing/reduction.py", | |
"duration": 0.0019073486328125, | |
"module": "multiprocessing.reduction", | |
"import_line": "import socket", | |
"level": 11, | |
"started_at": 210.1430892944336, | |
"finished_at": 210.1449966430664 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/multiprocessing/reduction.py", | |
"duration": 0.0019073486328125, | |
"module": "multiprocessing.reduction", | |
"import_line": "import sys", | |
"level": 11, | |
"started_at": 210.14738082885742, | |
"finished_at": 210.14928817749023 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/multiprocessing/reduction.py", | |
"duration": 0.0026226043701171875, | |
"module": "multiprocessing.reduction", | |
"import_line": "from import context", | |
"level": 11, | |
"started_at": 210.15214920043945, | |
"finished_at": 210.15477180480957 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/multiprocessing/reduction.py", | |
"duration": 0.21696090698242188, | |
"module": "multiprocessing.reduction", | |
"import_line": "import array", | |
"level": 11, | |
"started_at": 210.1757526397705, | |
"finished_at": 210.39271354675293 | |
}, | |
{ | |
"children": [], | |
"filepath": "N/A", | |
"duration": 0.0026226043701171875, | |
"module": "N/A", | |
"import_line": "import multiprocessing", | |
"level": 11, | |
"started_at": 210.42346954345703, | |
"finished_at": 210.42609214782715 | |
} | |
], | |
"filepath": "N/A", | |
"duration": 1.9402503967285156, | |
"module": "N/A", | |
"import_line": "import multiprocessing.reduction", | |
"level": 10, | |
"started_at": 208.48679542541504, | |
"finished_at": 210.42704582214355 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/multiprocessing/connection.py", | |
"duration": 1.9490718841552734, | |
"module": "multiprocessing.connection", | |
"import_line": "from import reduction", | |
"level": 9, | |
"started_at": 208.4791660308838, | |
"finished_at": 210.42823791503906 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/multiprocessing/util.py", | |
"duration": 0.003337860107421875, | |
"module": "multiprocessing.util", | |
"import_line": "import os", | |
"level": 11, | |
"started_at": 210.57772636413574, | |
"finished_at": 210.58106422424316 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/multiprocessing/util.py", | |
"duration": 0.001430511474609375, | |
"module": "multiprocessing.util", | |
"import_line": "import itertools", | |
"level": 11, | |
"started_at": 210.58416366577148, | |
"finished_at": 210.5855941772461 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/multiprocessing/util.py", | |
"duration": 0.001430511474609375, | |
"module": "multiprocessing.util", | |
"import_line": "import weakref", | |
"level": 11, | |
"started_at": 210.5879783630371, | |
"finished_at": 210.58940887451172 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/multiprocessing/util.py", | |
"duration": 0.0011920928955078125, | |
"module": "multiprocessing.util", | |
"import_line": "import atexit", | |
"level": 11, | |
"started_at": 210.59155464172363, | |
"finished_at": 210.59274673461914 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/multiprocessing/util.py", | |
"duration": 0.001430511474609375, | |
"module": "multiprocessing.util", | |
"import_line": "import threading", | |
"level": 11, | |
"started_at": 210.59513092041016, | |
"finished_at": 210.59656143188477 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/multiprocessing/util.py", | |
"duration": 0.0035762786865234375, | |
"module": "multiprocessing.util", | |
"import_line": "from subprocess import _args_from_interpreter_flags", | |
"level": 11, | |
"started_at": 210.59942245483398, | |
"finished_at": 210.6029987335205 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/multiprocessing/util.py", | |
"duration": 0.0026226043701171875, | |
"module": "multiprocessing.util", | |
"import_line": "from import process", | |
"level": 11, | |
"started_at": 210.60562133789062, | |
"finished_at": 210.60824394226074 | |
}, | |
{ | |
"children": [], | |
"filepath": "N/A", | |
"duration": 0.0021457672119140625, | |
"module": "N/A", | |
"import_line": "import multiprocessing", | |
"level": 11, | |
"started_at": 210.67047119140625, | |
"finished_at": 210.67261695861816 | |
} | |
], | |
"filepath": "N/A", | |
"duration": 0.2346038818359375, | |
"module": "N/A", | |
"import_line": "import multiprocessing.util", | |
"level": 10, | |
"started_at": 210.43896675109863, | |
"finished_at": 210.67357063293457 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/multiprocessing/connection.py", | |
"duration": 0.24247169494628906, | |
"module": "multiprocessing.connection", | |
"import_line": "from import util", | |
"level": 9, | |
"started_at": 210.4322910308838, | |
"finished_at": 210.67476272583008 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/multiprocessing/connection.py", | |
"duration": 0.00286102294921875, | |
"module": "multiprocessing.connection", | |
"import_line": "from import AuthenticationError, BufferTooShort", | |
"level": 9, | |
"started_at": 210.6783390045166, | |
"finished_at": 210.68120002746582 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/multiprocessing/connection.py", | |
"duration": 0.00286102294921875, | |
"module": "multiprocessing.connection", | |
"import_line": "from reduction import ForkingPickler", | |
"level": 9, | |
"started_at": 210.68453788757324, | |
"finished_at": 210.68739891052246 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/multiprocessing/connection.py", | |
"duration": 0.1735687255859375, | |
"module": "multiprocessing.connection", | |
"import_line": "import _winapi", | |
"level": 9, | |
"started_at": 210.68978309631348, | |
"finished_at": 210.8633518218994 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/multiprocessing/connection.py", | |
"duration": 0.0035762786865234375, | |
"module": "multiprocessing.connection", | |
"import_line": "import selectors", | |
"level": 9, | |
"started_at": 211.00473403930664, | |
"finished_at": 211.00831031799316 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/concurrent/futures/process.py", | |
"duration": 3.064870834350586, | |
"module": "concurrent.futures.process", | |
"import_line": "from multiprocessing.connection import wait", | |
"level": 8, | |
"started_at": 207.96632766723633, | |
"finished_at": 211.0311985015869 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/concurrent/futures/process.py", | |
"duration": 0.002384185791015625, | |
"module": "concurrent.futures.process", | |
"import_line": "import threading", | |
"level": 8, | |
"started_at": 211.03501319885254, | |
"finished_at": 211.03739738464355 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/concurrent/futures/process.py", | |
"duration": 0.001430511474609375, | |
"module": "concurrent.futures.process", | |
"import_line": "import weakref", | |
"level": 8, | |
"started_at": 211.03978157043457, | |
"finished_at": 211.04121208190918 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/concurrent/futures/process.py", | |
"duration": 0.002384185791015625, | |
"module": "concurrent.futures.process", | |
"import_line": "from functools import partial", | |
"level": 8, | |
"started_at": 211.0440731048584, | |
"finished_at": 211.0464572906494 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/concurrent/futures/process.py", | |
"duration": 0.001430511474609375, | |
"module": "concurrent.futures.process", | |
"import_line": "import itertools", | |
"level": 8, | |
"started_at": 211.04860305786133, | |
"finished_at": 211.05003356933594 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/concurrent/futures/process.py", | |
"duration": 0.001430511474609375, | |
"module": "concurrent.futures.process", | |
"import_line": "import traceback", | |
"level": 8, | |
"started_at": 211.05194091796875, | |
"finished_at": 211.05337142944336 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/concurrent/futures/__init__.py", | |
"duration": 4.52876091003418, | |
"module": "concurrent.futures", | |
"import_line": "from concurrent.futures.process import ProcessPoolExecutor", | |
"level": 7, | |
"started_at": 206.60710334777832, | |
"finished_at": 211.1358642578125 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/concurrent/futures/thread.py", | |
"duration": 0.0030994415283203125, | |
"module": "concurrent.futures.thread", | |
"import_line": "import atexit", | |
"level": 8, | |
"started_at": 211.24935150146484, | |
"finished_at": 211.25245094299316 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/concurrent/futures/thread.py", | |
"duration": 0.007152557373046875, | |
"module": "concurrent.futures.thread", | |
"import_line": "from concurrent.futures import _base", | |
"level": 8, | |
"started_at": 211.25555038452148, | |
"finished_at": 211.26270294189453 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/concurrent/futures/thread.py", | |
"duration": 0.001430511474609375, | |
"module": "concurrent.futures.thread", | |
"import_line": "import queue", | |
"level": 8, | |
"started_at": 211.26532554626465, | |
"finished_at": 211.26675605773926 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/concurrent/futures/thread.py", | |
"duration": 0.001430511474609375, | |
"module": "concurrent.futures.thread", | |
"import_line": "import threading", | |
"level": 8, | |
"started_at": 211.26914024353027, | |
"finished_at": 211.27057075500488 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/concurrent/futures/thread.py", | |
"duration": 0.001430511474609375, | |
"module": "concurrent.futures.thread", | |
"import_line": "import weakref", | |
"level": 8, | |
"started_at": 211.2724781036377, | |
"finished_at": 211.2739086151123 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/concurrent/futures/thread.py", | |
"duration": 0.0011920928955078125, | |
"module": "concurrent.futures.thread", | |
"import_line": "import os", | |
"level": 8, | |
"started_at": 211.27605438232422, | |
"finished_at": 211.27724647521973 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/concurrent/futures/__init__.py", | |
"duration": 0.17333030700683594, | |
"module": "concurrent.futures", | |
"import_line": "from concurrent.futures.thread import ThreadPoolExecutor", | |
"level": 7, | |
"started_at": 211.14087104797363, | |
"finished_at": 211.31420135498047 | |
}, | |
{ | |
"children": [], | |
"filepath": "N/A", | |
"duration": 0.0021457672119140625, | |
"module": "N/A", | |
"import_line": "import concurrent", | |
"level": 7, | |
"started_at": 211.32373809814453, | |
"finished_at": 211.32588386535645 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/base_events.py", | |
"duration": 6.311655044555664, | |
"module": "asyncio.base_events", | |
"import_line": "import concurrent.futures", | |
"level": 6, | |
"started_at": 205.0149440765381, | |
"finished_at": 211.32659912109375 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/base_events.py", | |
"duration": 0.0016689300537109375, | |
"module": "asyncio.base_events", | |
"import_line": "import heapq", | |
"level": 6, | |
"started_at": 211.32898330688477, | |
"finished_at": 211.33065223693848 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/base_events.py", | |
"duration": 0.001430511474609375, | |
"module": "asyncio.base_events", | |
"import_line": "import inspect", | |
"level": 6, | |
"started_at": 211.3327980041504, | |
"finished_at": 211.334228515625 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/base_events.py", | |
"duration": 0.001430511474609375, | |
"module": "asyncio.base_events", | |
"import_line": "import itertools", | |
"level": 6, | |
"started_at": 211.33661270141602, | |
"finished_at": 211.33804321289062 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/base_events.py", | |
"duration": 0.0011920928955078125, | |
"module": "asyncio.base_events", | |
"import_line": "import logging", | |
"level": 6, | |
"started_at": 211.33995056152344, | |
"finished_at": 211.34114265441895 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/base_events.py", | |
"duration": 0.0011920928955078125, | |
"module": "asyncio.base_events", | |
"import_line": "import os", | |
"level": 6, | |
"started_at": 211.34328842163086, | |
"finished_at": 211.34448051452637 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/base_events.py", | |
"duration": 0.001430511474609375, | |
"module": "asyncio.base_events", | |
"import_line": "import socket", | |
"level": 6, | |
"started_at": 211.34638786315918, | |
"finished_at": 211.3478183746338 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/base_events.py", | |
"duration": 0.001430511474609375, | |
"module": "asyncio.base_events", | |
"import_line": "import subprocess", | |
"level": 6, | |
"started_at": 211.3497257232666, | |
"finished_at": 211.3511562347412 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/base_events.py", | |
"duration": 0.001430511474609375, | |
"module": "asyncio.base_events", | |
"import_line": "import threading", | |
"level": 6, | |
"started_at": 211.35306358337402, | |
"finished_at": 211.35449409484863 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/base_events.py", | |
"duration": 0.0011920928955078125, | |
"module": "asyncio.base_events", | |
"import_line": "import time", | |
"level": 6, | |
"started_at": 211.35640144348145, | |
"finished_at": 211.35759353637695 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/base_events.py", | |
"duration": 0.0011920928955078125, | |
"module": "asyncio.base_events", | |
"import_line": "import traceback", | |
"level": 6, | |
"started_at": 211.35973930358887, | |
"finished_at": 211.36093139648438 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/base_events.py", | |
"duration": 0.0016689300537109375, | |
"module": "asyncio.base_events", | |
"import_line": "import sys", | |
"level": 6, | |
"started_at": 211.3628387451172, | |
"finished_at": 211.3645076751709 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/base_events.py", | |
"duration": 0.001430511474609375, | |
"module": "asyncio.base_events", | |
"import_line": "import warnings", | |
"level": 6, | |
"started_at": 211.3666534423828, | |
"finished_at": 211.36808395385742 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/compat.py", | |
"duration": 0.00476837158203125, | |
"module": "asyncio.compat", | |
"import_line": "import sys", | |
"level": 8, | |
"started_at": 211.46464347839355, | |
"finished_at": 211.4694118499756 | |
}, | |
{ | |
"children": [], | |
"filepath": "N/A", | |
"duration": 0.0054836273193359375, | |
"module": "N/A", | |
"import_line": "import asyncio", | |
"level": 8, | |
"started_at": 211.48252487182617, | |
"finished_at": 211.4880084991455 | |
} | |
], | |
"filepath": "N/A", | |
"duration": 0.10824203491210938, | |
"module": "N/A", | |
"import_line": "import asyncio.compat", | |
"level": 7, | |
"started_at": 211.3804817199707, | |
"finished_at": 211.4887237548828 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/base_events.py", | |
"duration": 0.11849403381347656, | |
"module": "asyncio.base_events", | |
"import_line": "from import compat", | |
"level": 6, | |
"started_at": 211.37142181396484, | |
"finished_at": 211.48991584777832 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/coroutines.py", | |
"duration": 0.00286102294921875, | |
"module": "asyncio.coroutines", | |
"import_line": "import functools", | |
"level": 8, | |
"started_at": 211.625337600708, | |
"finished_at": 211.62819862365723 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/coroutines.py", | |
"duration": 0.001430511474609375, | |
"module": "asyncio.coroutines", | |
"import_line": "import inspect", | |
"level": 8, | |
"started_at": 211.63105964660645, | |
"finished_at": 211.63249015808105 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/coroutines.py", | |
"duration": 0.0016689300537109375, | |
"module": "asyncio.coroutines", | |
"import_line": "import opcode", | |
"level": 8, | |
"started_at": 211.63463592529297, | |
"finished_at": 211.63630485534668 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/coroutines.py", | |
"duration": 0.0011920928955078125, | |
"module": "asyncio.coroutines", | |
"import_line": "import os", | |
"level": 8, | |
"started_at": 211.6386890411377, | |
"finished_at": 211.6398811340332 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/coroutines.py", | |
"duration": 0.0019073486328125, | |
"module": "asyncio.coroutines", | |
"import_line": "import sys", | |
"level": 8, | |
"started_at": 211.64202690124512, | |
"finished_at": 211.64393424987793 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/coroutines.py", | |
"duration": 0.001430511474609375, | |
"module": "asyncio.coroutines", | |
"import_line": "import traceback", | |
"level": 8, | |
"started_at": 211.64608001708984, | |
"finished_at": 211.64751052856445 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/coroutines.py", | |
"duration": 0.001430511474609375, | |
"module": "asyncio.coroutines", | |
"import_line": "import types", | |
"level": 8, | |
"started_at": 211.65108680725098, | |
"finished_at": 211.6525173187256 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/coroutines.py", | |
"duration": 0.007152557373046875, | |
"module": "asyncio.coroutines", | |
"import_line": "from import compat", | |
"level": 8, | |
"started_at": 211.6551399230957, | |
"finished_at": 211.66229248046875 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/events.py", | |
"duration": 0.003337860107421875, | |
"module": "asyncio.events", | |
"import_line": "import functools", | |
"level": 10, | |
"started_at": 211.86542510986328, | |
"finished_at": 211.8687629699707 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/events.py", | |
"duration": 0.0016689300537109375, | |
"module": "asyncio.events", | |
"import_line": "import inspect", | |
"level": 10, | |
"started_at": 211.87186241149902, | |
"finished_at": 211.87353134155273 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/events.py", | |
"duration": 0.0016689300537109375, | |
"module": "asyncio.events", | |
"import_line": "import reprlib", | |
"level": 10, | |
"started_at": 211.87567710876465, | |
"finished_at": 211.87734603881836 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/events.py", | |
"duration": 0.0011920928955078125, | |
"module": "asyncio.events", | |
"import_line": "import socket", | |
"level": 10, | |
"started_at": 211.87973022460938, | |
"finished_at": 211.88092231750488 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/events.py", | |
"duration": 0.001430511474609375, | |
"module": "asyncio.events", | |
"import_line": "import subprocess", | |
"level": 10, | |
"started_at": 211.8842601776123, | |
"finished_at": 211.8856906890869 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/events.py", | |
"duration": 0.0019073486328125, | |
"module": "asyncio.events", | |
"import_line": "import sys", | |
"level": 10, | |
"started_at": 211.88783645629883, | |
"finished_at": 211.88974380493164 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/events.py", | |
"duration": 0.0011920928955078125, | |
"module": "asyncio.events", | |
"import_line": "import threading", | |
"level": 10, | |
"started_at": 211.89212799072266, | |
"finished_at": 211.89332008361816 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/events.py", | |
"duration": 0.0011920928955078125, | |
"module": "asyncio.events", | |
"import_line": "import traceback", | |
"level": 10, | |
"started_at": 211.89522743225098, | |
"finished_at": 211.89641952514648 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/events.py", | |
"duration": 0.007152557373046875, | |
"module": "asyncio.events", | |
"import_line": "from asyncio import compat", | |
"level": 10, | |
"started_at": 211.8990421295166, | |
"finished_at": 211.90619468688965 | |
}, | |
{ | |
"children": [], | |
"filepath": "N/A", | |
"duration": 0.007152557373046875, | |
"module": "N/A", | |
"import_line": "import asyncio", | |
"level": 10, | |
"started_at": 212.07499504089355, | |
"finished_at": 212.0821475982666 | |
} | |
], | |
"filepath": "N/A", | |
"duration": 0.4100799560546875, | |
"module": "N/A", | |
"import_line": "import asyncio.events", | |
"level": 9, | |
"started_at": 211.67302131652832, | |
"finished_at": 212.083101272583 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/coroutines.py", | |
"duration": 0.41961669921875, | |
"module": "asyncio.coroutines", | |
"import_line": "from import events", | |
"level": 8, | |
"started_at": 211.66491508483887, | |
"finished_at": 212.08453178405762 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [ | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "N/A", | |
"duration": 0.0021457672119140625, | |
"module": "N/A", | |
"import_line": "import concurrent", | |
"level": 11, | |
"started_at": 212.2483253479004, | |
"finished_at": 212.2504711151123 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/futures.py", | |
"duration": 0.008106231689453125, | |
"module": "asyncio.futures", | |
"import_line": "import concurrent.futures._base", | |
"level": 10, | |
"started_at": 212.24331855773926, | |
"finished_at": 212.2514247894287 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/futures.py", | |
"duration": 0.0016689300537109375, | |
"module": "asyncio.futures", | |
"import_line": "import logging", | |
"level": 10, | |
"started_at": 212.25380897521973, | |
"finished_at": 212.25547790527344 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/futures.py", | |
"duration": 0.001430511474609375, | |
"module": "asyncio.futures", | |
"import_line": "import reprlib", | |
"level": 10, | |
"started_at": 212.25762367248535, | |
"finished_at": 212.25905418395996 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/futures.py", | |
"duration": 0.0019073486328125, | |
"module": "asyncio.futures", | |
"import_line": "import sys", | |
"level": 10, | |
"started_at": 212.26143836975098, | |
"finished_at": 212.2633457183838 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/futures.py", | |
"duration": 0.0016689300537109375, | |
"module": "asyncio.futures", | |
"import_line": "import traceback", | |
"level": 10, | |
"started_at": 212.2654914855957, | |
"finished_at": 212.2671604156494 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/futures.py", | |
"duration": 0.0069141387939453125, | |
"module": "asyncio.futures", | |
"import_line": "from import compat", | |
"level": 10, | |
"started_at": 212.26978302001953, | |
"finished_at": 212.27669715881348 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/futures.py", | |
"duration": 0.004291534423828125, | |
"module": "asyncio.futures", | |
"import_line": "from import events", | |
"level": 10, | |
"started_at": 212.2793197631836, | |
"finished_at": 212.28361129760742 | |
}, | |
{ | |
"children": [], | |
"filepath": "N/A", | |
"duration": 0.0057220458984375, | |
"module": "N/A", | |
"import_line": "import asyncio", | |
"level": 10, | |
"started_at": 212.3410701751709, | |
"finished_at": 212.34679222106934 | |
} | |
], | |
"filepath": "N/A", | |
"duration": 0.24843215942382812, | |
"module": "N/A", | |
"import_line": "import asyncio.futures", | |
"level": 9, | |
"started_at": 212.0990753173828, | |
"finished_at": 212.34750747680664 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/coroutines.py", | |
"duration": 0.2598762512207031, | |
"module": "asyncio.coroutines", | |
"import_line": "from import futures", | |
"level": 8, | |
"started_at": 212.08882331848145, | |
"finished_at": 212.34869956970215 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/log.py", | |
"duration": 0.0026226043701171875, | |
"module": "asyncio.log", | |
"import_line": "import logging", | |
"level": 9, | |
"started_at": 212.43786811828613, | |
"finished_at": 212.44049072265625 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/coroutines.py", | |
"duration": 0.10633468627929688, | |
"module": "asyncio.coroutines", | |
"import_line": "from log import logger", | |
"level": 8, | |
"started_at": 212.35203742980957, | |
"finished_at": 212.45837211608887 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/coroutines.py", | |
"duration": 0.003337860107421875, | |
"module": "asyncio.coroutines", | |
"import_line": "from collections.abc import Coroutine, Awaitable", | |
"level": 8, | |
"started_at": 212.47196197509766, | |
"finished_at": 212.47529983520508 | |
}, | |
{ | |
"children": [], | |
"filepath": "N/A", | |
"duration": 0.0057220458984375, | |
"module": "N/A", | |
"import_line": "import asyncio", | |
"level": 8, | |
"started_at": 212.5248908996582, | |
"finished_at": 212.53061294555664 | |
} | |
], | |
"filepath": "N/A", | |
"duration": 1.02996826171875, | |
"module": "N/A", | |
"import_line": "import asyncio.coroutines", | |
"level": 7, | |
"started_at": 211.5013599395752, | |
"finished_at": 212.53132820129395 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/base_events.py", | |
"duration": 1.039266586303711, | |
"module": "asyncio.base_events", | |
"import_line": "from import coroutines", | |
"level": 6, | |
"started_at": 211.49325370788574, | |
"finished_at": 212.53252029418945 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/base_events.py", | |
"duration": 0.0054836273193359375, | |
"module": "asyncio.base_events", | |
"import_line": "from import events", | |
"level": 6, | |
"started_at": 212.53609657287598, | |
"finished_at": 212.5415802001953 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/base_events.py", | |
"duration": 0.0040531158447265625, | |
"module": "asyncio.base_events", | |
"import_line": "from import futures", | |
"level": 6, | |
"started_at": 212.54420280456543, | |
"finished_at": 212.54825592041016 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [ | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "N/A", | |
"duration": 0.0021457672119140625, | |
"module": "N/A", | |
"import_line": "import concurrent", | |
"level": 9, | |
"started_at": 212.71872520446777, | |
"finished_at": 212.7208709716797 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/tasks.py", | |
"duration": 0.00762939453125, | |
"module": "asyncio.tasks", | |
"import_line": "import concurrent.futures", | |
"level": 8, | |
"started_at": 212.71419525146484, | |
"finished_at": 212.7218246459961 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/tasks.py", | |
"duration": 0.001430511474609375, | |
"module": "asyncio.tasks", | |
"import_line": "import functools", | |
"level": 8, | |
"started_at": 212.7242088317871, | |
"finished_at": 212.72563934326172 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/tasks.py", | |
"duration": 0.0011920928955078125, | |
"module": "asyncio.tasks", | |
"import_line": "import inspect", | |
"level": 8, | |
"started_at": 212.72778511047363, | |
"finished_at": 212.72897720336914 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/tasks.py", | |
"duration": 0.0016689300537109375, | |
"module": "asyncio.tasks", | |
"import_line": "import linecache", | |
"level": 8, | |
"started_at": 212.73136138916016, | |
"finished_at": 212.73303031921387 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/tasks.py", | |
"duration": 0.0011920928955078125, | |
"module": "asyncio.tasks", | |
"import_line": "import traceback", | |
"level": 8, | |
"started_at": 212.73517608642578, | |
"finished_at": 212.7363681793213 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/tasks.py", | |
"duration": 0.0011920928955078125, | |
"module": "asyncio.tasks", | |
"import_line": "import warnings", | |
"level": 8, | |
"started_at": 212.7385139465332, | |
"finished_at": 212.7397060394287 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/tasks.py", | |
"duration": 0.0011920928955078125, | |
"module": "asyncio.tasks", | |
"import_line": "import weakref", | |
"level": 8, | |
"started_at": 212.74161338806152, | |
"finished_at": 212.74280548095703 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/tasks.py", | |
"duration": 0.00667572021484375, | |
"module": "asyncio.tasks", | |
"import_line": "from import compat", | |
"level": 8, | |
"started_at": 212.74542808532715, | |
"finished_at": 212.752103805542 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/tasks.py", | |
"duration": 0.0045299530029296875, | |
"module": "asyncio.tasks", | |
"import_line": "from import coroutines", | |
"level": 8, | |
"started_at": 212.7547264099121, | |
"finished_at": 212.75925636291504 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/tasks.py", | |
"duration": 0.003814697265625, | |
"module": "asyncio.tasks", | |
"import_line": "from import events", | |
"level": 8, | |
"started_at": 212.76187896728516, | |
"finished_at": 212.76569366455078 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/tasks.py", | |
"duration": 0.0040531158447265625, | |
"module": "asyncio.tasks", | |
"import_line": "from import futures", | |
"level": 8, | |
"started_at": 212.7680778503418, | |
"finished_at": 212.77213096618652 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/tasks.py", | |
"duration": 0.003337860107421875, | |
"module": "asyncio.tasks", | |
"import_line": "from coroutines import coroutine", | |
"level": 8, | |
"started_at": 212.77427673339844, | |
"finished_at": 212.77761459350586 | |
}, | |
{ | |
"children": [], | |
"filepath": "N/A", | |
"duration": 0.0054836273193359375, | |
"module": "N/A", | |
"import_line": "import asyncio", | |
"level": 8, | |
"started_at": 212.85104751586914, | |
"finished_at": 212.85653114318848 | |
} | |
], | |
"filepath": "N/A", | |
"duration": 0.2994537353515625, | |
"module": "N/A", | |
"import_line": "import asyncio.tasks", | |
"level": 7, | |
"started_at": 212.55779266357422, | |
"finished_at": 212.85724639892578 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/base_events.py", | |
"duration": 0.3077983856201172, | |
"module": "asyncio.base_events", | |
"import_line": "from import tasks", | |
"level": 6, | |
"started_at": 212.55064010620117, | |
"finished_at": 212.8584384918213 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/base_events.py", | |
"duration": 0.0035762786865234375, | |
"module": "asyncio.base_events", | |
"import_line": "from coroutines import coroutine", | |
"level": 6, | |
"started_at": 212.8617763519287, | |
"finished_at": 212.86535263061523 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/base_events.py", | |
"duration": 0.003814697265625, | |
"module": "asyncio.base_events", | |
"import_line": "from log import logger", | |
"level": 6, | |
"started_at": 212.86797523498535, | |
"finished_at": 212.87178993225098 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/__init__.py", | |
"duration": 8.259296417236328, | |
"module": "asyncio", | |
"import_line": "from base_events import *", | |
"level": 5, | |
"started_at": 204.7119140625, | |
"finished_at": 212.97121047973633 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/__init__.py", | |
"duration": 0.0035762786865234375, | |
"module": "asyncio", | |
"import_line": "from coroutines import *", | |
"level": 5, | |
"started_at": 212.97597885131836, | |
"finished_at": 212.97955513000488 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/__init__.py", | |
"duration": 0.002384185791015625, | |
"module": "asyncio", | |
"import_line": "from events import *", | |
"level": 5, | |
"started_at": 212.9833698272705, | |
"finished_at": 212.98575401306152 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/__init__.py", | |
"duration": 0.0021457672119140625, | |
"module": "asyncio", | |
"import_line": "from futures import *", | |
"level": 5, | |
"started_at": 212.98980712890625, | |
"finished_at": 212.99195289611816 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/locks.py", | |
"duration": 0.0030994415283203125, | |
"module": "asyncio.locks", | |
"import_line": "import collections", | |
"level": 6, | |
"started_at": 213.134765625, | |
"finished_at": 213.13786506652832 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/locks.py", | |
"duration": 0.0073909759521484375, | |
"module": "asyncio.locks", | |
"import_line": "from import compat", | |
"level": 6, | |
"started_at": 213.14120292663574, | |
"finished_at": 213.1485939025879 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/locks.py", | |
"duration": 0.00476837158203125, | |
"module": "asyncio.locks", | |
"import_line": "from import events", | |
"level": 6, | |
"started_at": 213.1514549255371, | |
"finished_at": 213.15622329711914 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/locks.py", | |
"duration": 0.0040531158447265625, | |
"module": "asyncio.locks", | |
"import_line": "from import futures", | |
"level": 6, | |
"started_at": 213.15908432006836, | |
"finished_at": 213.1631374359131 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/locks.py", | |
"duration": 0.003337860107421875, | |
"module": "asyncio.locks", | |
"import_line": "from coroutines import coroutine", | |
"level": 6, | |
"started_at": 213.1655216217041, | |
"finished_at": 213.16885948181152 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/__init__.py", | |
"duration": 0.3769397735595703, | |
"module": "asyncio", | |
"import_line": "from locks import *", | |
"level": 5, | |
"started_at": 212.99481391906738, | |
"finished_at": 213.37175369262695 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/__init__.py", | |
"duration": 0.15401840209960938, | |
"module": "asyncio", | |
"import_line": "from protocols import *", | |
"level": 5, | |
"started_at": 213.3791446685791, | |
"finished_at": 213.5331630706787 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/queues.py", | |
"duration": 0.0035762786865234375, | |
"module": "asyncio.queues", | |
"import_line": "import collections", | |
"level": 6, | |
"started_at": 213.65857124328613, | |
"finished_at": 213.66214752197266 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/queues.py", | |
"duration": 0.0016689300537109375, | |
"module": "asyncio.queues", | |
"import_line": "import heapq", | |
"level": 6, | |
"started_at": 213.66500854492188, | |
"finished_at": 213.6666774749756 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/queues.py", | |
"duration": 0.007152557373046875, | |
"module": "asyncio.queues", | |
"import_line": "from import compat", | |
"level": 6, | |
"started_at": 213.6704921722412, | |
"finished_at": 213.67764472961426 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/queues.py", | |
"duration": 0.0045299530029296875, | |
"module": "asyncio.queues", | |
"import_line": "from import events", | |
"level": 6, | |
"started_at": 213.68098258972168, | |
"finished_at": 213.6855125427246 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/queues.py", | |
"duration": 0.0040531158447265625, | |
"module": "asyncio.queues", | |
"import_line": "from import futures", | |
"level": 6, | |
"started_at": 213.68813514709473, | |
"finished_at": 213.69218826293945 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/queues.py", | |
"duration": 0.003814697265625, | |
"module": "asyncio.queues", | |
"import_line": "from import locks", | |
"level": 6, | |
"started_at": 213.69481086730957, | |
"finished_at": 213.6986255645752 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/queues.py", | |
"duration": 0.0030994415283203125, | |
"module": "asyncio.queues", | |
"import_line": "from coroutines import coroutine", | |
"level": 6, | |
"started_at": 213.7010097503662, | |
"finished_at": 213.70410919189453 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/__init__.py", | |
"duration": 0.24509429931640625, | |
"module": "asyncio", | |
"import_line": "from queues import *", | |
"level": 5, | |
"started_at": 213.53888511657715, | |
"finished_at": 213.78397941589355 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/streams.py", | |
"duration": 0.003337860107421875, | |
"module": "asyncio.streams", | |
"import_line": "import socket", | |
"level": 6, | |
"started_at": 213.9413356781006, | |
"finished_at": 213.944673538208 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/streams.py", | |
"duration": 0.007152557373046875, | |
"module": "asyncio.streams", | |
"import_line": "from import coroutines", | |
"level": 6, | |
"started_at": 213.94968032836914, | |
"finished_at": 213.9568328857422 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/streams.py", | |
"duration": 0.0045299530029296875, | |
"module": "asyncio.streams", | |
"import_line": "from import compat", | |
"level": 6, | |
"started_at": 213.9599323272705, | |
"finished_at": 213.96446228027344 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/streams.py", | |
"duration": 0.0040531158447265625, | |
"module": "asyncio.streams", | |
"import_line": "from import events", | |
"level": 6, | |
"started_at": 213.96732330322266, | |
"finished_at": 213.97137641906738 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/streams.py", | |
"duration": 0.003814697265625, | |
"module": "asyncio.streams", | |
"import_line": "from import futures", | |
"level": 6, | |
"started_at": 213.9737606048584, | |
"finished_at": 213.97757530212402 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/streams.py", | |
"duration": 0.003814697265625, | |
"module": "asyncio.streams", | |
"import_line": "from import protocols", | |
"level": 6, | |
"started_at": 213.97995948791504, | |
"finished_at": 213.98377418518066 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/streams.py", | |
"duration": 0.003337860107421875, | |
"module": "asyncio.streams", | |
"import_line": "from coroutines import coroutine", | |
"level": 6, | |
"started_at": 213.9871120452881, | |
"finished_at": 213.9904499053955 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/streams.py", | |
"duration": 0.002384185791015625, | |
"module": "asyncio.streams", | |
"import_line": "from log import logger", | |
"level": 6, | |
"started_at": 213.99307250976562, | |
"finished_at": 213.99545669555664 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/__init__.py", | |
"duration": 0.34236907958984375, | |
"module": "asyncio", | |
"import_line": "from streams import *", | |
"level": 5, | |
"started_at": 213.7889862060547, | |
"finished_at": 214.13135528564453 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/subprocess.py", | |
"duration": 0.003337860107421875, | |
"module": "asyncio.subprocess", | |
"import_line": "import subprocess", | |
"level": 6, | |
"started_at": 214.25986289978027, | |
"finished_at": 214.2632007598877 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/subprocess.py", | |
"duration": 0.007152557373046875, | |
"module": "asyncio.subprocess", | |
"import_line": "from import events", | |
"level": 6, | |
"started_at": 214.26653861999512, | |
"finished_at": 214.27369117736816 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/subprocess.py", | |
"duration": 0.0045299530029296875, | |
"module": "asyncio.subprocess", | |
"import_line": "from import protocols", | |
"level": 6, | |
"started_at": 214.27631378173828, | |
"finished_at": 214.2808437347412 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/subprocess.py", | |
"duration": 0.0040531158447265625, | |
"module": "asyncio.subprocess", | |
"import_line": "from import streams", | |
"level": 6, | |
"started_at": 214.28370475769043, | |
"finished_at": 214.28775787353516 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/subprocess.py", | |
"duration": 0.003814697265625, | |
"module": "asyncio.subprocess", | |
"import_line": "from import tasks", | |
"level": 6, | |
"started_at": 214.29014205932617, | |
"finished_at": 214.2939567565918 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/subprocess.py", | |
"duration": 0.0030994415283203125, | |
"module": "asyncio.subprocess", | |
"import_line": "from coroutines import coroutine", | |
"level": 6, | |
"started_at": 214.2963409423828, | |
"finished_at": 214.29944038391113 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/subprocess.py", | |
"duration": 0.002384185791015625, | |
"module": "asyncio.subprocess", | |
"import_line": "from log import logger", | |
"level": 6, | |
"started_at": 214.30182456970215, | |
"finished_at": 214.30420875549316 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/__init__.py", | |
"duration": 0.24747848510742188, | |
"module": "asyncio", | |
"import_line": "from subprocess import *", | |
"level": 5, | |
"started_at": 214.13683891296387, | |
"finished_at": 214.3843173980713 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/__init__.py", | |
"duration": 0.0035762786865234375, | |
"module": "asyncio", | |
"import_line": "from tasks import *", | |
"level": 5, | |
"started_at": 214.38908576965332, | |
"finished_at": 214.39266204833984 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/transports.py", | |
"duration": 0.009298324584960938, | |
"module": "asyncio.transports", | |
"import_line": "from asyncio import compat", | |
"level": 6, | |
"started_at": 214.57147598266602, | |
"finished_at": 214.58077430725098 | |
} | |
], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/__init__.py", | |
"duration": 0.27871131896972656, | |
"module": "asyncio", | |
"import_line": "from transports import *", | |
"level": 5, | |
"started_at": 214.39695358276367, | |
"finished_at": 214.6756649017334 | |
}, | |
{ | |
"children": [ | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/unix_events.py", | |
"duration": 0.003814697265625, | |
"module": "asyncio.unix_events", | |
"import_line": "import errno", | |
"level": 6, | |
"started_at": 214.9045467376709, | |
"finished_at": 214.90836143493652 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/unix_events.py", | |
"duration": 0.001430511474609375, | |
"module": "asyncio.unix_events", | |
"import_line": "import os", | |
"level": 6, | |
"started_at": 214.91146087646484, | |
"finished_at": 214.91289138793945 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/unix_events.py", | |
"duration": 0.001430511474609375, | |
"module": "asyncio.unix_events", | |
"import_line": "import signal", | |
"level": 6, | |
"started_at": 214.91527557373047, | |
"finished_at": 214.91670608520508 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/unix_events.py", | |
"duration": 0.0011920928955078125, | |
"module": "asyncio.unix_events", | |
"import_line": "import socket", | |
"level": 6, | |
"started_at": 214.9186134338379, | |
"finished_at": 214.9198055267334 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/unix_events.py", | |
"duration": 0.001430511474609375, | |
"module": "asyncio.unix_events", | |
"import_line": "import stat", | |
"level": 6, | |
"started_at": 214.92242813110352, | |
"finished_at": 214.92385864257812 | |
}, | |
{ | |
"children": [], | |
"filepath": "/home/scopatz/miniconda3/lib/python3.5/asyncio/unix_events.py", | |
"duration": 0.001430511474609375, | |
"module": "asyncio.unix_events", | |
"import_line": "import subprocess", | |
"level": 6, | |
"started_at": 214.92576599121094, | |
"finished_at": 214.92719650268555 | |
}, | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment