HomeSort by relevance Sort by last modified time
    Searched refs:Profiler (Results 51 - 75 of 90) sorted by null

1 23 4

  /external/v8/src/
log.h 55 // tick profiler requires code events, so --prof implies --log-code.
64 class Profiler;
330 // Profiler's sampling interval (in milliseconds).
346 // Emits the profiler's first message.
363 // Emits a profiler tick event. Used by the profiler thread.
377 // The sampler used by the profiler and the sliding state window.
381 // points to a Profiler, that handles collection
383 Profiler* profiler_;
393 friend class Profiler;
    [all...]
log.cc 19 #include "src/profiler/cpu-profiler.h"
20 #include "src/runtime-profiler.h"
605 // The Profiler samples pc and sp values for the main thread.
610 class Profiler: public base::Thread {
612 explicit Profiler(Isolate* isolate);
662 // Tells whether profiler is engaged, that is, processing thread is stated.
674 // Ticker used to provide ticks to the profiler and the sliding state
689 void SetProfiler(Profiler* profiler) {
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
java_heap_profiler.py 13 from telemetry.internal.platform import profiler namespace
22 class JavaHeapProfiler(profiler.Profiler):
tcmalloc_heap_profiler.py 10 from telemetry.internal.platform import profiler namespace
36 # This profiler requires adb root to set properties.
103 class TCMallocHeapProfiler(profiler.Profiler):
104 """A Factory to instantiate the platform-specific profiler."""
tcpdump_profiler.py 12 from telemetry.internal.platform import profiler namespace
13 from telemetry.internal.platform.profiler import android_prebuilt_profiler_helper
21 This profiler uses pre-built binaries from AOSP.
104 class TCPDumpProfiler(profiler.Profiler):
105 """A Factory to instantiate the platform-specific profiler."""
vtune_profiler.py 12 from telemetry.internal.platform import profiler namespace
13 from telemetry.internal.platform.profiler import android_profiling_helper
88 class VTuneProfiler(profiler.Profiler):
strace_profiler.py 13 from telemetry.internal.platform import profiler namespace
200 class StraceProfiler(profiler.Profiler):
perf_profiler.py 17 from telemetry.internal.platform import profiler namespace
18 from telemetry.internal.platform.profiler import android_profiling_helper
70 On android, this profiler uses pre-built binaries from AOSP.
173 class PerfProfiler(profiler.Profiler):
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
Profiler.cs 51 public class Profiler : BlankDebugEventListener {
92 public Profiler() {
95 public Profiler(DebugParser parser) {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
Profiler.cs 50 public class Profiler : BlankDebugEventListener
92 public Profiler()
96 public Profiler(DebugParser parser)
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
Profiler.java 38 public class Profiler extends BlankDebugEventListener {
148 public Profiler() {
151 public Profiler(DebugParser parser) {
  /external/autotest/utils/
test_importer.py 138 for profiler in models.Profiler.objects.all():
140 profiler.name)
142 logging.info("Removing %s", profiler.name)
143 _log_or_execute(repr(profiler), profiler.delete)
161 for profiler in models.Profiler.objects.all():
163 profiler.name)
164 logging.info("Removing %s", profiler.name
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
cProfile.py 3 """Python interface for the 'lsprof' profiler.
15 """Run statement under profiler optionally saving results in filename
40 """Run statement under profiler, supplying your own globals and locals,
62 print "in the Python Library Reference, section 'The Python Profiler'."
66 class Profile(_lsprof.Profiler):
69 Builds a profiler object using the specified timer function.
130 # a profiler to profile a statement, given as a string.
197 # When invoked as main program, invoke the profiler on a script
  /prebuilts/gdb/linux-x86/lib/python2.7/
cProfile.py 3 """Python interface for the 'lsprof' profiler.
15 """Run statement under profiler optionally saving results in filename
40 """Run statement under profiler, supplying your own globals and locals,
62 print "in the Python Library Reference, section 'The Python Profiler'."
66 class Profile(_lsprof.Profiler):
69 Builds a profiler object using the specified timer function.
130 # a profiler to profile a statement, given as a string.
197 # When invoked as main program, invoke the profiler on a script
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cProfile.py 3 """Python interface for the 'lsprof' profiler.
15 """Run statement under profiler optionally saving results in filename
40 """Run statement under profiler, supplying your own globals and locals,
62 print "in the Python Library Reference, section 'The Python Profiler'."
66 class Profile(_lsprof.Profiler):
69 Builds a profiler object using the specified timer function.
130 # a profiler to profile a statement, given as a string.
197 # When invoked as main program, invoke the profiler on a script
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cProfile.py 3 """Python interface for the 'lsprof' profiler.
15 """Run statement under profiler optionally saving results in filename
40 """Run statement under profiler, supplying your own globals and locals,
62 print "in the Python Library Reference, section 'The Python Profiler'."
66 class Profile(_lsprof.Profiler):
69 Builds a profiler object using the specified timer function.
130 # a profiler to profile a statement, given as a string.
197 # When invoked as main program, invoke the profiler on a script
  /external/autotest/frontend/afe/
rpc_interface.py 622 return models.Profiler.add_object(name=name, description=description).id
626 models.Profiler.smart_get(id).update_object(data)
630 models.Profiler.smart_get(id).delete()
635 models.Profiler.list_objects(filter_data))
799 key: profiler name
820 profiler_objs = [models.Profiler.smart_get(profiler)
821 for profiler in profilers]
829 for profiler in profiler_objs:
832 profiler=profiler
    [all...]
admin.py 277 admin.site.register(models.Profiler, ProfilerAdmin)
models.py 851 class Profiler(dbmodels.Model, model_logic.ModelExtensions):
854 name: profiler name
868 """Metadata for class Profiler."""
1132 profiler = dbmodels.ForeignKey(Profiler) variable in class:ParameterizedJobProfiler
    [all...]
rpc_interface_unittest.py 398 profiler = models.Profiler.objects.create(name='profiler')
401 profilers = ('profiler',)
402 profiler_parameters = {'profiler': {'key': ('value', string_type)}}
419 self.assertEqual(parameterized_job.profilers.all()[0], profiler)
422 parameterized_job=parameterized_job, profiler=profiler)
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
ProfileGrammarParser.cs 59 : 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]);
    [all...]
  /hardware/qcom/audio/msm8909/hal/audio_extn/
ssr.c 58 Word16 **, int, int, int, Profiler *);
  /prebuilts/tools/common/m2/repository/org/antlr/antlr-runtime/3.5.2/
antlr-runtime-3.5.2.jar 
  /prebuilts/tools/common/offline-m2/org/antlr/antlr-runtime/3.5.2/
antlr-runtime-3.5.2.jar 
  /packages/apps/Camera2/src/com/android/camera/
CaptureModule.java 77 import com.android.camera.stats.profiler.Profile;
78 import com.android.camera.stats.profiler.Profiler;
79 import com.android.camera.stats.profiler.Profilers;
344 private final Profiler mProfiler = Profilers.instance().guard();
    [all...]

Completed in 551 milliseconds

1 23 4