Cédric St-Jean
Cédric St-Jean
It looks good, thank you for that work! I do think we could rebuild everything, but as you said > there's a lot of functionality in this package and a...
Thank you for looking into it. I thought that I had gotten rid of the ClobberingReload dependency, but it looks like it's still around...
Adding graph support would be cool! I'm not very familiar with the graph ecosystem in Julia. Could you point me out to a visualization example similar to what you're thinking...
> With regards to the dep: why don't I develop this in a PR to TraceCalls, and then we'll see whether it should end up living here, or in a...
Is there any way to plot a directed graph with arrows? My traces are trees because of the arguments, but without the arguments, mutually-recursive functions will form a graph with...
> Do you think the vertices should be methods rather than functions? That depends on the use case for this functionality. Do you have anything specific in mind? If it's...
> That's right, the idea is to make it easier for people to get an overview of a code base, but also to help a more visual approach to profiling,...
Looks very nice with this layout👍. I agree, it gives a better overview of the code base. I wonder what we could do about shared sub trees (when a deep...
This is mostly done, but I want to do something better about errors when reloading a saved benchmark. I'd like to remove them and warn, which is the best I...
No, not at the moment, but I've thought about implementing map(function, Trace1, Trace2). For your use case, you can perhaps check out and adapt the definition of compare-past-trace. On Wednesday,...