Class
SysprofTracer
Description [src]
final class Sysprof.Tracer : Sysprof.Instrument
{
/* No available fields */
}
The SysprofTracer instrument provides integration with GCC’s
-finstrument-functions. It uses an LD_PRELOAD on Linux to record
stacktraces on __cyg_profile_func_enter and __cyg_profile_func_exit.
On macOS, profile_func_enter and profile_func_exit are used.
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.