diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-01-21 05:35:28 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-01-21 05:35:28 +0900 |
| commit | b72dc43bc3e361094c34fa94cbb7033f5083887e (patch) | |
| tree | 140335f9ddcf868c4cac29828d85faa2a83b8bb5 | |
| parent | 8e59ff98b5aa1637ed4f47d283b9d7844d0a1b06 (diff) | |
internal/pkg: report dependency graph size
This is an interesting value to know when profiling.
Signed-off-by: Ophestra <cat@gensokyo.uk>
| -rw-r--r-- | internal/pkg/pkg.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/pkg/pkg.go b/internal/pkg/pkg.go index 738eb5c0..c8e36996 100644 --- a/internal/pkg/pkg.go +++ b/internal/pkg/pkg.go @@ -1111,6 +1111,7 @@ func (c *Cache) Cure(a Artifact) ( } n++ } + c.msg.Verbosef("visited %d artifacts", n) } return c.cure(a) |
