feat: auto stop profiling after one minute (#3742)

This commit is contained in:
Kevin Wan
2023-11-24 21:27:05 +08:00
committed by GitHub
parent eb14d1347e
commit ede7e683fd
2 changed files with 10 additions and 11 deletions

View File

@@ -1,8 +1,6 @@
package collection
import (
"sync"
)
import "sync"
// A Ring can be used as fixed size ring.
type Ring struct {