/* Ensure we included config.h as needed for the below HAVE_SYSPROF_CAPTURE check */ #ifndef GETTEXT_PACKAGE #error"config.h was not included before gdkprofilerprivate.h." #endif
#ifndef HAVE_SYSPROF #define gdk_profiler_add_mark(b, d, n, m) G_STMT_START {} G_STMT_END #define gdk_profiler_end_mark(b, n, m) G_STMT_START {} G_STMT_END /* Optimise the whole call out */ #ifdefined(G_HAVE_ISO_VARARGS) #define gdk_profiler_add_markf(b, d, n, m, ...) G_STMT_START {} G_STMT_END #define gdk_profiler_end_markf(b, n, m, ...) G_STMT_START {} G_STMT_END #elifdefined(G_HAVE_GNUC_VARARGS) #define gdk_profiler_add_markf(b, d, n, m...) G_STMT_START {} G_STMT_END #define gdk_profiler_end_markf(b, n, m...) G_STMT_START {} G_STMT_END #else /* no varargs macro support; the call will have to be optimised out by the compiler */ #endif
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.