We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71d5152 commit 82fecfdCopy full SHA for 82fecfd
clang/docs/ReleaseNotes.rst
@@ -70,7 +70,12 @@ Non-comprehensive list of changes in this release
70
New Compiler Flags
71
------------------
72
73
-- ...
+- ``-ftime-trace`` and ``ftime-trace-granularity=N``
74
+ Emits flame chart style compilation time report in chrome://tracing and
75
+ speedscope.app compatible format. A trace .json file is written next to the
76
+ compiled object file, containing hierarchical time information about frontend
77
+ activities (file parsing, template instantiation) and backend activities
78
+ (modules and functions being optimized, optimization passes).
79
80
Deprecated Compiler Flags
81
-------------------------
0 commit comments