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

1 2 3 4 5 6 7 8 910

  /external/syslinux/gpxe/src/include/gpxe/
profile.h 17 union profiler { union
31 * Static per-object profiler, for use with simple_profile()
33 static union profiler simple_profiler;
38 * @v profiler Profiler data structure
46 * profile ( &profiler );
48 * printf ( "It took %ld ticks to execute\n", profile ( &profiler ) );
53 profile ( union profiler *profiler ) {
54 uint64_t last_timestamp = profiler->timestamp
    [all...]
  /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/slf4j/slf4j-ext/src/test/java/org/slf4j/profiler/
ProfilerTest.java 25 package org.slf4j.profiler;
41 Profiler profiler = new Profiler("SMOKE"); local
42 profiler.stop();
43 StopWatch gSW = profiler.globalStopWatch;
46 profiler.sanityCheck();
48 assertEquals(0, profiler.childTimeInstrumentList.size());
49 assertNull(profiler.getLastTimeInstrument());
53 Profiler profiler = new Profiler("BAS") local
85 Profiler profiler = new Profiler("BAS"); local
    [all...]
BasicProfilerDemo.java 25 package org.slf4j.profiler;
44 + Profiler [BASIC]
56 // create a profiler called "BASIC"
57 Profiler profiler = new Profiler("BASIC"); local
58 profiler.start("A");
61 profiler.start("B");
64 profiler.start("OTHER");
66 profiler.stop().print()
    [all...]
NestedProfilerDemo.java 25 package org.slf4j.profiler;
43 + Profiler [DEMO]
45 |---+ Profiler [SORT_AND_PRUNE]
58 // create a profiler called "DEMO"
59 Profiler profiler = new Profiler("DEMO"); local
61 // register this profiler in the thread context's profiler registry
63 profiler.registerWith(profilerRegistry)
    [all...]
NestedProfilerDemo2.java 25 package org.slf4j.profiler;
44 Profiler profiler = new Profiler("DEMO"); local
45 // associate a logger with the profiler
46 profiler.setLogger(logger);
49 profiler.registerWith(profilerRegistry);
51 profiler.start("RANDOM");
56 profiler.startNested(SortAndPruneComposites.NESTED_PROFILER_NAME);
62 profiler.stop().log()
    [all...]
PackageTest.java 25 package org.slf4j.profiler;
  /external/slf4j/slf4j-ext/src/main/java/org/slf4j/profiler/
DurationUnit.java 25 package org.slf4j.profiler;
TimeInstrumentStatus.java 30 package org.slf4j.profiler;
ProfilerRegistry.java 25 package org.slf4j.profiler;
39 Map<String, Profiler> profilerMap = new HashMap<String, Profiler>();
41 public void put(Profiler profiler) {
42 put(profiler.getName(), profiler); local
45 public void put(String name, Profiler profiler) {
46 profilerMap.put(name, profiler);
    [all...]
TimeInstrument.java 25 package org.slf4j.profiler;
29 * {@link Profiler} and {@link StopWatch} classes. It settles the
30 * general feel of the profiler package.
73 * this time instrument. Note that {@link StopWatch} instances cannot log while {@link Profiler}
  /packages/apps/Camera2/src/com/android/camera/stats/profiler/
Profiler.java 17 package com.android.camera.stats.profiler;
23 public interface Profiler {
Writer.java 17 package com.android.camera.stats.profiler;
Profile.java 17 package com.android.camera.stats.profiler;
  /external/autotest/client/bin/
profilers.py 8 def load_profiler(self, profiler, args, dargs):
9 prof_dir = os.path.join(self.job.autodir, "profilers", profiler)
12 self.job.install_pkg(profiler, "profiler", prof_dir)
17 raise profiler_manager.ProfilerNotPresentError(profiler)
20 profiler, "autotest_lib.client.profilers.%s" % profiler)
22 newprofiler = getattr(profiler_module, profiler)(self.job)
24 newprofiler.name = profiler
27 newprofiler.tmpdir = os.path.join(self.tmpdir, profiler)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/profile/
base.h 35 #include <profile/impl/profiler.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/profile/
base.h 35 #include <profile/impl/profiler.h>
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/
base.h 35 #include <profile/impl/profiler.h>
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/
base.h 35 #include <profile/impl/profiler.h>
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/
base.h 35 #include <profile/impl/profiler.h>
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/
base.h 35 #include <profile/impl/profiler.h>
  /tools/tradefederation/core/src/com/android/tradefed/profiler/recorder/
MetricType.java 17 package com.android.tradefed.profiler.recorder;
  /test/vts/tools/build/tasks/list/
vts_test_lib_hidl_package_list.mk 76 android.hardware.audio@2.0-vts.profiler \
77 android.hardware.audio.common@2.0-vts.profiler \
78 android.hardware.audio.effect@2.0-vts.profiler \
79 android.hardware.automotive.vehicle@2.0-vts.profiler \
80 android.hardware.biometrics.fingerprint@2.1-vts.profiler \
81 android.hardware.bluetooth@1.0-vts.profiler \
82 android.hardware.boot@1.0-vts.profiler \
83 android.hardware.broadcastradio@1.0-vts.profiler \
84 android.hardware.camera.common@1.0-vts.profiler \
85 android.hardware.camera.device@1.0-vts.profiler \
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/profiler/
IAggregatingTestProfiler.java 1 package com.android.tradefed.profiler;
3 import com.android.tradefed.profiler.recorder.IMetricsRecorder;
10 * This interface should be used for any profiler which sends different metrics for {@link
15 * Return a description of this test profiler.
27 * Return a {@link List} of all {@link IMetricsRecorder}s used by this profiler.
  /tools/tradefederation/core/src/com/android/tradefed/result/
AggregatingProfilerListener.java 21 import com.android.tradefed.profiler.IAggregatingTestProfiler;
22 import com.android.tradefed.profiler.ITestProfiler;
23 import com.android.tradefed.profiler.MetricOutputData;
36 public AggregatingProfilerListener(ITestProfiler profiler) {
37 if (!(profiler instanceof IAggregatingTestProfiler)) {
40 mProfiler = (IAggregatingTestProfiler) profiler;

Completed in 217 milliseconds

1 2 3 4 5 6 7 8 910