!14662 Change profiling reporter max length to 1024

From: @jojobugfree
Reviewed-by: @kisnwang,@jjfeing
Signed-off-by: @jjfeing
This commit is contained in:
mindspore-ci-bot 2021-04-06 19:08:30 +08:00 committed by Gitee
commit 2dafc2cfeb
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
#include "runtime/device/ascend/profiling/profiling_manager.h"
#include "utils/log_adapter.h"
constexpr size_t kReportMaxLen = 2048;
constexpr size_t kReportMaxLen = 1024;
namespace mindspore {
namespace device {