Tracer#
Added in version 1.8.
Superclasses: Object
, InitiallyUnowned
, Object
Tracing modules will subclass Tracer
and register through
register()
. Modules can attach to various hook-types - see
tracing_register_hook()
. When invoked they receive hook specific
contextual data, which they must not modify.