> 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


_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/qt-creator

Reply via email to