Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrFunctionNotFound = errors.New("kernel function not found")
Functions ¶
This section is empty.
Types ¶
type Cache ¶ added in v0.6.0
type Cache struct { Stats CacheStats // contains filtered or unexported fields }
func NewKsymCache ¶
type CacheStats ¶ added in v0.8.0
func (CacheStats) HitRate ¶ added in v0.8.0
func (c CacheStats) HitRate() float64
func (CacheStats) String ¶ added in v0.8.0
func (c CacheStats) String() string
Click to show internal directories.
Click to hide internal directories.