Files
gtk/gdk/broadway
Alexander Larsson 01d5ad2056 profiler: Make profiler-is-running a macro
When we use if (GDK_PROFILER_IS_RUNNING) this means we get an
inlined if (FALSE) when the compiler support is not compiled in, which
gets rid of all the related code completely.

We also expand to  G_UNLIKELY(gdk_profiler_is_running ()) in the supported
case which might cause somewhat better code generation.
2020-02-12 11:05:01 +01:00
..
2020-02-11 13:39:52 +00:00
2012-02-27 17:06:11 +00:00
2019-05-28 20:25:14 +00:00
2012-02-27 17:06:11 +00:00
2017-11-01 19:44:28 -04:00
2017-12-13 23:39:03 -05:00
2019-11-27 13:33:43 +00:00