Home
last modified time | relevance | path

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

1234

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DOpenBSD.cpp295 bool Profiling = Args.hasArg(options::OPT_pg); in AddCXXStdlibLibArgs() local
297 CmdArgs.push_back(Profiling ? "-lc++_p" : "-lc++"); in AddCXXStdlibLibArgs()
298 CmdArgs.push_back(Profiling ? "-lc++abi_p" : "-lc++abi"); in AddCXXStdlibLibArgs()
299 CmdArgs.push_back(Profiling ? "-lpthread_p" : "-lpthread"); in AddCXXStdlibLibArgs()
H A DFreeBSD.cpp419 bool Profiling = Args.hasArg(options::OPT_pg); in AddCXXStdlibLibArgs() local
423 CmdArgs.push_back(Profiling ? "-lc++_p" : "-lc++"); in AddCXXStdlibLibArgs()
427 CmdArgs.push_back(Profiling ? "-lstdc++_p" : "-lstdc++"); in AddCXXStdlibLibArgs()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h129 struct Profiling { struct
130 Profiling(llvm::StringMap<llvm::TimeRecord> &Records) in Profiling() function
140 llvm::Optional<Profiling> CheckProfiling;
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/profile/
H A Dset1 // Profiling set/multiset implementation -*- C++ -*-
H A Dmap1 // Profiling map/multimap implementation -*- C++ -*-
H A Ddeque1 // Profiling deque implementation -*- C++ -*-
H A Dbitset1 // Profiling bitset implementation -*- C++ -*-
/netbsd-src/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dconfigure.ac41 AC_MSG_WARN([Cannot set --enable-shared for gprofng/libcollector. Profiling will be unavailable.])
/netbsd-src/bin/ksh/
H A Dsiglist.in34 PROF Profiling timer expired
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Dconfigure.ac41 AC_MSG_WARN([Cannot set --enable-shared for gprofng/libcollector. Profiling will be unavailable.])
/netbsd-src/external/gpl3/binutils.old/dist/gas/doc/
H A Dc-msp430.texi22 * MSP430 Profiling Capability:: Profiling Capability
350 @node MSP430 Profiling Capability
351 @section Profiling Capability
/netbsd-src/external/gpl3/binutils/dist/gas/doc/
H A Dc-msp430.texi22 * MSP430 Profiling Capability:: Profiling Capability
350 @node MSP430 Profiling Capability
351 @section Profiling Capability
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DValueProfilePlugins.inc10 // Each plugin is responsible for collecting Value Profiling candidates for a
/netbsd-src/external/gpl3/binutils.old/dist/gprof/
H A Dgprof.texi16 * gprof: (gprof). Profiling your program's execution
71 @top Profiling a Program: Where Does It Spend Its Time?
106 @chapter Introduction to Profiling
206 Profiling allows you to learn where your program spent its time and which
221 Profiling has several steps:
226 @xref{Compiling, ,Compiling a Program for Profiling}.
262 @xref{Implementation, ,Implementation of Profiling}.
265 @chapter Compiling a Program for Profiling
357 @code{gprof}. @xref{Line-by-line, ,Line-by-line Profiling}.
1422 @section Line-by-line Profiling
[all …]
H A Dgprof.info16 * gprof: (gprof). Profiling your program's execution
22 Profiling a Program: Where Does It Spend Its Time?
55 1 Introduction to Profiling
58 Profiling allows you to learn where your program spent its time and
73 Profiling has several steps:
76 *Note Compiling a Program for Profiling: Compiling.
104 description of its implementation. *Note Implementation of Profiling:
110 2 Compiling a Program for Profiling
190 Line-by-line Profiling: Line-by-line.
1199 5.3 Line-by-line Profiling
[all …]
/netbsd-src/external/gpl3/binutils/dist/gprof/
H A Dgprof.texi16 * gprof: (gprof). Profiling your program's execution
71 @top Profiling a Program: Where Does It Spend Its Time?
106 @chapter Introduction to Profiling
206 Profiling allows you to learn where your program spent its time and which
221 Profiling has several steps:
226 @xref{Compiling, ,Compiling a Program for Profiling}.
262 @xref{Implementation, ,Implementation of Profiling}.
265 @chapter Compiling a Program for Profiling
357 @code{gprof}. @xref{Line-by-line, ,Line-by-line Profiling}.
1425 @section Line-by-line Profiling
[all …]
H A Dgprof.info16 * gprof: (gprof). Profiling your program’s execution
22 Profiling a Program: Where Does It Spend Its Time?
55 1 Introduction to Profiling
58 Profiling allows you to learn where your program spent its time and
73 Profiling has several steps:
76 *Note Compiling a Program for Profiling: Compiling.
104 description of its implementation. *Note Implementation of Profiling:
110 2 Compiling a Program for Profiling
190 Line-by-line Profiling: Line-by-line.
1202 5.3 Line-by-line Profiling
[all …]
/netbsd-src/lib/libc/nls/
H A DC.msg252 27 Profiling timer expired
H A Dnl.msg248 27 Profiling wekker
/netbsd-src/external/lgpl3/gmp/dist/doc/
H A Dgmp.info50 Node: Profiling80553
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/
H A Dlibgomp.texi114 * OpenACC Profiling Interface::
1903 API routines for the OpenACC Profiling Interface.
1973 callbacks of the OpenACC Profiling Interface (@ref{OpenACC Profiling
3023 @ref{OpenACC Profiling Interface}
3044 @ref{OpenACC Profiling Interface}
3065 @ref{OpenACC Profiling Interface}
3086 @ref{OpenACC Profiling Interface}, @ref{ACC_PROFLIB}
3141 @ref{acc_register_library}, @ref{OpenACC Profiling Interface}
3366 @c OpenACC Profiling Interface
3369 @node OpenACC Profiling Interface
[all …]
H A Dlibgomp.info94 * OpenACC Profiling Interface::
1708 API routines for the OpenACC Profiling Interface.
1770 callbacks of the OpenACC Profiling Interface (*note OpenACC
1771 Profiling Interface::), that is, if the device is currently being
2729 *note OpenACC Profiling Interface::
2748 *note OpenACC Profiling Interface::
2766 *note OpenACC Profiling Interface::
2785 *note OpenACC Profiling Interface::, *note ACC_PROFLIB::
2834 *note acc_register_library::, *note OpenACC Profiling Interface::
2892 File: libgomp.info, Node: OpenACC Library Interoperability, Next: OpenACC Profiling Interface, P…
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A Dlibgomp.texi115 * OpenACC Profiling Interface::
2437 API routines for the OpenACC Profiling Interface.
2507 callbacks of the OpenACC Profiling Interface (@ref{OpenACC Profiling
3557 @ref{OpenACC Profiling Interface}
3578 @ref{OpenACC Profiling Interface}
3599 @ref{OpenACC Profiling Interface}
3620 @ref{OpenACC Profiling Interface}, @ref{ACC_PROFLIB}
3675 @ref{acc_register_library}, @ref{OpenACC Profiling Interface}
3900 @c OpenACC Profiling Interface
3903 @node OpenACC Profiling Interface
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/doc/
H A Dgprofng.info63 * Java Profiling:: How to profile a Java application.
134 * Profiling is supported for an application written in C, C++, Java,
291 * Java Profiling:: How to profile a Java application.
1063 Clock Profiling
1761 File: gprofng.info, Node: Profile Hardware Event Counters, Next: Java Profiling, Prev: Viewing M…
2374 File: gprofng.info, Node: Java Profiling, Prev: Profile Hardware Event Counters, Up: A Mini Tuto…
2376 3.5 Java Profiling
2896 * Commands, viewmode: Java Profiling. (line 37)
2943 * Java profiling, -J <string>: Java Profiling. (line 29)
2944 * Java profiling, -j on/off: Java Profiling. (line 6)
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/include/gdb/
H A Dsignals.def49 SET (GDB_SIGNAL_PROF, 27, "SIGPROF", "Profiling timer expired")

1234