Ste*_*ren 6 profiling bazel
在我目前的项目中,我正在使用Bazel进行长时间的"清理构建".
我们建议采取哪些步骤来诊断此问题?
Ste*_*ren 7
尝试使用配置文件 --profile
--profile
语法是 bazel build --profile file //my:target
bazel build --profile file //my:target
然后,您可以获得分析信息的摘要bazel analyze-profile file以及执行任务的综合图表bazel analyze-profile --html file
bazel analyze-profile file
bazel analyze-profile --html file
归档时间:
8 年,6 月 前
查看次数:
118 次
最近记录:
7 年,6 月 前