summaryrefslogtreecommitdiff
path: root/gdk/gdk.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2018-05-19 19:35:42 +0100
committerMatthias Clasen <mclasen@redhat.com>2019-05-07 09:37:59 -0700
commit032bb45ce3fa91b7c0d6b8b76334756b036cecd5 (patch)
treedd3bf09718c8e2e01e590a7d2cc23350dae67323 /gdk/gdk.h
parent5a578669c25aaf8f0640b157b0ffbb8e783cb8e4 (diff)
downloadgtk+-032bb45ce3fa91b7c0d6b8b76334756b036cecd5.tar.gz
gdk: Add a profiler
This is writing data in the capture format of sysprof, using the SpCaptureWriter. For now, this is using a vendored copy of libsysprof. Eventually, we want to use the static library that sysprof provides.
Diffstat (limited to 'gdk/gdk.h')
-rw-r--r--gdk/gdk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdk/gdk.h b/gdk/gdk.h
index a537ed341f..d3baac51de 100644
--- a/gdk/gdk.h
+++ b/gdk/gdk.h
@@ -60,6 +60,7 @@
#include <gdk/gdkpaintable.h>
#include <gdk/gdkpango.h>
#include <gdk/gdkpixbuf.h>
+#include <gdk/gdkprofiler.h>
#include <gdk/gdkproperty.h>
#include <gdk/gdkrectangle.h>
#include <gdk/gdkrgba.h>