Changes between Version 5 and Version 6 of AnalyzingBuildPerformance


Ignore:
Timestamp:
Jan 20, 2023 10:31:26 AM (15 months ago)
Author:
jer.noble@apple.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AnalyzingBuildPerformance

    v5 v6  
    20201. Clean your build directory (but make sure it still ''exists'').
    21212. `ClangBuildAnalyzer --start path/to/WebKitBuild`
    22 3. `make debug ARGS='OTHER_CFLAGS=-ftime-trace OTHER_CPLUSPLUSFLAGS=-ftime-trace' `
     223. `make debug ARGS='OTHER_CFLAGS="-ftime-trace" OTHER_CPLUSPLUSFLAGS=-ftime-trace' `
     23or:
     243. Create a file called `LocalOverrides.xcconfig` in the root of the WebKit checkout with the following contents, and build with Xcode:
     25{{{
     26OTHER_CFLAGS=$(inherited) -ftime-trace
     27OTHER_CPLUSPLUSFLAGS=$(inherited) -ftime-trace
     28}}}
    2329
    2430Then, when the build is complete: