HomeSort by relevance Sort by last modified time
    Searched refs:profiler (Results 1 - 25 of 60) sorted by null

1 2 3

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node_profiler.h 23 #define PROF_SPACE_SUBSTITUTION(profiler) profiler.profSpaceSubstitution()
24 #define PROF_SPACE_OMISSION(profiler) profiler.profSpaceOmission()
25 #define PROF_ADDITIONAL_PROXIMITY(profiler) profiler.profAdditionalProximity()
26 #define PROF_SUBSTITUTION(profiler) profiler.profSubstitution()
27 #define PROF_OMISSION(profiler) profiler.profOmission(
    [all...]
  /external/webkit/Source/JavaScriptCore/API/
JSProfilerPrivate.cpp 31 #include "Profiler.h"
37 Profiler::profiler()->startProfiling(toJS(ctx), title->ustring());
43 Profiler* profiler = Profiler::profiler(); local
44 profiler->stopProfiling(exec, title->ustring());
  /external/webkit/Source/WebCore/bindings/js/
ScriptProfileNode.h 31 #include <profiler/ProfileNode.h>
ScriptProfiler.cpp 35 #include <profiler/Profiler.h>
46 JSC::Profiler::profiler()->startProfiling(state, stringToUString(title));
51 RefPtr<JSC::Profile> profile = JSC::Profiler::profiler()->stopProfiling(state, stringToUString(title));
JSScriptProfileNodeCustom.cpp 32 #include <profiler/ProfileNode.h>
ScriptProfile.cpp 33 #include <profiler/Profile.h>
34 #include <profiler/ProfileNode.h>
  /external/webkit/Source/WebCore/bindings/v8/
RetainedObjectInfo.h 34 #include <v8-profiler.h>
ScriptHeapSnapshot.cpp 37 #include <v8-profiler.h>
ScriptProfileNode.cpp 37 #include <v8-profiler.h>
ScriptProfile.cpp 36 #include <v8-profiler.h>
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
ThreadSampler.java 17 package dalvik.system.profiler;
22 * The {@code ThreadSampler} interfaces allows a profiler to choose
MalformedHprofException.java 17 package dalvik.system.profiler;
PortableThreadSampler.java 17 package dalvik.system.profiler;
DalvikThreadSampler.java 17 package dalvik.system.profiler;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/
base.h 42 #include <profile/impl/profiler.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/
base.h 42 #include <profile/impl/profiler.h>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/
base.h 42 #include <profile/impl/profiler.h>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/
base.h 35 #include <profile/impl/profiler.h>
  /external/v8/src/
heap-profiler.cc 30 #include "heap-profiler.h"
141 HeapProfiler* profiler = Isolate::Current()->heap_profiler(); local
142 ASSERT(profiler != NULL);
143 return profiler->snapshots_->snapshots()->length();
148 HeapProfiler* profiler = Isolate::Current()->heap_profiler(); local
149 ASSERT(profiler != NULL);
150 return profiler->snapshots_->snapshots()->at(index);
155 HeapProfiler* profiler = Isolate::Current()->heap_profiler(); local
156 ASSERT(profiler != NULL);
157 return profiler->snapshots_->GetSnapshot(uid)
162 HeapProfiler* profiler = Isolate::Current()->heap_profiler(); local
    [all...]
heap-profiler.h 41 v8::internal::HeapProfiler* profiler = heap->isolate()->heap_profiler(); \
42 if (profiler != NULL && profiler->is_profiling()) { \
43 profiler->call; \
cpu-profiler.cc 30 #include "cpu-profiler-inl.h"
37 #include "../include/v8-profiler.h"
299 CpuProfiler* profiler = Isolate::Current()->cpu_profiler(); local
300 const int token = profiler->token_enumerator_->GetTokenId(security_token);
301 return profiler->profiles_->Profiles(token)->at(index);
307 CpuProfiler* profiler = Isolate::Current()->cpu_profiler(); local
308 const int token = profiler->token_enumerator_->GetTokenId(security_token);
309 return profiler->profiles_->GetProfile(token, uid);
423 CpuProfiler* profiler = Isolate::Current()->cpu_profiler(); local
424 profiler->processor_->SharedFunctionInfoMoveEvent(from, to)
    [all...]
  /libcore/dalvik/src/test/java/dalvik/system/profiler/
SamplingProfilerTest.java 17 package dalvik.system.profiler;
19 import dalvik.system.profiler.AsciiHprofWriter;
20 import dalvik.system.profiler.BinaryHprofReader;
21 import dalvik.system.profiler.BinaryHprofWriter;
22 import dalvik.system.profiler.HprofData.Sample;
23 import dalvik.system.profiler.HprofData.StackTrace;
24 import dalvik.system.profiler.HprofData.ThreadEvent;
25 import dalvik.system.profiler.HprofData;
26 import dalvik.system.profiler.SamplingProfiler.ThreadSet;
53 SamplingProfiler profiler = new SamplingProfiler(12, threadSet) local
    [all...]
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8ScriptProfileCustom.cpp 38 #include <v8-profiler.h>
  /hardware/qcom/display/libqdutils/
Android.mk 11 LOCAL_SRC_FILES := profiler.cpp mdp_version.cpp \
  /external/webkit/Source/JavaScriptCore/profiler/
Profiler.h 48 class Profiler {
51 static Profiler** enabledProfilerReference()
56 static Profiler* profiler();
74 static Profiler* s_sharedProfiler;
75 static Profiler* s_sharedEnabledProfilerReference;

Completed in 192 milliseconds

1 2 3