Documentation
¶
Index ¶
- type InstrumentHooks
- func (i *InstrumentHooks) Close()
- func (i *InstrumentHooks) IsInstrumented() bool
- func (i *InstrumentHooks) SetExecutedBenchmark(pid uint32, name string)
- func (i *InstrumentHooks) SetIntegration(name, version string)
- func (i *InstrumentHooks) StartBenchmark()
- func (i *InstrumentHooks) StopBenchmark()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InstrumentHooks ¶
type InstrumentHooks struct {
// contains filtered or unexported fields
}
func NewInstrumentHooks ¶
func NewInstrumentHooks() *InstrumentHooks
func (*InstrumentHooks) Close ¶
func (i *InstrumentHooks) Close()
func (*InstrumentHooks) IsInstrumented ¶
func (i *InstrumentHooks) IsInstrumented() bool
func (*InstrumentHooks) SetExecutedBenchmark ¶
func (i *InstrumentHooks) SetExecutedBenchmark(pid uint32, name string)
func (*InstrumentHooks) SetIntegration ¶
func (i *InstrumentHooks) SetIntegration(name, version string)
func (*InstrumentHooks) StartBenchmark ¶
func (i *InstrumentHooks) StartBenchmark()
func (*InstrumentHooks) StopBenchmark ¶
func (i *InstrumentHooks) StopBenchmark()
Click to show internal directories.
Click to hide internal directories.