diff options
| author | Paul Buetow <paul@buetow.org> | 2025-04-11 00:13:58 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-04-11 00:13:58 +0300 |
| commit | 892f339a4758ea3837b845a003d5dbad6a98209e (patch) | |
| tree | 03111c336ce0d65a8e99f4b62ce686eb63ef8045 | |
| parent | 4f6a8fdb367c5ff6e109174af9af5a66f3ac99a9 (diff) | |
done
| -rw-r--r-- | internal/flamegraph/collapsed.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/flamegraph/collapsed.go b/internal/flamegraph/collapsed.go index 9431d6f..68090b8 100644 --- a/internal/flamegraph/collapsed.go +++ b/internal/flamegraph/collapsed.go @@ -18,7 +18,6 @@ func NewCollapsed(iorFile string, fields []string, countField string) Collapsed return Collapsed{iorFile: iorFile, fields: fields, countField: countField} } -// TODO: Write into collapsed.zst (zstd compressed) file func (c Collapsed) Write(iorDataFile string) (string, error) { outFile := fmt.Sprintf("%s.%s-by-%s.collapsed.zst", strings.TrimSuffix(iorDataFile, ".ior.zst"), |
