summaryrefslogtreecommitdiff
path: root/gdk/gdkprofiler.c
Commit message (Expand)AuthorAgeFilesLines
* wipwip/chergert/profiler-stackChristian Hergert2023-02-211-0/+19
* Port tracing to the sysprof collector apiMatthias Clasen2020-08-211-242/+76
* Replace "gchar" with "char"Benjamin Otte2020-07-251-1/+1
* profiler: Add G_GNUC_PRINTF markers to silence warningsAlexander Larsson2020-02-121-0/+6
* profiler: Add _end_mark() version of _add_mark()Alexander Larsson2020-02-121-4/+60
* Convert all profiler times from nsec to usecAlexander Larsson2020-02-121-6/+6
* fixup! Add gdk_profiler_add_markf() to do printf formatingAlexander Larsson2020-02-121-0/+9
* Add gdk_profiler_add_markf() to do printf formatingAlexander Larsson2020-02-121-0/+25
* profiler: Exit gracefully on SIGTERMMatthias Clasen2020-01-301-2/+4
* profiler: port GdkProfiler to sysprof-3Christian Hergert2019-05-291-32/+32
* Profiler: drop the public apiMatthias Clasen2019-05-081-32/+0
* gdk/gdkprofiler.c: Don't include unistd.h unconditionallyChun-wei Fan2019-05-071-0/+3
* gdk: Add a profilerMatthias Clasen2019-05-071-0/+259