HomeSort by relevance Sort by last modified time
    Searched defs:profiler (Results 1 - 21 of 21) sorted by null

  /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());
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
MalformedHprofException.java 17 package dalvik.system.profiler;
ThreadSampler.java 17 package dalvik.system.profiler;
22 * The {@code ThreadSampler} interfaces allows a profiler to choose
PortableThreadSampler.java 17 package dalvik.system.profiler;
DalvikThreadSampler.java 17 package dalvik.system.profiler;
AsciiHprofWriter.java 17 package dalvik.system.profiler;
HprofBinaryToAscii.java 17 package dalvik.system.profiler;
30 * adb shell dalvikvm 'dalvik.system.profiler.HprofBinaryToAscii'
BinaryHprof.java 17 package dalvik.system.profiler;
BinaryHprofWriter.java 17 package dalvik.system.profiler;
HprofData.java 17 package dalvik.system.profiler;
30 * Represents sampling profiler data. Can be converted to ASCII or
SamplingProfiler.java 17 package dalvik.system.profiler;
28 * A sampling profiler. It currently is implemented without any
45 * SamplingProfiler profiler = new SamplingProfiler(12, threadSet);
46 * profiler.start(100);
48 * profiler.stop();
50 * profiler.start(100);
52 * profiler.stop();
53 * profiler.shutdown();
54 * AsciiHprofWriter.write(profiler.getHprofData(), System.out);
66 * Data collected by the sampling profiler
    [all...]
BinaryHprofReader.java 17 package dalvik.system.profiler;
  /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...]
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...]
cpu-profiler.h 251 CpuProfiler* profiler = isolate->cpu_profiler(); local
252 return profiler != NULL && NoBarrier_Load(&profiler->is_profiling_);
  /external/webkit/Source/JavaScriptCore/profiler/
Profiler.cpp 30 #include "Profiler.h"
53 Profiler* Profiler::s_sharedProfiler = 0;
54 Profiler* Profiler::s_sharedEnabledProfilerReference = 0;
56 Profiler* Profiler::profiler() function in class:JSC::Profiler
59 s_sharedProfiler = new Profiler();
63 void Profiler::startProfiling(ExecState* exec, const UString& title
    [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/JavaScriptCore/runtime/
JSGlobalObject.cpp 61 #include "Profiler.h"
94 Profiler** profiler = Profiler::enabledProfilerReference(); local
95 if (UNLIKELY(*profiler != 0)) {
96 (*profiler)->stopProfiling(this);
  /external/webkit/Source/JavaScriptCore/interpreter/
Interpreter.cpp 57 #include "Profiler.h"
682 if (Profiler* profiler = *Profiler::enabledProfilerReference())
683 profiler->exceptionUnwind(callFrame);
688 if (Profiler* profiler = *Profiler::enabledProfilerReference())
689 profiler->exceptionUnwind(callFrame);
756 Profiler** profiler = Profiler::enabledProfilerReference() local
827 Profiler** profiler = Profiler::enabledProfilerReference(); local
859 Profiler** profiler = Profiler::enabledProfilerReference(); local
916 Profiler** profiler = Profiler::enabledProfilerReference(); local
951 Profiler** profiler = Profiler::enabledProfilerReference(); local
1018 Profiler** profiler = Profiler::enabledProfilerReference(); local
1124 Profiler** profiler = Profiler::enabledProfilerReference(); local
    [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 965 milliseconds