Tree @master (Download .tar.gz)
- ..
- any.go
- counters.go
- decorator.go
- doc.go
- elapsed.go
- eta.go
- meta.go
- moving_average.go
- name.go
- on_abort.go
- on_compete_or_on_abort.go
- on_complete.go
- on_condition.go
- percentage.go
- percentage_test.go
- size_type.go
- size_type_test.go
- sizeb1000_string.go
- sizeb1024_string.go
- speed.go
- speed_test.go
- spinner.go
History of decor / speed.go @master
- drop mutex book keeping on MovingAverage impls Vladimir Bauer 1 year, 10 months ago
- comment: EwmaUpdate is called concurrently Vladimir Bauer 1 year, 10 months ago
- refactoring: startTime to start Vladimir Bauer 1 year, 10 months ago
- minor: *speedFormatter as fmt.Formatter Vladimir Bauer 1 year, 10 months ago
- Revert "using NewThreadSafeMovingAverage by default is overhead" Vladimir Bauer 1 year, 10 months ago
- minor: else-less code style Vladimir Bauer 1 year, 11 months ago
- using NewThreadSafeMovingAverage by default is overhead Vladimir Bauer 2 years ago
- minor: denote unused param by _ Vladimir Bauer 2 years ago
- minor: no need for explicit type cast Vladimir Bauer 2 years ago
- minor: follow declaration order Vladimir Bauer 2 years ago
- account zDur on math.IsInf or math.IsNaN Vladimir Bauer 2 years ago
- movingAverageSpeed: comment for ewma.Value() Vladimir Bauer 2 years ago
- movingAverageSpeed: do not cache msg Vladimir Bauer 2 years ago
- math optimization: (1/v)*1e9 is same as 1e9/v Vladimir Bauer 2 years ago
- movingAverageSpeed: record zero n duration Vladimir Bauer 2 years ago
- correct Decor methods Vladimir Bauer 2 years ago
- AverageSpeed: unit interface{} Vladimir Bauer 3 years ago
- default formats "% d" for unit and "%d" for no unit Vladimir Bauer 3 years ago
- Revert "default speed unit: cast to int64" Vladimir Bauer 3 years ago
- minor: drop nl Vladimir Bauer 3 years ago
- default speed unit: cast to int64 Vladimir Bauer 3 years ago
- consistent default format "% d" among percentage/counters/speed Vladimir Bauer 3 years ago
- don't check verb count Vladimir Bauer 3 years ago
- refactoring speed: unit is either [0|SizeB1024(0)|SizeB1000(0)] Vladimir Bauer 3 years ago
- speedFormatter: io.WriteString Vladimir Bauer 3 years ago
- Format method on speedFormatter value receiver Vladimir Bauer 3 years ago
- Decorator interface assertions Vladimir Bauer 3 years ago
- update ewma related godoc Vladimir Bauer 3 years ago
- size and percentage decorators share same pool of bytes Vladimir Bauer 3 years ago
- gofmt Vladimir Bauer 3 years ago