We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18ec4ac commit b741a55Copy full SHA for b741a55
compiler-rt/include/profile/instr_prof_interface.h
@@ -1,4 +1,4 @@
1
-/*===---- instr_profiling.h - Instrumentation PGO User Program API ----------===
+/*===---- instr_prof_interface.h - Instrumentation PGO User Program API ----===
2
*
3
* Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
* See https://llvm.org/LICENSE.txt for license information.
@@ -7,7 +7,7 @@
7
*===-----------------------------------------------------------------------===
8
9
* This header provides a public interface for user programs to provide
10
- * fine-grained control of profile dumping.
+ * fine-grained control of counter reset and profile dumping.
11
12
\*===---------------------------------------------------------------------===*/
13
0 commit comments