search for: e0d96d3f

Displaying 1 result from an estimated 1 matches for "e0d96d3f".

2016 Apr 21
3
[RFC] Using D3 in LNT?
Hi, I've been working on further improving the perf profile view in LNT that James added recently. I've got a series of patches ready that reconstruct the control flow graph from the perf profiles, which helps a lot in quickly finding the codegen differences that cause performance deltas. I've used the D3 javascript library (https://d3js.org/) to implement the visualization. My