| BuildTimeAnalyzer-for-Xcode |
一个 Swift 编译耗时分析工具,可以细分统计每个函数构建耗时 |
| Build performance analysing in Xcode 10 |
使用 Build With Timing Summary 分析每个阶段耗时 |
| How to get per module build time of Xcode builds: Part 1/3 |
|
| How to get per module build time of Xcode builds: Part 2/3 |
|
| How to get per module build time of Xcode builds: Part 3/3 |
|
| Five Things You Must Know About Xcode 10 New Build System |
Xcode 10 构造系统新特性 |
| How to enable build timing in Xcode? |
|
| XCLogParser |
解析 xcactivitylog 文件,生成 html 报表或 json 数据 |
| clang -ftime-trace |
统计源文件编译过程中各个阶段耗时信息 |
| time-trace: timeline and flame chart profiler for Clang |
分析介绍 -ftime-trace 的一篇外文 |
| -ftime-report |
面向编译器开发者输出的编译耗时信息,不如 -ftime-trace 输出易读 |
| Clang Build Analyzer |
一个统计分析 -ftime-trace 输出日志的工具 |
| Clang Time Trace Feature |
介绍 -ftime-trace 参数使用及分析的一篇外文 |
| Chrome Tracing |
火焰图可视化工具,chrome://tracing/ |
| speedscope |
另一个火焰图可视化分析工具 |
| ClangBuildAnalyzer |
Clang build analysis tool using -ftime-trace |