From 4c82915fc6fe0e548e3f20a4637d73282d2d9798 Mon Sep 17 00:00:00 2001 From: zhangyihui Date: Thu, 13 Aug 2020 19:05:28 +0800 Subject: [PATCH] Add job_id parameter description --- mindspore/profiler/profiling.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mindspore/profiler/profiling.py b/mindspore/profiler/profiling.py index ae908edf24..220c02e0d4 100644 --- a/mindspore/profiler/profiling.py +++ b/mindspore/profiler/profiling.py @@ -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