We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e26691c commit d43887bCopy full SHA for d43887b
conformance_tests/sysman/test_sysman_power/src/test_sysman_power.cpp
@@ -1341,7 +1341,7 @@ LZT_TEST_F(
1341
auto power_handles = lzt::get_power_handles(device, count);
1342
if (count > 0) {
1343
is_power_supported = true;
1344
- LOG_INFO << "Power handles are found on this device! ";
+ LOG_INFO << "Power handles are available on this device! ";
1345
auto start = std::chrono::steady_clock::now();
1346
auto energy_counters = lzt::get_power_energy_counter(power_handles);
1347
auto end = std::chrono::steady_clock::now();
0 commit comments