소스 검색

Merge topic 'supported-profiling-formats'

9c3beb532f cmake: Show supported formats in --help output for --profiling-format

Acked-by: Kitware Robot <[email protected]>
Acked-by: dublet <[email protected]>
Merge-request: !5001
Brad King 5 년 전
부모
커밋
5899e849d0
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      Source/cmakemain.cxx

+ 3 - 1
Source/cmakemain.cxx

@@ -98,7 +98,9 @@ const char* cmDocumentationOptions[][2] = {
     "Find problems with variable usage in system "
     "files." },
 #  if !defined(CMAKE_BOOTSTRAP)
-  { "--profiling-format=<fmt>", "Output data for profiling CMake scripts." },
+  { "--profiling-format=<fmt>",
+    "Output data for profiling CMake scripts. Supported formats: "
+    "google-trace" },
   { "--profiling-output=<file>",
     "Select an output path for the profiling data enabled through "
     "--profiling-format." },