Skip to content

Commit 196dd50

Browse files
committed
Accept reviewer suggestion
1 parent 4aa1f34 commit 196dd50

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,8 @@ Similar filters can be applied for dumping too. That way you can reuse the same
123123
recording to selectively focus on some special part using a refinement of the filter flags.
124124
Remember, the trace JSON needs to fit into Chrome's ``about:tracing`` or `speedscope <https://speedscope.app>`_,
125125
thus it needs to be of a limited size.
126-
In that case though, every dump operation would need to sieve through the whole recording if called repeatedly.
126+
If you do not apply filters on recording, you will collect a large trace and every dump operation
127+
would need to sieve through the much larger recording which may be annoying if done repeatedly.
127128

128129
If the trace JSON is still too large to load, have a look at the dump and look for frequent entries that refer to non-interesting parts.
129130
Once you have some of those, add them as ``--hide`` flags to the ``uftrace dump`` call.

0 commit comments

Comments
 (0)