Skip to content

Commit 82fecfd

Browse files
committed
Release notes: -ftime-trace
By Aras Pranckevicius! llvm-svn: 369895
1 parent 71d5152 commit 82fecfd

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,12 @@ Non-comprehensive list of changes in this release
7070
New Compiler Flags
7171
------------------
7272

73-
- ...
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).
7479

7580
Deprecated Compiler Flags
7681
-------------------------

0 commit comments

Comments
 (0)