Jonas Haag

Results 799 comments of Jonas Haag

Have you had a look at the code? I haven't put in the effort of making our server open source yet; I expected your "complexity of integration assessment" first. But...

Cool, we are through with the internal open source process, I'll release the source by the end of the week.

Here we go! https://github.com/blue-yonder/vmprof-viewer-client https://github.com/blue-yonder/vmprof-viewer-server

Awesome! I'm happy to assist. License is MIT, yes. The features that are most important for us are memory profiles with good stack traces and higher-performance profile storage (not in...

What's the current state of this? Is there anything I can do to help get the merge done?

OK, let me know if when should help out.

Create a file `vmprof_viewer/wsgi.py` with the following contents ``` """ WSGI config for myproject project. It exposes the WSGI callable as a module-level variable named ``application``. For more information on...

IIRC: `mem`: List of `[ip, mem bytes]` (see https://github.com/blue-yonder/vmprof-viewer-client/blob/master/vmprof_viewer_client/protocol.py#L34) `addr_name_map`: Dict of `ip -> string name of function` (see https://github.com/blue-yonder/vmprof-viewer-client/blob/master/vmprof_viewer_client/protocol.py#L40)

Cool! We can leave out the function profiling stuff and grouping for now. Function profiling is something that can also live in a separate project; it's a mere convenience wrapper.

Hi guys, if you have any questions, I'm happy to help. Flamegraph: Not sure what you mean. The memory graph should be pretty obvious. @Corni most of the differences between...