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

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/JavaScriptGlue/ForwardingHeaders/profiler/
Profiler.h 1 #include <JavaScriptCore/Profiler.h>
  /external/webkit/Source/WebCore/ForwardingHeaders/profiler/
Profiler.h 3 #include <JavaScriptCore/Profiler.h>
  /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/
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));
  /external/v8/test/mjsunit/tools/
tickprocessor-test-func-info.log 4 profiler,"begin",1
11 profiler,"end"
tickprocessor-test.log 4 profiler,"begin",1
25 profiler,"end"
  /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...]
Profiler.h 48 class Profiler {
51 static Profiler** enabledProfilerReference()
56 static Profiler* profiler();
74 static Profiler* s_sharedProfiler;
75 static Profiler* s_sharedEnabledProfilerReference;
  /external/llvm/test/CodeGen/ARM/
2009-08-23-linkerprivate.ll 3 ; ModuleID = '/Volumes/MacOS9/tests/WebKit/JavaScriptCore/profiler/ProfilerServer.mm'
  /external/llvm/test/CodeGen/PowerPC/
2009-08-23-linkerprivate.ll 3 ; ModuleID = '/Volumes/MacOS9/tests/WebKit/JavaScriptCore/profiler/ProfilerServer.mm'
  /external/llvm/test/CodeGen/X86/
2009-08-23-linkerprivate.ll 3 ; ModuleID = '/Volumes/MacOS9/tests/WebKit/JavaScriptCore/profiler/ProfilerServer.mm'
  /external/chromium/base/debug/
profiler.h 11 // The Profiler functions allow usage of the underlying sampling based
12 // profiler. If the application has not been built with the necessary
profiler.cc 5 #include "base/debug/profiler.h"
13 #include "third_party/tcmalloc/chromium/src/google/profiler.h"
  /external/valgrind/main/massif/tests/
filter_stderr 8 sed "/^Massif, a heap profiler/ , /./ d" |
  /external/webkit/Source/WebKit/gtk/
org.webkitgtk.gschema.xml.in 21 <key name="profiler-enabled" type="b">
23 <summary>Profiler Enabled</summary>
24 <description>Whether the profiler is always enabled.</description>
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
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...]
ThreadSampler.java 17 package dalvik.system.profiler;
22 * The {@code ThreadSampler} interfaces allows a profiler to choose
  /external/v8/src/
runtime-profiler.h 74 // Profiler thread interface.
77 // The profiler thread can query whether some isolate is currently
82 // profiler thread suspends itself by calling the wait function. The
84 // While the function was waiting the profiler may have been
89 // When shutting down we join the profiler thread. Doing so while
147 // -1 => the profiler thread is waiting on the semaphore
159 // Rate limiter intended to be used in the profiler thread.
164 // Suspends the current thread (which must be the profiler thread)
185 // profiler thread before it suspends itself and starts waiting on
  /packages/apps/Phone/src/com/android/phone/
Profiler.java 28 public class Profiler {
35 // Profiler.PROFILE first, so the method calls will get optimized out
51 private Profiler() {
124 Log.d(LOG_TAG, "[Profiler] " + msg);
  /external/chromium/chrome/common/
profiling.h 12 #include "base/debug/profiler.h"
14 // The Profiling class manages the interaction with a sampling based profiler.
  /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/chromium/chrome/browser/debugger/manual_tests/
profiler-test-console-control.html 3 <title>Profiler: test console controlling of CPU profiling</title>
  /external/oprofile/gui/
oprof_start_config.h 31 * Store the general configuration of the profiler.
  /external/valgrind/main/
README 24 and branch-prediction profiler, a call-graph generating cache abd
25 branch-prediction profiler, and a heap profiler. It also includes
27 a different kind of heap profiler, and a SimPoint basic block vector
  /external/webkit/Source/WebCore/manual-tests/inspector/
profiler-test-call.html 3 <script src="resources/profiler-test-JS-resources.js"></script>

Completed in 1063 milliseconds

1 2 3 4 5 6 7 8 91011>>