Skip to content

Commit 4ad385a

Browse files
committed
Accept reviewer suggestion
1 parent 6f91f3c commit 4ad385a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/docs/analyzer/developer-docs/PerformanceInvestigation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ Performance analysis using ``uftrace``
9696
that you can use to focus and drill down into the timeline of your application.
9797
We will use it to generate Chromium trace JSON.
9898
In contrast to ``perf``, this approach statically instruments every function, so it should be more precise and thorough than the sampling-based approaches like ``perf``.
99-
In contrast to using `-ftime-trace`, functions don't need to opt-in to be profiled using ``llvm::TimeTraceScope``.
100-
All functions are profiled due to static instrumentation.
99+
In contrast to using ``-ftime-trace``, functions don't need to opt-in to be profiled using ``llvm::TimeTraceScope``.
100+
All functions are profiled due to automatic static instrumentation.
101101

102102
There is only one prerequisite to use this tool.
103103
You need to build the binary you are about to instrument using ``-pg`` or ``-finstrument-functions``.

0 commit comments

Comments
 (0)