Compare commits
1 Commits
59f83f3380
...
6fb2e7e877
Author | SHA1 | Date |
---|---|---|
Eugene | 6fb2e7e877 |
|
@ -1 +0,0 @@
|
||||||
* @ArthurSens @bwplotka @kakkoyun @vesari
|
|
|
@ -382,7 +382,6 @@ func TestHistogramAtomicObserve(t *testing.T) {
|
||||||
return
|
return
|
||||||
default:
|
default:
|
||||||
his.Observe(1)
|
his.Observe(1)
|
||||||
time.Sleep(time.Nanosecond)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -25,7 +25,7 @@ import (
|
||||||
|
|
||||||
// notImplementedErr is returned by stub functions that replace cgo functions, when cgo
|
// notImplementedErr is returned by stub functions that replace cgo functions, when cgo
|
||||||
// isn't available.
|
// isn't available.
|
||||||
var notImplementedErr = errors.New("not implemented")
|
var notImplementedErr = fmt.Errorf("not implemented")
|
||||||
|
|
||||||
type memoryInfo struct {
|
type memoryInfo struct {
|
||||||
vsize uint64 // Virtual memory size in bytes
|
vsize uint64 // Virtual memory size in bytes
|
||||||
|
|
Loading…
Reference in New Issue