Documentation
¶
Overview ¶
Copyright 2017 Delos Development Foundation and contributors. Licensed under the Apache License, Version 2.0. See the COPYING file at the root of this distribution or at http://www.apache.org/licenses/LICENSE-2.0
Copyright 2017 Delos Development Foundation and contributors. Licensed under the Apache License, Version 2.0. See the COPYING file at the root of this distribution or at http://www.apache.org/licenses/LICENSE-2.0
Index ¶
Constants ¶
View Source
const FLUSH_INTERVAL = 5 * time.Second // statistic cycle
View Source
const (
FUNC_MAX_NUM = iota
)
Variables ¶
This section is empty.
Functions ¶
func CheckItfcNil ¶
func CheckItfcNil(itfc interface{}) bool
Types ¶
type StStatistic ¶
type StStatistic struct {
// contains filtered or unexported fields
}
func CountSlc ¶
func CountSlc(index int) *StStatistic
func (*StStatistic) Add ¶
func (ss *StStatistic) Add(num int64)
func (*StStatistic) End ¶
func (ss *StStatistic) End(endFunc func())
func (*StStatistic) Reset ¶
func (ss *StStatistic) Reset()
func (*StStatistic) String ¶
func (ss *StStatistic) String() string
Click to show internal directories.
Click to hide internal directories.