Browse Source

fix the sensitive warning

tags/v0.5.0-beta
yelihua 5 years ago
parent
commit
37761b8193
7 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mindinsight/profiler/parser/step_trace_parser.py
  2. +0
    -0
      tests/utils/resource/profiler/aicore_intermediate_1_detail.csv
  3. +0
    -0
      tests/utils/resource/profiler/aicore_intermediate_1_type.csv
  4. +0
    -0
      tests/utils/resource/profiler/framework_raw_0.csv
  5. +0
    -0
      tests/utils/resource/profiler/framework_raw_1.csv
  6. +0
    -0
      tests/utils/resource/profiler/step_trace_raw_0_detail_time.csv
  7. +0
    -0
      tests/utils/resource/profiler/step_trace_raw_10_detail_time.csv

+ 1
- 1
mindinsight/profiler/parser/step_trace_parser.py View File

@@ -259,4 +259,4 @@ class StepTraceParser:
csv_writer.writerow(self._header)
for row_data in self._result:
csv_writer.writerow(row_data)
os.chmod(self._output_path, stat.S_IREAD | stat.S_IWRITE)
os.chmod(self._output_path, stat.S_IREAD)

+ 0
- 0
tests/utils/resource/profiler/aicore_intermediate_1_detail.csv View File


+ 0
- 0
tests/utils/resource/profiler/aicore_intermediate_1_type.csv View File


+ 0
- 0
tests/utils/resource/profiler/framework_raw_0.csv View File


+ 0
- 0
tests/utils/resource/profiler/framework_raw_1.csv View File


+ 0
- 0
tests/utils/resource/profiler/step_trace_raw_0_detail_time.csv View File


+ 0
- 0
tests/utils/resource/profiler/step_trace_raw_10_detail_time.csv View File


Loading…
Cancel
Save