aboutsummaryrefslogtreecommitdiff
path: root/go/stats/duration_counter.go
AgeCommit message (Collapse)AuthorFilesLines
2016-06-02directory structure change to work with glideChris Lu1-94/+0
glide has its own requirements. My previous workaround caused me some code checkin errors. Need to fix this.
2015-04-20BUG FIXED: RoundRobinCounter.Add will cause a out of range crashyanyiwu1-7/+4
when index >= len(rrc.Values)
2015-03-22tweaking uichrislusf1-0/+14
2014-03-251. adding statistics reportingChris Lu1-0/+83
2. refactor version to util package