Browse Source

add time stamp for pop data

pull/1800/head
王涛 Gitee 4 years ago
parent
commit
29d888338c
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      ge/graph/load/model_manager/davinci_model.cc

+ 1
- 0
ge/graph/load/model_manager/davinci_model.cc View File

@@ -2828,6 +2828,7 @@ void *DavinciModel::Run(DavinciModel *model) {
GELOGI("data_wrapper is null!");
continue;
}
GE_TIMESTAMP_EVENT_END(Model_PopData, "Model pop input data");
GELOGI("Getting the input data, model_id:%u", model_id);
GE_IF_BOOL_EXEC(!model->RunFlag(), break);



Loading…
Cancel
Save