clj-async-profiler icon indicating copy to clipboard operation
clj-async-profiler copied to clipboard

Is it possible to generate a diffgraph from the UI and from different runs?

Open cleeland opened this issue 1 year ago • 1 comments

The documentation for diffgraph describes a means for generating a diffgraph using the repl and seemingly only between runs from the same process. Is it possible to generate them somehow from the UI and across different runs?

I'm assuming that it's NOT possible as code is currently written, otherwise you'd describe it. I think the question I'm really asking is whether there is something that fundamentally prevents such a diff, e.g., the data from two runs lacks sufficient context to properly diff them, or whether it's simply that nobody's done the plumbing to set it up yet.

cleeland avatar May 14 '24 17:05 cleeland

You can pass two txt files to generate-diffgraph. I'll take a look at the documentation once I'm near the keyboard.

alexander-yakushev avatar May 14 '24 17:05 alexander-yakushev

You can now create diffgraphs from the web UI in 1.4.0, including between the profiles taken in different runs.

alexander-yakushev avatar Nov 14 '24 09:11 alexander-yakushev