Skip to content

Commit

Permalink
Update ethdb/pebble/pebble.go
Browse files Browse the repository at this point in the history
Co-authored-by: Owen <[email protected]>
  • Loading branch information
bnoieh and owen-reorg authored Apr 8, 2024
1 parent cd9859a commit 0a003b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ethdb/pebble/pebble.go
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,6 @@ func (d *Database) meter(refresh time.Duration, namespace string) {
nonLevel0CompCount = int64(d.nonLevel0Comp.Load())
level0CompCount = int64(d.level0Comp.Load())
)
// fmt.Printf("loop print db stats db_metrics=\n%v\n", stats)
d.log.Info("loop print db stats", "comp_time", compTime, "write_delay_count", writeDelayCount, "write_delay_time", writeDelayTime, "non_level0_comp_count", nonLevel0CompCount, "level0_comp_count", level0CompCount)
writeDelayTimes[i%2] = writeDelayTime
writeDelayCounts[i%2] = writeDelayCount
Expand Down

0 comments on commit 0a003b7

Please sign in to comment.