Blender  V3.3
draw_manager_profiling.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later
2  * Copyright 2016 Blender Foundation. */
3 
8 #pragma once
9 
10 #ifdef __cplusplus
11 extern "C" {
12 #endif
13 
14 struct rcti;
15 
16 void DRW_stats_free(void);
17 void DRW_stats_begin(void);
18 void DRW_stats_reset(void);
19 
24 void DRW_stats_group_start(const char *name);
25 void DRW_stats_group_end(void);
26 
30 void DRW_stats_query_start(const char *name);
31 void DRW_stats_query_end(void);
32 
33 void DRW_stats_draw(const rcti *rect);
34 
35 #ifdef __cplusplus
36 }
37 #endif
void DRW_stats_query_end(void)
void DRW_stats_begin(void)
void DRW_stats_group_start(const char *name)
void DRW_stats_query_start(const char *name)
void DRW_stats_reset(void)
void DRW_stats_draw(const rcti *rect)
void DRW_stats_group_end(void)
void DRW_stats_free(void)