summaryrefslogtreecommitdiff
path: root/pango/pango-trace-private.h
Commit message (Collapse)AuthorAgeFilesLines
* tracing: Fix the definesMatthias Clasen2021-12-251-2/+2
| | | | | | | | We want to define pango_trace_mark to nothing. This reveals that we've never compiled these calls out before, and there are some warnings to be fixed in that case.
* Add sysprof tracing supportMatthias Clasen2020-08-191-0/+53
Add support for adding sysprof marks. Strongly inspired by equivalent GLib support.