Browse Source

analyzer log

tags/v1.3.0
liyihan2@huawei.com 3 years ago
parent
commit
37d6cb8f46
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      ge/analyzer/analyzer.cc

+ 2
- 2
ge/analyzer/analyzer.cc View File

@@ -195,12 +195,12 @@ ge::Status Analyzer::CreateAnalyzerFile() {
}
is_json_file_create_ = true;

GELOGD("success to create analyzer file[%s].", json_file_name_.c_str());
GELOGD("success to create analyzer file[%s]!", json_file_name_.c_str());
return SUCCESS;
}

ge::Status Analyzer::SaveAnalyzerDataToFile(uint64_t session_id, uint64_t graph_id) {
GELOGD("start to save analyze file.");
GELOGD("start to save analyze file!");

auto graph_info = GetJsonObject(session_id, graph_id);
GE_CHECK_NOTNULL(graph_info);


Loading…
Cancel
Save