File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
clang/docs/analyzer/developer-docs Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ thus it needs to be of a limited size.
126126If you do not apply filters on recording, you will collect a large trace and every dump operation
127127would need to sieve through the much larger recording which may be annoying if done repeatedly.
128128
129- 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.
129+ If the trace JSON is still too large to load, have a look at the dump as plain text and look for frequent entries that refer to non-interesting parts.
130130Once you have some of those, add them as ``--hide `` flags to the ``uftrace dump `` call.
131131To see what functions appear frequently in the trace, use this command:
132132
You can’t perform that action at this time.
0 commit comments