| Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/debugger/qqmlabstractprofileradapter.cpp |
| Switch to Source code | Preprocessed file |
| Line | Source | Count | ||||||
|---|---|---|---|---|---|---|---|---|
| 1 | - | |||||||
| 2 | - | |||||||
| 3 | void QQmlAbstractProfilerAdapter::startProfiling(quint64 features) | - | ||||||
| 4 | { | - | ||||||
| 5 | if (waiting
| 0-24 | ||||||
| 6 | profilingEnabledWhileWaiting(features); executed 24 times by 1 test: profilingEnabledWhileWaiting(features);Executed by:
| 24 | ||||||
| 7 | else | - | ||||||
| 8 | profilingEnabled(features); never executed: profilingEnabled(features); | 0 | ||||||
| 9 | featuresEnabled = features; | - | ||||||
| 10 | } executed 24 times by 1 test: end of blockExecuted by:
| 24 | ||||||
| 11 | void QQmlAbstractProfilerAdapter::stopProfiling() { | - | ||||||
| 12 | if (waiting
| 0-24 | ||||||
| 13 | profilingDisabledWhileWaiting(); executed 24 times by 1 test: profilingDisabledWhileWaiting();Executed by:
| 24 | ||||||
| 14 | else | - | ||||||
| 15 | profilingDisabled(); never executed: profilingDisabled(); | 0 | ||||||
| 16 | featuresEnabled = 0; | - | ||||||
| 17 | } executed 24 times by 1 test: end of blockExecuted by:
| 24 | ||||||
| 18 | - | |||||||
| 19 | - | |||||||
| Switch to Source code | Preprocessed file |