- 发行说明
- 入门指南
- 设置和配置
- 自动化项目
- 依赖项
- 工作流类型
- 文件比较
- 自动化最佳实践
- 源代码控件集成
- 调试
- 工作流分析器
- 变量
- 参数
- 导入的命名空间
- 基于触发器的 Attended 自动化
- 录制
- 用户界面元素
- 控制流程
- 选取器
- 对象存储库
- 数据抓取
- 图像与文本自动化
- Citrix 技术自动化
- RDP 自动化
- Salesforce 自动化
- SAP 自动化
- VMware Horizon 自动化
- 日志记录
- ScreenScrapeJavaSupport 工具
- Webdriver 协议
- 测试套件 - Studio
- 扩展程序
- 故障排除
Studio 用户指南
配置文件执行
Profile Execution helps you spot performance bottlenecks during workflow executions rather than tracking the overall execution time. As you run or debug a workflow, it provides an analysis of each operation's performance, reflecting a cumulative percentage of every activity's execution time.
Profile execution involves execution duration, which is the time from the start of a workflow's first activity to the end of the last activity. For example, if your file contains a top level Sequence, it displays the total time taken for all the Sequence's activities to run.
When no workflow file is selected, the total duration displayed is the cumulative sum of all top-level durations, excluding Invoke Workflow activities.
Suppose you execute several test cases or regular workflow files that invoke the same file. The total duration might not match the actual execution time. However, the tool groups together the execution times from multiple runs of the invoked file. This grouping helps you spot occasional performance issues and generates run statistics. The primary purpose of profile execution is to identify activities that create delays in workflow execution.
- 在调试期间生成的分析数据可能与在生产(运行文件)期间生成的数据不同。
- 每个会话的数据都存储在
C:\Users\username\AppData\Local\UiPath\ProfiledRuns
中(请参阅导入以前的分析会话)。
要对执行进行分析,请运行文件或调试文件,然后转到“调试”功能区选项卡。
确保您的自动化正常运行,且工作流不会运行缓慢。如果您发现潜在的流程问题,可以检查需要更长时间才能完成的工作流。使用用于进行分析的上下文菜单来执行操作。
“分析”选项卡底部的“执行详情”显示执行次数和描述性统计信息,例如平均持续时间以及最短持续时间和最长持续时间值。
操作 |
描述 |
---|---|
打开 |
右键单击“分析”选项卡中的父文件,然后选择“打开”,以跳转到所选工作流。 |
焦点 |
右键单击一个活动,然后选择“焦点”,以使“设计器”面板视图以所选活动为中心。 |
搜索 |
使用搜索功能查找特定活动。 |
全部展开/全部折叠 |
使用“全部展开”和“全部折叠”可查看或折叠所有活动。 |