https://github.com/namhyung created 
https://github.com/llvm/llvm-project/pull/188674

It should be --flame-graph instead of --framegraph.

>From 7cdfb496f6b1a9bf915f001186f0a0f5ea0797bb Mon Sep 17 00:00:00 2001
From: Namhyung Kim <[email protected]>
Date: Wed, 25 Mar 2026 21:14:54 -0700
Subject: [PATCH] [analyzer][docs] Update uftrace option name

It should be --flame-graph instead of --framegraph.
---
 clang/docs/analyzer/developer-docs/PerformanceInvestigation.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/clang/docs/analyzer/developer-docs/PerformanceInvestigation.rst 
b/clang/docs/analyzer/developer-docs/PerformanceInvestigation.rst
index 5d662cfb65be2e..9956f557777442 100644
--- a/clang/docs/analyzer/developer-docs/PerformanceInvestigation.rst
+++ b/clang/docs/analyzer/developer-docs/PerformanceInvestigation.rst
@@ -134,4 +134,4 @@ To see what functions appear frequently in the trace, use 
this command:
 
    cat trace.json | grep -Po '"name":"(.+)"' | sort | uniq -c | sort -nr | 
head -n 50
 
-``uftrace`` can also dump the report as a Flame graph using ``uftrace dump 
--framegraph``.
+``uftrace`` can also dump the report as a Flame graph using ``uftrace dump 
--flame-graph``.

_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to