Documentation ¶
Overview ¶
Package ghandi interfaces Android devices
Package ghandi interfaces Android devices ¶
Package ghandi interfaces Android devices ¶
Package threadprof provide profiling of threading
Index ¶
- Variables
- type Counter
- type CounterValue
- func (cv *CounterValue) DecRate() (ops uint64)
- func (cv *CounterValue) Get() (value uint64, running uint64, max uint64, incRate uint64, decRate uint64)
- func (cv *CounterValue) IncRate() (ops uint64)
- func (cv *CounterValue) Max() (ops uint64)
- func (cv *CounterValue) Running() (ops uint64)
- func (cv *CounterValue) Value() (value uint64)
- type Counters
- type Event
- type Events
- type StatuserOn
Constants ¶
This section is empty.
Variables ¶
View Source
var CountersFactory parl.CountersFactory = &countersFactory{}
View Source
var HistoryFactory parl.HistoryFactory = &historyFactory{}
View Source
var StatuserFactory parl.StatuserFactory = &statuserFactory{}
Functions ¶
This section is empty.
Types ¶
type Counter ¶
type Counter struct {
// contains filtered or unexported fields
}
func (*Counter) CounterValue ¶
func (cn *Counter) CounterValue(reset bool) (values parl.CounterValues)
type CounterValue ¶
type CounterValue struct {
// contains filtered or unexported fields
}
func (*CounterValue) DecRate ¶
func (cv *CounterValue) DecRate() (ops uint64)
func (*CounterValue) IncRate ¶
func (cv *CounterValue) IncRate() (ops uint64)
func (*CounterValue) Max ¶
func (cv *CounterValue) Max() (ops uint64)
func (*CounterValue) Running ¶
func (cv *CounterValue) Running() (ops uint64)
func (*CounterValue) Value ¶
func (cv *CounterValue) Value() (value uint64)
type Counters ¶
type Counters struct {
// contains filtered or unexported fields
}
func (*Counters) GetCounters ¶
func (*Counters) GetOrCreateCounter ¶
func (*Counters) ResetCounters ¶
func (cs *Counters) ResetCounters()
type StatuserOn ¶
type StatuserOn struct {
// contains filtered or unexported fields
}
func (*StatuserOn) Shutdown ¶
func (st *StatuserOn) Shutdown()
Click to show internal directories.
Click to hide internal directories.