Home
last modified time | relevance | path

Searched refs:Profiling (Results 1 – 25 of 49) sorted by relevance

12

/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DFreeBSD.cpp290 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 DOpenBSD.cpp336 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 DASTMatchFinder.h130 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 DMisExpect.rst62 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 DUsersManual.rst2466 Profiling with Instrumentation
2841 GCOV-based Profiling
/openbsd-src/gnu/llvm/llvm/docs/
H A DMisExpect.rst60 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 Dc-msp430.texi22 * MSP430 Profiling Capability:: Profiling Capability
228 @node MSP430 Profiling Capability
229 @section Profiling Capability
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DValueProfilePlugins.inc10 // Each plugin is responsible for collecting Value Profiling candidates for a
/openbsd-src/gnu/usr.bin/binutils/gprof/
H A Dgprof.texi13 * 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 Dgprof.texi13 * 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 DREADME-TestSuite108 - Profiling dotest.py runs
/openbsd-src/gnu/usr.bin/perl/cpan/perlfaq/lib/
H A Dperlfaq3.pod299 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 DAArch64.td113 "Enable Statistical Profiling extension (FEAT_SPE)">;
471 "true", "Enable extra register in the Statistical Profiling Extension (FEAT_SPEv1p2)">;
H A DAArch64SystemOperands.td1430 // 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 Dgcov.texi60 Profiling tools help you analyze your code's performance. Using a
/openbsd-src/gnu/llvm/compiler-rt/include/profile/
H A DInstrProfData.inc755 /* Value Profiling API linkage name. */
/openbsd-src/gnu/gcc/gcc/doc/
H A Dgcov.texi61 Profiling tools help you analyze your code's performance. Using a
H A Dpasses.texi342 @item Profiling
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc755 /* Value Profiling API linkage name. */
/openbsd-src/gnu/gcc/gcc/
H A Dbuiltins.def722 /* Profiling hooks. */
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dconfigure.in242 # Profiling support.
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlhacktips.pod1732 =head2 Gprof Profiling
1788 =head2 GCC gcov Profiling
1895 =head2 Visual Studio Profiling
/openbsd-src/gnu/llvm/llvm/
H A DCMakeLists.txt830 "Profiling data file to use when compiling in order to improve runtime performance.")
/openbsd-src/gnu/gcc/libcpp/po/
H A Dbe.po2087 #~ msgid "Profiling is not supported on this target."
/openbsd-src/gnu/usr.bin/cvs/
H A DNEWS458 * Profiling to determine bottlenecks helped to identify the best

12