| /openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/ |
| H A D | FreeBSD.cpp | 290 bool Profiling = Args.hasArg(options::OPT_pg) && Major != 0 && Major < 14; in ConstructJob() local 301 if (Profiling) in ConstructJob() 312 if (Profiling) in ConstructJob() 318 } else if (Profiling) { in ConstructJob() 327 if (Profiling) in ConstructJob() 333 if (Profiling) { in ConstructJob() 346 } else if (Profiling) { in ConstructJob() 438 bool Profiling = Args.hasArg(options::OPT_pg) && Major != 0 && Major < 14; in AddCXXStdlibLibArgs() local 440 CmdArgs.push_back(Profiling ? "-lc++_p" : "-lc++"); in AddCXXStdlibLibArgs()
|
| H A D | OpenBSD.cpp | 336 bool Profiling = Args.hasArg(options::OPT_pg); in AddCXXStdlibLibArgs() local 338 CmdArgs.push_back(Profiling ? "-lc++_p" : "-lc++"); in AddCXXStdlibLibArgs() 341 CmdArgs.push_back(Profiling ? "-lc++abi_p" : "-lc++abi"); in AddCXXStdlibLibArgs() 342 CmdArgs.push_back(Profiling ? "-lpthread_p" : "-lpthread"); in AddCXXStdlibLibArgs()
|
| /openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchFinder.h | 130 struct Profiling { struct 131 Profiling(llvm::StringMap<llvm::TimeRecord> &Records) in Profiling() argument 141 std::optional<Profiling> CheckProfiling;
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | MisExpect.rst | 62 Sampling. MisExpect Diagnostics are compatible with all Profiling formats. 67 | Frontend | Profiling instrumentation added during compilation by the frontend, i.e. ``clang… 69 | IR | Profiling instrumentation added during by the LLVM backend …
|
| H A D | UsersManual.rst | 2466 Profiling with Instrumentation 2841 GCOV-based Profiling
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | MisExpect.rst | 60 Sampling. MisExpect Diagnostics are compatible with all Profiling formats. 65 | Frontend | Profiling instrumentation added during compilation by the frontend, i.e. ``clang… 67 | IR | Profiling instrumentation added during by the LLVM backend …
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/doc/ |
| H A D | c-msp430.texi | 22 * MSP430 Profiling Capability:: Profiling Capability 228 @node MSP430 Profiling Capability 229 @section Profiling Capability
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
| H A D | ValueProfilePlugins.inc | 10 // Each plugin is responsible for collecting Value Profiling candidates for a
|
| /openbsd-src/gnu/usr.bin/binutils/gprof/ |
| H A D | gprof.texi | 13 * gprof: (gprof). Profiling your program's execution 72 @top Profiling a Program: Where Does It Spend Its Time? 101 @chapter Introduction to Profiling 199 Profiling allows you to learn where your program spent its time and which 214 Profiling has several steps: 257 @chapter Compiling a Program for Profiling 1384 @section Line-by-line Profiling 1766 @chapter Details of Profiling 1776 @section Implementation of Profiling 1778 Profiling works by changing how every function in your program is compiled [all …]
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gprof/ |
| H A D | gprof.texi | 13 * gprof: (gprof). Profiling your program's execution 72 @top Profiling a Program: Where Does It Spend Its Time? 101 @chapter Introduction to Profiling 199 Profiling allows you to learn where your program spent its time and which 214 Profiling has several steps: 257 @chapter Compiling a Program for Profiling 1396 @section Line-by-line Profiling 1778 @chapter Details of Profiling 1788 @section Implementation of Profiling 1790 Profiling works by changing how every function in your program is compiled [all …]
|
| /openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/ |
| H A D | README-TestSuite | 108 - Profiling dotest.py runs
|
| /openbsd-src/gnu/usr.bin/perl/cpan/perlfaq/lib/ |
| H A D | perlfaq3.pod | 299 L<http://www.ddj.com/184404522> , and "Profiling in Perl" 302 Perl.com has two interesting articles on profiling: "Profiling Perl", 304 and "Debugging and Profiling mod_perl Applications", by Frank Wiles, 309 L<http://www.stonehenge.com/merlyn/UnixReview/col49.html> , and "Profiling
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64.td | 113 "Enable Statistical Profiling extension (FEAT_SPE)">; 471 "true", "Enable extra register in the Statistical Profiling Extension (FEAT_SPEv1p2)">;
|
| H A D | AArch64SystemOperands.td | 1430 // v8.2a "Statistical Profiling extension" registers 1728 // Statistical Profiling Extension system register 1848 // v8.9a/9.4a Synchronous-Exception-Based Event Profiling extension (FEAT_SEBEP)
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/doc/ |
| H A D | gcov.texi | 60 Profiling tools help you analyze your code's performance. Using a
|
| /openbsd-src/gnu/llvm/compiler-rt/include/profile/ |
| H A D | InstrProfData.inc | 755 /* Value Profiling API linkage name. */
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | gcov.texi | 61 Profiling tools help you analyze your code's performance. Using a
|
| H A D | passes.texi | 342 @item Profiling
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfData.inc | 755 /* Value Profiling API linkage name. */
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | builtins.def | 722 /* Profiling hooks. */
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | configure.in | 242 # Profiling support.
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlhacktips.pod | 1732 =head2 Gprof Profiling 1788 =head2 GCC gcov Profiling 1895 =head2 Visual Studio Profiling
|
| /openbsd-src/gnu/llvm/llvm/ |
| H A D | CMakeLists.txt | 830 "Profiling data file to use when compiling in order to improve runtime performance.")
|
| /openbsd-src/gnu/gcc/libcpp/po/ |
| H A D | be.po | 2087 #~ msgid "Profiling is not supported on this target."
|
| /openbsd-src/gnu/usr.bin/cvs/ |
| H A D | NEWS | 458 * Profiling to determine bottlenecks helped to identify the best
|