![]() |
![]() |
![]() |
Epiphany Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
void ephy_debug_init (void
); void ephy_profiler_start (const char *name
,const char *module
); void ephy_profiler_stop (const char *name
);
Epiphany includes powerful profiling and debugging facilities to log and analyze modules. Refer to doc/debugging.txt for more information.
void ephy_debug_init (void
);
Starts the debugging facility, see doc/debugging.txt in Epiphany's source for more information. It also starts module logging and profiling if the appropiate variables are set: EPHY_LOG_MODULES and EPHY_PROFILE_MODULES.
void ephy_profiler_start (const char *name
,const char *module
);
Starts a new profiler on module
naming it name
.
|
name of this new profiler |
|
Epiphany module to profile |