| Top |
void ephy_debug_init (void);void ephy_profiler_start (const,char *nameconst);char *modulevoid 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 *nameconst);char *module
Starts a new profiler on module naming it name.
|
name of this new profiler |
|
Epiphany module to profile |