HomeSort by relevance Sort by last modified time
    Searched refs:profiler (Results 26 - 50 of 52) sorted by null

12 3

  /external/v8/src/
heap-profiler.cc 30 #include "heap-profiler.h"
440 HeapProfiler* profiler = Isolate::Current()->heap_profiler(); local
441 ASSERT(profiler != NULL);
442 return profiler->snapshots_->snapshots()->length();
447 HeapProfiler* profiler = Isolate::Current()->heap_profiler(); local
448 ASSERT(profiler != NULL);
449 return profiler->snapshots_->snapshots()->at(index);
454 HeapProfiler* profiler = Isolate::Current()->heap_profiler(); local
455 ASSERT(profiler != NULL);
456 return profiler->snapshots_->GetSnapshot(uid)
461 HeapProfiler* profiler = Isolate::Current()->heap_profiler(); local
    [all...]
log.cc 38 #include "runtime-profiler.h"
79 // The Profiler samples pc and sp values for the main thread.
84 class Profiler: public Thread {
86 explicit Profiler(Isolate* isolate);
134 // Tells whether profiler is engaged, that is, processing thread is stated.
189 // Ticker used to provide ticks to the profiler and the sliding state
216 void SetProfiler(Profiler* profiler) {
218 profiler_ = profiler;
236 Profiler* profiler_
    [all...]
  /external/v8/
Android.v8common.mk 23 src/cpu-profiler.cc \
47 src/heap-profiler.cc \
73 src/runtime-profiler.cc \
  /external/webkit/Source/WebCore/bindings/v8/
ScriptProfiler.cpp 39 #include <v8-profiler.h>
  /libcore/dalvik/src/main/java/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'
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/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...]
  /external/v8/tools/
logreader.js 71 * Processes a portion of V8 profiler event log.
81 * Processes a line of V8 profiler event log.
profile_view.js 32 * @param {number} samplingRate Number of ms between profiler ticks.
profile.js 54 * Enum for profiler operations that involve looking up existing
  /dalvik/vm/mterp/x86-atom/
footer.S 24 * Check to see if the thread needs to be suspended or debugger/profiler
48 jne 3f # debugger or profiler active; switch interp
62 3: # debugger/profiler enabled, bail out
70 * Check to see if the thread needs to be suspended or debugger/profiler
92 jne 3f # debugger or profiler active; switch interp
104 3: # debugger/profiler enabled, bail out
363 jne 3f # debugger or profiler active; switch interp
373 3: # debugger/profiler enabled, bail out
  /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...]
  /frameworks/base/core/java/android/view/
ViewDebug.java 437 LooperProfiler profiler = new LooperProfiler(path, fileDescriptor); local
438 sLooperProfilerStorage.set(profiler);
439 Looper.myLooper().setMessageLogging(profiler);
451 LooperProfiler profiler = sLooperProfilerStorage.get(); local
452 if (profiler != null) {
455 profiler.save();
459 private static class LooperProfiler implements Looper.Profiler, Printer {
    [all...]
  /external/webkit/Source/WebCore/inspector/
InspectorProfilerAgent.cpp 198 OutputStream(InspectorFrontend::Profiler* frontend, unsigned uid)
203 InspectorFrontend::Profiler* m_frontend;
262 m_frontend = frontend->profiler();
340 explicit HeapSnapshotProgress(InspectorFrontend::Profiler* frontend)
354 InspectorFrontend::Profiler* m_frontend;
  /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/WebCore/
Android.jscbindings.mk 43 $(JAVASCRIPTCORE_PATH)/profiler \
  /external/webkit/Source/WebCore/inspector/front-end/
ProfilesPanel.js 136 InspectorBackend.registerDomainDispatcher("Profiler", new WebInspector.ProfilerDispatcher(this));
798 WebInspector.ProfilerDispatcher = function(profiler)
800 this._profiler = profiler;
  /external/v8/benchmarks/
splay.js 29 // by the V8 profiler to generate execution time profiles for runs of
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-splay.js 29 // by the V8 profiler to generate execution time profiles for runs of
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-splay.js 29 // by the V8 profiler to generate execution time profiles for runs of
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-splay.js 29 // by the V8 profiler to generate execution time profiles for runs of

Completed in 4458 milliseconds

12 3