mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-14 20:51:07 +00:00
Declare global counters only in debug builds
This commit is contained in:
parent
47c44644b1
commit
0df542e494
@ -37,10 +37,10 @@ typedef struct {
|
|||||||
GQuark cpu_time;
|
GQuark cpu_time;
|
||||||
GQuark gpu_time;
|
GQuark gpu_time;
|
||||||
} ProfileTimers;
|
} ProfileTimers;
|
||||||
#endif
|
|
||||||
|
|
||||||
static guint texture_pixels_counter;
|
static guint texture_pixels_counter;
|
||||||
static guint fallback_pixels_counter;
|
static guint fallback_pixels_counter;
|
||||||
|
#endif
|
||||||
|
|
||||||
struct _GskVulkanRenderer
|
struct _GskVulkanRenderer
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user