diff options
author | Matthias Clasen <mclasen@redhat.com> | 2018-05-19 19:35:42 +0100 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-05-07 09:37:59 -0700 |
commit | 032bb45ce3fa91b7c0d6b8b76334756b036cecd5 (patch) | |
tree | dd3bf09718c8e2e01e590a7d2cc23350dae67323 /docs | |
parent | 5a578669c25aaf8f0640b157b0ffbb8e783cb8e4 (diff) | |
download | gtk+-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 'docs')
-rw-r--r-- | docs/reference/gdk/gdk4-sections.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/reference/gdk/gdk4-sections.txt b/docs/reference/gdk/gdk4-sections.txt index 8eb27f7c89..d78790e343 100644 --- a/docs/reference/gdk/gdk4-sections.txt +++ b/docs/reference/gdk/gdk4-sections.txt @@ -17,6 +17,9 @@ GDK_VERSION_MIN_REQUIRED GDK_VERSION_MAX_ALLOWED GDK_DISABLE_DEPRECATION_WARNINGS +<SUBSECTION Profiling> +gdk_profiler_set_mark + <SUBSECTION Standard> GDK_TYPE_GRAB_STATUS |