[Qt-creator] Access QML Profiler via qml / js / c++ code
Van Looy Detlev
detlev.vanlooy at student.uantwerpen.be
Fri Feb 20 16:47:18 CET 2015
> First of all, why do you want to do this? If there is some functionality missing from the QML profiler, let me know. Do you want to do this in your application or in QtCreator?
I have to establish traceability between some test methods and some production methods, so I want to do this in QtCreator.
I need an automatic way to see/save/interact the sequence of methods that drives me from
Test.testMethod1 to Production.productionMethod1
I would like to end up with an N-M mapping like this:
testProductionMethod1 - Productionmethod1
testProductionMethod1 - Productionmethod2
testProductionMethodX - ProductionmethodX
...
I saw QMLProfiler could possibly give me this via the callers/callees, but I could not find a way to programmatically access these.
Thank you for your suggestions, I will look into them after I refresh my C++ knowledge some more, if you have any further suggestions feel free to let me know!
Regards,
Detlev Van Looy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/qt-creator/attachments/20150220/acc002ef/attachment.html>
More information about the Qt-creator
mailing list