You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Moved streamer open calls just before execute_command_lists.
Removed zeEventQueryStatus() check from streamer tests since they have a dedicated test.
Adjusted notifyNReport and samplingPeriod values to minimize the test runtimes.
Added a new read function in harness to read specific number of reports.
Related-To: VLCLJ-2365
Signed-off-by: shubham kumar <[email protected]>
* ZE_RESULT_NOT_READY. Once the expected time has elapsed it will come out of
1294
1303
* the loop and expect the event to be generated.
1295
1304
*/
1296
-
1305
+
1306
+
/* The time in seconds for the buffer to overflow would be 2 * (notifyEveryNReports * (samplingPeriod/nanoSecToSeconds))
1307
+
* For this test it will be 9 seconds. The execution time between metric_streamer_open_for_device and synchronize observed on average is less than 50% of this
1308
+
* which ensure this limit is never likely to hit even on the slowest of platform
/* The time in seconds for the buffer to overflow would be 2 * (notifyEveryNReports * (samplingPeriod/nanoSecToSeconds))
1410
+
* For this test it will be 9 seconds. The execution time between metric_streamer_open_for_device and synchronize observed on average is less than 50% of this
1411
+
* which ensure this limit is never likely to hit even on the slowest of platform
0 commit comments