[libcxx-commits] [PATCH] D99124: [libc++] Simpler Python script for generating a graph of libc++'s header dependencies

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Mar 23 10:17:36 PDT 2021


Quuxplusone updated this revision to Diff 332710.
Quuxplusone added a comment.

Add `--show-cumulative-line-counts --show-individual-line-counts` options (which can be combined).

  ./graph_header_deps.py --show-cumulative-line-counts --show-individual-line-counts --show-config-headers | dot -Tpdf > x.pdf


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D99124/new/

https://reviews.llvm.org/D99124

Files:
  libcxx/utils/graph_header_deps.py
  libcxx/utils/libcxx/graph.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99124.332710.patch
Type: text/x-patch
Size: 23359 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210323/139e55a8/attachment-0001.bin>


More information about the libcxx-commits mailing list