HomeSort by relevance Sort by last modified time
    Searched refs:Profiling (Results 1 - 20 of 20) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/i18n/
messages.properties 41 DeviceView_Start_Method_Profiling=Start Method Profiling
42 DeviceView_Start_Method_Profiling_Not_Suported_By_Vm=Start Method Profiling (not supported by this VM)
43 DeviceView_Start_Method_Profiling_Tooltip=Start Method Profiling
44 DeviceView_Stop_Method_Profiling=Stop Method Profiling
45 DeviceView_Stop_Method_Profiling_Tooltip=Stop Method Profiling
  /external/clang/include/clang/ASTMatchers/
ASTMatchFinder.h 111 /// This id is used, for example, for the profiling output.
124 struct Profiling {
125 Profiling(llvm::StringMap<llvm::TimeRecord> &Records)
135 llvm::Optional<Profiling> CheckProfiling;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchFinder.h 111 /// This id is used, for example, for the profiling output.
124 struct Profiling {
125 Profiling(llvm::StringMap<llvm::TimeRecord> &Records)
135 llvm::Optional<Profiling> CheckProfiling;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchFinder.h 111 /// This id is used, for example, for the profiling output.
124 struct Profiling {
125 Profiling(llvm::StringMap<llvm::TimeRecord> &Records)
135 llvm::Optional<Profiling> CheckProfiling;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchFinder.h 111 /// This id is used, for example, for the profiling output.
124 struct Profiling {
125 Profiling(llvm::StringMap<llvm::TimeRecord> &Records)
135 llvm::Optional<Profiling> CheckProfiling;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchFinder.h 111 /// This id is used, for example, for the profiling output.
124 struct Profiling {
125 Profiling(llvm::StringMap<llvm::TimeRecord> &Records)
135 llvm::Optional<Profiling> CheckProfiling;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchFinder.h 111 /// This id is used, for example, for the profiling output.
124 struct Profiling {
125 Profiling(llvm::StringMap<llvm::TimeRecord> &Records)
135 llvm::Optional<Profiling> CheckProfiling;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchFinder.h 111 /// This id is used, for example, for the profiling output.
124 struct Profiling {
125 Profiling(llvm::StringMap<llvm::TimeRecord> &Records)
135 llvm::Optional<Profiling> CheckProfiling;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchFinder.h 111 /// This id is used, for example, for the profiling output.
124 struct Profiling {
125 Profiling(llvm::StringMap<llvm::TimeRecord> &Records)
135 llvm::Optional<Profiling> CheckProfiling;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchFinder.h 111 /// This id is used, for example, for the profiling output.
124 struct Profiling {
125 Profiling(llvm::StringMap<llvm::TimeRecord> &Records)
135 llvm::Optional<Profiling> CheckProfiling;
  /external/gemmlowp/profiling/
profiler.h 31 // from profiling. More complex and feature-rich alternatives are
40 // 0. Enable profiling by defining GEMMLOWP_PROFILING. When profiling is
41 // not enabled, profiling instrumentation from instrumentation.h
44 // when profiling is not enabled, it is an error to #include the
47 // 1. Each thread can opt in to profiling by calling
49 // This can be done at any time, before or during profiling.
60 // enabling profiling (when not defining GEMMLOWP_PROFILING).
62 // 3. Use the profiler.h interface to control profiling. There are two
71 #include "profiling/instrumentation.h
    [all...]
  /system/extras/perfprofd/tests/
perfprofd_test.cc 727 I: starting Android Wide Profiling daemon
734 I: finishing Android Wide Profiling daemon
783 I: starting Android Wide Profiling daemon
798 I: finishing Android Wide Profiling daemon
853 I: starting Android Wide Profiling daemon
860 I: finishing Android Wide Profiling daemon
  /external/swiftshader/third_party/LLVM/
Makefile 155 $(Echo) Building Profiling Version
  /prebuilts/go/darwin-x86/src/runtime/pprof/
pprof_test.go 134 // Profiling tests are inherently flaky, especially on a
210 // enough to show that at least some profiling is occurring.
333 // Test that profiling of division operations is okay, especially on ARM. See issue 6681.
400 // probably Solaris), profiling signals are only
403 // profiling signals and fails.
404 t.Skipf("low resolution timers inhibit profiling signals (golang.org/issue/13405)")
410 t.Skipf("low resolution timers inhibit profiling signals (golang.org/issue/13405, golang.org/issue/17936)")
pprof.go 5 // Package pprof writes runtime profiling data in the format expected
8 // Profiling a Go program
10 // The first step to profiling a Go program is to enable profiling.
11 // Support for profiling benchmarks built with the standard testing
18 // To add equivalent profiling support to a standalone program, add
50 // There is also a standard HTTP interface to profiling data. Adding
118 // output to a writer during profiling.
650 profiling bool
654 // StartCPUProfile enables CPU profiling for the current process
    [all...]
  /prebuilts/go/linux-x86/src/runtime/pprof/
pprof_test.go 134 // Profiling tests are inherently flaky, especially on a
210 // enough to show that at least some profiling is occurring.
333 // Test that profiling of division operations is okay, especially on ARM. See issue 6681.
400 // probably Solaris), profiling signals are only
403 // profiling signals and fails.
404 t.Skipf("low resolution timers inhibit profiling signals (golang.org/issue/13405)")
410 t.Skipf("low resolution timers inhibit profiling signals (golang.org/issue/13405, golang.org/issue/17936)")
pprof.go 5 // Package pprof writes runtime profiling data in the format expected
8 // Profiling a Go program
10 // The first step to profiling a Go program is to enable profiling.
11 // Support for profiling benchmarks built with the standard testing
18 // To add equivalent profiling support to a standalone program, add
50 // There is also a standard HTTP interface to profiling data. Adding
118 // output to a writer during profiling.
650 profiling bool
654 // StartCPUProfile enables CPU profiling for the current process
    [all...]
  /external/clang/lib/Driver/
ToolChains.cpp     [all...]
  /prebuilts/go/darwin-x86/src/runtime/
proc.go     [all...]
  /prebuilts/go/linux-x86/src/runtime/
proc.go     [all...]

Completed in 2614 milliseconds