|
|
|
@@ -900,6 +900,7 @@ TEST_F(UtestDavinciModel, Sink_time_profile) { |
|
|
|
|
|
|
|
TEST_F(UtestDavinciModel, Step_info_profile) { |
|
|
|
ProfilingManager::Instance().prof_cb_.msprofReporterCallback = MsprofReport; |
|
|
|
ProfilingManager::Instance().device_id_.emplace_back(0); |
|
|
|
DavinciModel model(0, nullptr); |
|
|
|
EXPECT_EQ(DavinciModel::ProfileStepInfo(&model, 0), SUCCESS); |
|
|
|
} |
|
|
|
|