Compare commits
4 Commits
1dd0561e91
...
1321e11795
Author | SHA1 | Date |
---|---|---|
Lukas Vogel | 1321e11795 | |
Ivan Goncharov | 76b74e25d5 | |
Kemal Akkoyun | 6a9004890f | |
Kemal Akkoyun | 7d0a0fbb72 |
|
@ -0,0 +1 @@
|
||||||
|
* @ArthurSens @bwplotka @kakkoyun @vesari
|
|
@ -382,6 +382,7 @@ 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 = fmt.Errorf("not implemented")
|
var notImplementedErr = errors.New("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