Home
last modified time | relevance | path

Searched refs:Profiler (Results 1 – 13 of 13) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DStmtProfile.cpp414 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 DMemProfiler.cpp226 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 DGCOVProfiling.cpp575 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 Dperlperf.pod408 =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 Dperldebug.pod1180 =head2 The Perl Profiler
/openbsd-src/gnu/llvm/compiler-rt/lib/memprof/
H A DCMakeLists.txt1 # Build for the Memory Profiler runtime support library.
/openbsd-src/gnu/llvm/compiler-rt/lib/xray/
H A DCMakeLists.txt319 # Profiler Mode runtime
/openbsd-src/gnu/usr.bin/perl/t/porting/
H A Dknown_pod_issues.dat99 Devel::Apache::Profiler
/openbsd-src/gnu/usr.bin/texinfo/
H A Ddir-example69 * Gprof: (gprof). Profiler.
/openbsd-src/gnu/usr.bin/texinfo/util/
H A Ddir-example109 * Gprof: (gprof). Profiler.
/openbsd-src/gnu/usr.bin/binutils/gprof/
H A Dgprof.texi47 @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 Dgprof.texi47 @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 Dperlfaq3.pod278 The L<Devel::NYTProf> (New York Times Profiler) does both statement