Browse Source

modify profiling reporter data max len

tags/v1.2.0
zhengyuanhua 4 years ago
parent
commit
97d93adaa5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ge/common/profiling/profiling_manager.cc

+ 1
- 1
ge/common/profiling/profiling_manager.cc View File

@@ -31,7 +31,7 @@ const char *const kFpPoint = "fp_point";
const char *const kBpPoint = "bp_point"; const char *const kBpPoint = "bp_point";


#ifdef DAVINCI_SUPPORT_PROFILING #ifdef DAVINCI_SUPPORT_PROFILING
const size_t kReportMaxLen = 2048;
const size_t kReportMaxLen = 1024;
const int32_t kMaxDeviceNum = 256; const int32_t kMaxDeviceNum = 256;
const uint32_t kInteval = 2; const uint32_t kInteval = 2;
const std::string kConfigNumsdev = "devNums"; const std::string kConfigNumsdev = "devNums";


Loading…
Cancel
Save