MobileNativeFoundation / XCLogParser

Tool to parse Xcode and xcodebuild logs stored in the xcactivitylog format
Apache License 2.0
1.73k stars 120 forks source link

Parse time trace file paths generated by clang's `-ftime-trace` flag #89

Closed liuxia-bytedance closed 4 years ago

liuxia-bytedance commented 4 years ago

Clang's time trace feature is useful for build performance analysis. When the -ftime-trace flag is specified, clang will generate a .json tracing file for each translation unit. This patch will extract the path of these files from build log.

liuxia-bytedance commented 4 years ago

I also push a branch that parse the ld64 linker's statistics info.