aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/qmlprofilerextension/scenegraphtimelinemodel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/qmlprofilerextension/scenegraphtimelinemodel.cpp')
-rw-r--r--plugins/qmlprofilerextension/scenegraphtimelinemodel.cpp44
1 files changed, 22 insertions, 22 deletions
diff --git a/plugins/qmlprofilerextension/scenegraphtimelinemodel.cpp b/plugins/qmlprofilerextension/scenegraphtimelinemodel.cpp
index 3937e76553..9e3bb96b18 100644
--- a/plugins/qmlprofilerextension/scenegraphtimelinemodel.cpp
+++ b/plugins/qmlprofilerextension/scenegraphtimelinemodel.cpp
@@ -30,31 +30,31 @@ namespace Internal {
using namespace QmlProfiler;
static const char *ThreadLabels[] = {
- "GUI Thread",
- "Render Thread",
- "Render Thread Details"
+ QT_TRANSLATE_NOOP("MainView", "GUI Thread"),
+ QT_TRANSLATE_NOOP("MainView", "Render Thread"),
+ QT_TRANSLATE_NOOP("MainView", "Render Thread Details")
};
static const char *StageLabels[] = {
- "Polish",
- "Wait",
- "GUI Thread Sync",
- "Animations",
- "Render Thread Sync",
- "Render",
- "Swap",
- "Render Preprocess",
- "Render Update",
- "Render Bind",
- "Render Render",
- "Material Compile",
- "Glyph Render",
- "Glyph Upload",
- "Texture Bind",
- "Texture Convert",
- "Texture Swizzle",
- "Texture Upload",
- "Texture Mipmap"
+ QT_TRANSLATE_NOOP("MainView", "Polish"),
+ QT_TRANSLATE_NOOP("MainView", "Wait"),
+ QT_TRANSLATE_NOOP("MainView", "GUI Thread Sync"),
+ QT_TRANSLATE_NOOP("MainView", "Animations"),
+ QT_TRANSLATE_NOOP("MainView", "Render Thread Sync"),
+ QT_TRANSLATE_NOOP("MainView", "Render"),
+ QT_TRANSLATE_NOOP("MainView", "Swap"),
+ QT_TRANSLATE_NOOP("MainView", "Render Preprocess"),
+ QT_TRANSLATE_NOOP("MainView", "Render Update"),
+ QT_TRANSLATE_NOOP("MainView", "Render Bind"),
+ QT_TRANSLATE_NOOP("MainView", "Render Render"),
+ QT_TRANSLATE_NOOP("MainView", "Material Compile"),
+ QT_TRANSLATE_NOOP("MainView", "Glyph Render"),
+ QT_TRANSLATE_NOOP("MainView", "Glyph Upload"),
+ QT_TRANSLATE_NOOP("MainView", "Texture Bind"),
+ QT_TRANSLATE_NOOP("MainView", "Texture Convert"),
+ QT_TRANSLATE_NOOP("MainView", "Texture Swizzle"),
+ QT_TRANSLATE_NOOP("MainView", "Texture Upload"),
+ QT_TRANSLATE_NOOP("MainView", "Texture Mipmap")
};
enum SceneGraphCategoryType {