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

1 2 3 4 5 6 7 8 91011

  /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...]
  /external/tensorflow/tensorflow/python/profiler/
profiler.py 15 """profiler python module provides APIs to profile TensorFlow models.
22 from tensorflow.core.profiler.tfprof_log_pb2 import OpLogProto
23 from tensorflow.core.profiler.tfprof_output_pb2 import AdviceProto
24 from tensorflow.core.profiler.tfprof_output_pb2 import GraphNodeProto
25 from tensorflow.core.profiler.tfprof_output_pb2 import MultiGraphNodeProto
27 from tensorflow.python.profiler.model_analyzer import advise
28 from tensorflow.python.profiler.model_analyzer import profile
29 from tensorflow.python.profiler.model_analyzer import Profiler
30 from tensorflow.python.profiler.option_builder import ProfileOptionBuilde
    [all...]
  /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>
  /test/vts/tools/build/tasks/list/
vts_test_lib_hidl_package_list.mk 110 android.hardware.audio@2.0-vts.profiler \
111 android.hardware.audio.common@2.0-vts.profiler \
112 android.hardware.audio.effect@2.0-vts.profiler \
113 android.hardware.authsecret@1.0-vts.profiler \
114 android.hardware.automotive.audiocontrol@1.0-vts.profiler \
115 android.hardware.automotive.evs@1.0-vts.profiler \
116 android.hardware.automotive.vehicle@2.0-vts.profiler \
117 android.hardware.biometrics.fingerprint@2.1-vts.profiler \
118 android.hardware.bluetooth@1.0-vts.profiler \
119 android.hardware.boot@1.0-vts.profiler \
    [all...]
  /external/tensorflow/tensorflow/core/profiler/g3doc/
python_api.md 14 ProfileOptionBuilder = tf.profiler.ProfileOptionBuilder
16 param_stats = tf.profiler.profile(
25 param_stats = tf.profiler.profile(
42 tf.profiler.profile(
44 options=tf.profiler.ProfileOptionBuilder.float_operation())
56 # computation is then run asynchronously. The profiler considers 3
67 Finally, you may run `tf.profiler.profile` to explore the timing and memory
73 ProfileOptionBuilder = tf.profiler.ProfileOptionBuilder
77 tf.profiler.profile(
85 tf.profiler.profile
    [all...]
  /external/tensorflow/tensorflow/contrib/tfprof/
model_analyzer.py 26 from tensorflow.python.profiler import tfprof_logger
27 from tensorflow.python.profiler.model_analyzer import advise as _advise
28 from tensorflow.python.profiler.model_analyzer import ALL_ADVICE
29 from tensorflow.python.profiler.model_analyzer import profile as _profile
30 from tensorflow.python.profiler.model_analyzer import Profiler
31 from tensorflow.python.profiler.profile_context import ProfileContext
104 'Use `tf.profiler.advise(graph, run_meta, options)`. See README.md')
110 'Use `tf.profiler.profile(graph, run_meta, op_log, cmd, options)`. '
111 'Build `options` with `tf.profiler.ProfileOptionBuilder`.
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_hotshot.py 65 def run_test(self, callable, events, profiler=None):
66 if profiler is None:
67 profiler = self.new_profiler()
68 self.assertTrue(not profiler._prof.closed)
69 profiler.runcall(callable)
70 self.assertTrue(not profiler._prof.closed)
71 profiler.close()
72 self.assertTrue(profiler._prof.closed)
78 profiler = self.new_profiler()
79 profiler.runcall(f, profiler)
    [all...]
  /external/python/cpython2/Lib/test/
test_hotshot.py 65 def run_test(self, callable, events, profiler=None):
66 if profiler is None:
67 profiler = self.new_profiler()
68 self.assertTrue(not profiler._prof.closed)
69 profiler.runcall(callable)
70 self.assertTrue(not profiler._prof.closed)
71 profiler.close()
72 self.assertTrue(profiler._prof.closed)
78 profiler = self.new_profiler()
79 profiler.runcall(f, profiler
    [all...]
  /packages/apps/Camera2/src/com/android/camera/app/
FirstRunDetector.java 23 import com.android.camera.stats.profiler.Profile;
24 import com.android.camera.stats.profiler.Profiler;
25 import com.android.camera.stats.profiler.Profilers;
46 private FirstRunDetector(Profiler profiler) {
47 mProfile = profiler.create("FirstRunDetector getTimeOfFirstRun");
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_hotshot.py 65 def run_test(self, callable, events, profiler=None):
66 if profiler is None:
67 profiler = self.new_profiler()
68 self.assertTrue(not profiler._prof.closed)
69 profiler.runcall(callable)
70 self.assertTrue(not profiler._prof.closed)
71 profiler.close()
72 self.assertTrue(profiler._prof.closed)
78 profiler = self.new_profiler()
79 profiler.runcall(f, profiler
    [all...]

Completed in 340 milliseconds

1 2 3 4 5 6 7 8 91011