Searched refs:Profiler (Results 51 - 74 of 74) sorted by relevance

123

/external/v8/src/
H A Dlog.cc545 // The Profiler samples pc and sp values for the main thread.
550 class Profiler: public base::Thread { class in namespace:v8::internal
552 explicit Profiler(Isolate* isolate);
629 void SetProfiler(Profiler* profiler) {
653 Profiler* profiler_;
659 // Profiler implementation.
661 Profiler::Profiler(Isolate* isolate) function in class:v8::internal::Profiler
662 : base::Thread(Options("v8:Profiler")),
674 void Profiler
[all...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
H A DProfileGrammarParser.cs59 : this( input, new Profiler(null), new RecognizerSharedState() )
65 Profiler p = (Profiler)dbg;
78 Profiler p = (Profiler)dbg;
89 ((Profiler)dbg).ExamineRuleMemoization(input, ruleIndex, ProfileGrammarParser.ruleNames[ruleIndex]);
95 ((Profiler)dbg).Memoize(input, ruleIndex, ruleStartIndex, ProfileGrammarParser.ruleNames[ruleIndex]);
/external/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp141 : ModulePass(ID), Profiler(Opts) {
144 const char *getPassName() const override { return "GCOV Profiler"; }
146 bool runOnModule(Module &M) override { return Profiler.runOnModule(M); }
149 GCOVProfiler Profiler; member in class:__anon13314::GCOVProfilerLegacyPass
466 GCOVProfiler Profiler(GCOVOpts);
468 if (!Profiler.runOnModule(M))
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DProfiler.cs51 public class Profiler : BlankDebugEventListener { class in namespace:Antlr.Runtime.Debug
92 public Profiler() { method in class:Antlr.Runtime.Debug.Profiler
95 public Profiler(DebugParser parser) { method in class:Antlr.Runtime.Debug.Profiler
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DProfiler.cs50 public class Profiler : BlankDebugEventListener class in namespace:Antlr.Runtime.Debug
92 public Profiler() method in class:Antlr.Runtime.Debug.Profiler
96 public Profiler(DebugParser parser) method in class:Antlr.Runtime.Debug.Profiler
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
H A DProfiler.java38 public class Profiler extends BlankDebugEventListener { class in inherits:BlankDebugEventListener
148 public Profiler() { method in class:Profiler
151 public Profiler(DebugParser parser) { method in class:Profiler
/external/autotest/utils/
H A Dtest_importer.py138 for profiler in models.Profiler.objects.all():
161 for profiler in models.Profiler.objects.all():
194 model = models.Profiler.objects.get_or_create(name=name)[0]
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
H A Dperf_profiler.py173 class PerfProfiler(profiler.Profiler):
H A Dstrace_profiler.py201 class StraceProfiler(profiler.Profiler):
/external/autotest/frontend/afe/
H A Dadmin.py274 admin.site.register(models.Profiler, ProfilerAdmin)
H A Drpc_interface.py609 return models.Profiler.add_object(name=name, description=description).id
613 models.Profiler.smart_get(id).update_object(data)
617 models.Profiler.smart_get(id).delete()
622 models.Profiler.list_objects(filter_data))
H A Drpc_utils.py281 profiler_objects = [models.Profiler.smart_get(profiler)
H A Dmodels.py872 class Profiler(dbmodels.Model, model_logic.ModelExtensions): class in inherits:dbmodels.Model, model_logic.ModelExtensions
889 """Metadata for class Profiler."""
/external/swiftshader/src/Main/
H A DSwiftConfig.cpp30 extern Profiler profiler;
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/boringssl/linux-arm/crypto/aes/
H A Daes-armv4.S32 @ Profiler-assisted and platform-specific optimization resulted in 16%
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/robolectric/v1/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 320 milliseconds

123