summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorMike Krus <mike.krus@kdab.com>2019-12-12 15:30:22 +0000
committerMike Krus <mike.krus@kdab.com>2020-01-17 07:12:06 +0000
commit34165446cd03a659eaea83d25dfdb91a22c0e2c5 (patch)
treeecb6483651e0dc2fb4ff5d6a83aa54ceaf7186f3 /sync.profile
parent34cb77c210316dd254a8aa27052fb03223e3f7af (diff)
Add Profiling Overlay
Can be activated at adding a QDebugOverlay in the frame graph to identify which surface it should be renderer one (renders only once on first branch that contains such a node). Can be also activated on the forward renderer from Qt3DExtras. - Shows information about FPS and number of jobs/renderviews/commands/vertices/entities/geometries/textures... - Allows to toggle job and gl call tracing and open folder where trace files are stored - Windows to show and dump glinfo and renderview/command details to the console Change-Id: I286ff85760e8f8f0604a23458883ff22229bda94 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
index 88c777606..71ba945d3 100644
--- a/sync.profile
+++ b/sync.profile
@@ -16,5 +16,7 @@
%moduleheaders = ( # restrict the module headers to those found in relative path
);
+@ignore_headers = ( "imconfig.h", "imgui.h", "imgui_internal.h", "imstb_rectpack.h", "imstb_textedit.h", "imstb_truetype.h" );
+
# Force generation of camel case headers for classes inside Qt3D* namespaces
$publicclassregexp = "Qt3D.*::.+";