Skip to content

Commit fe172bb

Browse files
Merge pull request #271860 from ishinzhang/patch-3
Update how-to-debug-pipeline-performance.md
2 parents 6193d21 + 0bb4fc4 commit fe172bb

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

articles/machine-learning/how-to-debug-pipeline-performance.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,15 @@ ms.topic: how-to
1212
ms.date: 05/27/2023
1313
ms.custom: designer, pipeline UI
1414
---
15-
# View profiling to debug pipeline performance issues (preview)
15+
# View profiling to debug pipeline performance issues
1616

17-
Profiling (preview) feature can help you debug pipeline performance issues such as hang, long pole etc. Profiling will list the duration information of each step in a pipeline and provide a Gantt chart for visualization.
17+
Profiling feature can help you debug pipeline performance issues such as hang, long pole etc. Profiling will list the duration information of each step in a pipeline and provide a Gantt chart for visualization.
1818

1919
Profiling enables you to:
2020

2121
- Quickly find which node takes longer time than expected.
2222
- Identify the time spent of job on each status
2323

24-
To enable this feature:
25-
26-
1. Navigate to Azure Machine Learning studio UI.
27-
2. Select **Manage preview features** (megaphone icon) among the icons on the top right side of the screen.
28-
3. In **Managed preview feature** panel, toggle on **View profiling to debug pipeline performance issues** feature.
29-
3024
## How to find the node that runs totally the longest
3125

3226
1. On the Jobs page, select the job name and enter the job detail page.

0 commit comments

Comments
 (0)