Skip to content

Commit 7b98d78

Browse files
Refactor Zello Metrics
1. Refactor Zello Metrics to seperate Metric Collection, Workload Execution and Execution environment configuration functions. 2. Split Zello metrics test to smaller files for better readability. Related-To: LOCI-3069 Signed-off-by: Joshua Santosh Ranjan <[email protected]>
1 parent 67737bb commit 7b98d78

File tree

10 files changed

+1749
-1516
lines changed

10 files changed

+1749
-1516
lines changed

level_zero/tools/test/black_box_tests/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (C) 2020-2021 Intel Corporation
2+
# Copyright (C) 2020-2022 Intel Corporation
33
#
44
# SPDX-License-Identifier: MIT
55
#
@@ -8,7 +8,6 @@ if(UNIX)
88
set(L0_BLACK_BOX_TEST_PROJECT_FOLDER "ze_intel_gpu/black_box_tests")
99
set(TEST_TARGETS
1010
zello_sysman
11-
zello_metrics
1211
)
1312

1413
foreach(TEST_NAME ${TEST_TARGETS})

0 commit comments

Comments
 (0)