Browse Source

!4405 Add job_id parameter description

Merge pull request !4405 from 张毅辉/zyh_profier_4
tags/v0.7.0-beta
mindspore-ci-bot Gitee 5 years ago
parent
commit
2cc6230f81
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      mindspore/profiler/profiling.py

+ 2
- 0
mindspore/profiler/profiling.py View File

@@ -56,6 +56,8 @@ class Profiler:
will deal with all op if null; Different op types should be seperated by comma.
optypes_not_deal (str): Op type names, the data of which optype will not be collected and analysed;
Different op types should be seperated by comma.
job_id (str): The directory where the parsed profiling files are located;
This parameter is used to support offline parsing.

Examples:
>>> from mindspore.profiler import Profiler


Loading…
Cancel
Save