Source File
measure_int64.go
Belonging Package
go.opencensus.io/stats
package stats
type Int64Measure struct {
desc *measureDescriptor
}
func ( *Int64Measure) ( int64) Measurement {
return Measurement{
m: ,
desc: .desc,
v: float64(),
}
}
func (, , string) *Int64Measure {
:= registerMeasureHandle(, , )
return &Int64Measure{}
}
func ( *Int64Measure) () string {
return .desc.name
}
func ( *Int64Measure) () string {
return .desc.description
}
func ( *Int64Measure) () string {
return .desc.unit
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |