diff options
Diffstat (limited to 'internal/flamegraph/counter.go')
| -rw-r--r-- | internal/flamegraph/counter.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/flamegraph/counter.go b/internal/flamegraph/counter.go index 6105136..5a162c9 100644 --- a/internal/flamegraph/counter.go +++ b/internal/flamegraph/counter.go @@ -21,7 +21,6 @@ func (c Counter) add(other Counter) Counter { } func (c Counter) ValueByName(name string) uint64 { - // Convert the numbers to strings here switch name { case "count": return c.Count |
