forked from mindspore-Ecosystem/mindspore
Change profiling reporter max len to 1024
This commit is contained in:
parent
58f3ea002d
commit
2f0d998eff
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue