You are viewing a single comment's thread from:
RE: Tracing and visualizing a large build
Plotting as an adjacency diagraph doesn't work so well at scale, unsurprisingly, because there's so much white space. Most files are only accessed by a few files, most processes only access a few files. The exceptions stand out but not much else (if you zoom in you can see the some diagonal lines where my sort order matched time order.)