From a6ff69f6ddf9ab3b3ea8f3f57e8b91a24fa9319f Mon Sep 17 00:00:00 2001 From: Rong Xu Date: Thu, 28 Feb 2019 19:55:07 +0000 Subject: [PGO] Context sensitive PGO (part 2) Part 2 of CSPGO changes (mostly related to ProfileSummary). Note that I use a default parameter in setProfileSummary() and getSummary(). This is to break the dependency in clang. I will make the parameter explicit after changing clang in a separated patch. Differential Revision: https://reviews.llvm.org/D54175 llvm-svn: 355131 --- llvm/docs/CommandGuide/llvm-profdata.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'llvm/docs/CommandGuide') diff --git a/llvm/docs/CommandGuide/llvm-profdata.rst b/llvm/docs/CommandGuide/llvm-profdata.rst index f66fb499697..78bd4c19ea8 100644 --- a/llvm/docs/CommandGuide/llvm-profdata.rst +++ b/llvm/docs/CommandGuide/llvm-profdata.rst @@ -226,6 +226,10 @@ OPTIONS Only output names of functions whose max count value are below the cutoff value. +.. option:: -showcs + Only show context sensitive profile counts. The default is to filter all + context sensitive profile counts. + EXIT STATUS ----------- -- cgit v1.2.3