diff options
author | Kai Koehne <[email protected]> | 2011-06-27 17:18:55 +0200 |
---|---|---|
committer | Christian Kandeler <[email protected]> | 2011-06-28 14:05:11 +0200 |
commit | 949ffeb1b41d8c6f1bff5a1e3224bff315d7b90a (patch) | |
tree | 987e7a927421ac8cc93a5ef0b9898c52e5ae28e9 /src/plugins/qmlprofiler/localqmlprofilerrunner.cpp | |
parent | 2707f7a74b49204e1b27daf677ec8e8c494511f4 (diff) |
QmlProfiler: Support profiling applications on embedded Linux
Allow on-device profiling e.g. on Meego/Harmattan.
Change-Id: I066b71078e1dab1b1369ff7275f72e88045d1bab
Reviewed-on: http://codereview.qt.nokia.com/784
Reviewed-by: Qt Sanity Bot <[email protected]>
Reviewed-by: Christian Kandeler <[email protected]>
Diffstat (limited to 'src/plugins/qmlprofiler/localqmlprofilerrunner.cpp')
-rw-r--r-- | src/plugins/qmlprofiler/localqmlprofilerrunner.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/plugins/qmlprofiler/localqmlprofilerrunner.cpp b/src/plugins/qmlprofiler/localqmlprofilerrunner.cpp index 7b11c418647..38eb80e78d0 100644 --- a/src/plugins/qmlprofiler/localqmlprofilerrunner.cpp +++ b/src/plugins/qmlprofiler/localqmlprofilerrunner.cpp @@ -85,3 +85,8 @@ void LocalQmlProfilerRunner::stop() m_launcher.stop(); } } + +int LocalQmlProfilerRunner::debugPort() const +{ + return m_configuration.port; +} |