summaryrefslogtreecommitdiff
path: root/tests/system/suite_debugger/tst_simple_analyze/testdata/events_qt48.tsv
blob: d07141bfa676f2a86197998a16e671be7d9b8175 (plain)
1
2
3
4
5
6
7
8
"0"	"1"	"4"	"9"
"<program>"	"Binding"	"1"	"Main Program"
"main.qml:15"	"Signal"	"2"	"triggered(): { runCount += 1; var i; for (i = 1; i < 2500; ++i) { var j = i * i; console.log(j); } }"
"main.qml:1"	"Create"	"1"	"main.qml"
"main.qml:1"	"Compile"	"1"	"main.qml"
"main.qml:7"	"Binding"	"1"	"text: qsTr(""Hello World"")"
"<bytecode>"	"Binding"	"2"	"Source code not available."
"main.qml:14"	"Binding"	"3"	"running: runCount < 2"