Commit Graph

7 Commits

Author SHA1 Message Date
Dan Kortschak
8f6a7707f4 graph/internal/ordered: replace slice sort types with sort.Slice calls 2021-10-14 07:01:58 +10:30
Dan Kortschak
af39aebcaa all: replace uses of deprecated ioutil functions 2021-08-17 20:06:07 +09:30
Dan Kortschak
2e4a844bae graph/flow: improve consistency of coverage reports 2021-03-25 07:59:22 +10:30
Dan Kortschak
36293e6f62 graph/flow: skip rather than erroring when there is no benchmark data 2020-10-08 18:26:38 +10:30
Dan Kortschak
2bf857dc70 graph: use iterators directly rather than copying into []graph.Node
There are still uses in test code; these can remain since they simplify
that code.
2020-07-02 07:47:46 +09:30
Dan Kortschak
f5dc855938 graph/flow: avoid non-rune to string conversion 2020-05-17 14:56:55 +09:30
Dan Kortschak
60a68a3a7f graph/flow: new package for (control) flow analysis
This is broken out from path to make room for the additional control
flow analysis routines that are currently being worked on.
2019-03-12 12:50:28 +10:30