Searched refs:Profiler (Results 1 – 13 of 13) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | StmtProfile.cpp | 414 StmtProfiler *Profiler; member in __anonf5a685610211::OMPClauseProfiler 420 OMPClauseProfiler(StmtProfiler *P) : Profiler(P) { } in OMPClauseProfiler() 431 Profiler->VisitStmt(S); in VistOMPClauseWithPreInit() 438 Profiler->VisitStmt(E); in VistOMPClauseWithPostUpdate() 444 Profiler->VisitStmt(C->getCondition()); in VisitOMPIfClause() 450 Profiler->VisitStmt(C->getCondition()); in VisitOMPFinalClause() 456 Profiler->VisitStmt(C->getNumThreads()); in VisitOMPNumThreadsClause() 461 Profiler->VisitStmt(C->getAlignment()); in VisitOMPAlignClause() 466 Profiler->VisitStmt(C->getSafelen()); in VisitOMPSafelenClause() 471 Profiler->VisitStmt(C->getSimdlen()); in VisitOMPSimdlenClause() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
| H A D | MemProfiler.cpp | 226 MemProfiler Profiler(M); in run() local 227 if (Profiler.instrumentFunction(F)) in run() 236 ModuleMemProfiler Profiler(M); in run() local 237 if (Profiler.instrumentModule(M)) in run()
|
| H A D | GCOVProfiling.cpp | 575 GCOVProfiler Profiler(GCOVOpts); in run() local 589 if (!Profiler.runOnModule(M, GetBFI, GetBPI, GetTLI)) in run()
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlperf.pod | 408 =head2 Devel::Profiler 411 C<Devel::Profiler>, a drop-in Perl-only replacement for C<Devel::DProf>. The 413 flag, you pull C<Devel::Profiler> in directly as a module using C<-M>. 415 $> perl -MDevel::Profiler wordmatch -f perl5db.pl 429 C<Devel::Profiler> generates a tmon.out file which is compatible with the 453 showing the time it took for C<Devel::Profiler> to execute its own run, but 459 As the author of C<Devel::Profiler> writes: 462 output() taking NO time but Devel::Profiler shows around 10% of the 470 See also C<L<Devel::Apache::Profiler>> which hooks C<Devel::Profiler> [all...] |
| H A D | perldebug.pod | 1180 =head2 The Perl Profiler
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/memprof/ |
| H A D | CMakeLists.txt | 1 # Build for the Memory Profiler runtime support library.
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/xray/ |
| H A D | CMakeLists.txt | 319 # Profiler Mode runtime
|
| /openbsd-src/gnu/usr.bin/perl/t/porting/ |
| H A D | known_pod_issues.dat | 99 Devel::Apache::Profiler
|
| /openbsd-src/gnu/usr.bin/texinfo/ |
| H A D | dir-example | 69 * Gprof: (gprof). Profiler.
|
| /openbsd-src/gnu/usr.bin/texinfo/util/ |
| H A D | dir-example | 109 * Gprof: (gprof). Profiler.
|
| /openbsd-src/gnu/usr.bin/binutils/gprof/ |
| H A D | gprof.texi | 47 @subtitle The @sc{gnu} Profiler 187 ``An Execution Profiler for Modular Programs'', 192 ``gprof: A Call Graph Execution Profiler'',
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gprof/ |
| H A D | gprof.texi | 47 @subtitle The @sc{gnu} Profiler 187 ``An Execution Profiler for Modular Programs'', 192 ``gprof: A Call Graph Execution Profiler'',
|
| /openbsd-src/gnu/usr.bin/perl/cpan/perlfaq/lib/ |
| H A D | perlfaq3.pod | 278 The L<Devel::NYTProf> (New York Times Profiler) does both statement
|