From 90d5218564ceff5b4479c2679a1914227299b168 Mon Sep 17 00:00:00 2001 From: Mike Krus Date: Thu, 13 Feb 2020 17:14:49 +0000 Subject: Add ability to dump job graph to dot file Can be triggered from the overlay API and using sending a "dump jobs" command to the aspect engine. Gets saved in the current working directory. Change-Id: I19fc94a1215187c1d7eb9d1f3b13b968939cc917 Reviewed-by: Paul Lemire --- tests/auto/core/qscheduler/tst_qscheduler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/auto/core/qscheduler/tst_qscheduler.cpp b/tests/auto/core/qscheduler/tst_qscheduler.cpp index d1afb5aac..5d858a77a 100644 --- a/tests/auto/core/qscheduler/tst_qscheduler.cpp +++ b/tests/auto/core/qscheduler/tst_qscheduler.cpp @@ -181,7 +181,7 @@ private Q_SLOTS: QVERIFY(!second->postFrameCalled()); // WHEN - const int count = scheduler.scheduleAndWaitForFrameAspectJobs(0); + const int count = scheduler.scheduleAndWaitForFrameAspectJobs(0, false); // THEN QCOMPARE(count, 2); -- cgit v1.2.3