Details
rb_debug()
#define rb_debug(...)
rb_debug_init ()
void rb_debug_init (gboolean debug);
rb_debug_real ()
void rb_debug_real (const char *func,
const char *file,
int line,
const char *format,
...);
func : |
|
file : |
|
line : |
|
format : |
|
... : |
|
rb_debug_stop_in_debugger ()
void rb_debug_stop_in_debugger (void);
RBProfiler
typedef struct RBProfiler RBProfiler;
rb_profiler_new ()
RBProfiler* rb_profiler_new (const char *name);
rb_profiler_dump ()
void rb_profiler_dump (RBProfiler *profiler);
rb_profiler_reset ()
void rb_profiler_reset (RBProfiler *profiler);
rb_profiler_free ()
void rb_profiler_free (RBProfiler *profiler);