vmprof-server
vmprof-server copied to clipboard
Should we archive the repo? It has not been updated for a few years and is showing bitrot. In particular, the version of django used needs an update. I think...
Currently you need to click through a node in order to see percent time info. It's tedious, especially considering that relative time isn't represented by segment sizes (#2). E.g. below,...
Consider following screenie:  Weight of "update" and "chunked" relative to each other is represented correctly by block width. Weight "update" relative to parent is represented wrong, stats show 19%,...
Using a local vmprof-server instance, JIT traces can't be displayed any more after using the server for a while. At that point, all API calls (e.g. to `"GET /api/jit/meta/7a53594c-f12b-439f-b5b2-62a6c63e1cef/ HTTP/1.1"`)...
URL : [vmprof report](https://vmprof.com/#/db0afa94-92b5-4d64-9e62-074bf2e371fa?id=1,0,0,1,0,0,0,1,1,0,0,2,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,1,0&view=flamesl) When I click on the the function_name (underlined on the screenshot), the user id is missing on the target url, and it shows an empty page....
Chrome complains about the something that js tries to do:  Sample profile: http://vmprof.com/#/04175aa1-72a7-49de-bd93-894cf04f95c9/traces
# Intro and motivation As already noted here https://github.com/vmprof/vmprof-python/pull/90#issuecomment-235638002, we have implemented our own vmprof server, for the following reasons: - At that time, vmprof-server was very slow on large...
We need a better way to navigate between bridges: when we look at a list of operations, the guards with bridges attached should be marked (and stand out, with a...
http://vmprof.com/static/images/loader.gif is too easily missed when we click somewhere in the page, and it's the only feedback that we actually clicked and have to wait. Worse, it might be completely...
So two separate points: - disable those completely for CPython - actually make them reported in PyPy to some extent