Searched refs:cycles (Results 1 - 25 of 97) sorted by relevance

1234

/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DLeftRecursionCyclesMessage.java35 * cycles found by walking rules without decisions; the other msg is
39 public Collection cycles; field in class:LeftRecursionCyclesMessage
41 public LeftRecursionCyclesMessage(Collection cycles) { argument
43 this.cycles = cycles;
48 st.add("listOfCycles", cycles);
/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhuman_readable_profile_builder.h47 tensorflow::StringPiece category, int64 cycles, int64 flop_count,
51 {op_name.ToString(), short_name.ToString(), category.ToString(), cycles,
63 int64 cycles; member in struct:xla::HumanReadableProfileBuilder::OpInfo
70 double CyclesToSeconds(int64 cycles) const {
71 return cycles / clock_rate_ghz_ / 1e9;
73 double CyclesToMicroseconds(int64 cycles) const {
74 return cycles / clock_rate_ghz_ / 1000.0;
45 AddOp(tensorflow::StringPiece op_name, tensorflow::StringPiece short_name, tensorflow::StringPiece category, int64 cycles, int64 flop_count, int64 transcendental_count, int64 bytes_accessed, float optimal_seconds) argument
H A Dhuman_readable_profile_builder.cc41 if (op.cycles <= 0 || op.bytes_accessed < 0) {
46 HumanReadableNumBytes(op.bytes_accessed / CyclesToSeconds(op.cycles));
47 if (op.bytes_accessed > op.cycles) {
48 bytes_per_cycle = HumanReadableNumBytes(op.bytes_accessed / op.cycles);
51 Printf("%.3fB", static_cast<float>(op.bytes_accessed) / op.cycles);
57 cycles_percent = op.cycles / static_cast<double>(total_cycles_) * 100;
60 double nsecs = op.cycles / clock_rate_ghz_;
62 "%15lld cycles (%6.2f%%) :: %12.1f usec (%12.1f optimal) :: %18s "
64 op.cycles, cycles_percent, CyclesToMicroseconds(op.cycles),
[all...]
/external/boringssl/ios-arm/crypto/fipsmodule/
H A Dsha256-armv4.S21 @ lute" terms is ~2250 cycles per 64-byte block or ~35 cycles per
27 @ Cortex A8 core and ~20 cycles per processed byte.
32 @ improvement on Cortex A8 core and ~15.4 cycles per processed byte.
37 @ byte in 12.5 cycles or 23% faster than integer-only code. Snapdragon
38 @ S4 does it in 12.5 cycles too, but it's 50% faster than integer-only
H A Dsha512-armv4.S21 @ by gcc 3.4 and it spends ~72 clock cycles per byte [on single-issue
27 @ Cortex A8 core and ~40 cycles per processed byte.
32 @ improvement on Coxtex A8 core and ~38 cycles per byte.
37 @ one byte in 23.3 cycles or ~60% faster than integer-only code.
42 @ terms it's 22.6 cycles per byte, which is disappointing result.
47 @ 16 cycles.
/external/boringssl/linux-arm/crypto/fipsmodule/
H A Dsha256-armv4.S22 @ lute" terms is ~2250 cycles per 64-byte block or ~35 cycles per
28 @ Cortex A8 core and ~20 cycles per processed byte.
33 @ improvement on Cortex A8 core and ~15.4 cycles per processed byte.
38 @ byte in 12.5 cycles or 23% faster than integer-only code. Snapdragon
39 @ S4 does it in 12.5 cycles too, but it's 50% faster than integer-only
H A Dsha512-armv4.S22 @ by gcc 3.4 and it spends ~72 clock cycles per byte [on single-issue
28 @ Cortex A8 core and ~40 cycles per processed byte.
33 @ improvement on Coxtex A8 core and ~38 cycles per byte.
38 @ one byte in 23.3 cycles or ~60% faster than integer-only code.
43 @ terms it's 22.6 cycles per byte, which is disappointing result.
48 @ 16 cycles.
/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ebb/
H A Dcycles_test.c13 * Basic test that counts user cycles and takes EBBs.
15 int cycles(void) function
21 event_init_named(&event, 0x1001e, "cycles");
59 return test_harness(cycles, "cycles");
/external/toolchain-utils/crosperf/experiment_files/
H A Dbloat_perf.exp15 perf_args: record -e cycles
H A Dmorejs_perf.exp15 perf_args: record -e cycles
H A Dtelemetry-crosperf-with-profiler.exp24 perf_args: record -e cycles,instructions
H A Dpage_cycler_perf.exp15 perf_args: record -e cycles,instructions
/external/v8/tools/
H A Drun-perf.sh16 EVENT_TYPE=${EVENT_TYPE:=cycles:u}
25 Sampling event is cycles in user space, call graphs are recorded.
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/stress/
H A DParallelTest.java60 int cycles = 200;
61 for (int i = 0; i < cycles; i++) {
66 float duration = ((time2 - time1) / 1000000) / (float) cycles;
/external/autotest/client/cros/
H A Dstorage.py273 storages = self.wait_for_devices(filter_dict, cycles=1,
291 def wait_for_devices(self, storage_filter, time_to_sleep=1, cycles=10,
293 """Cycles |cycles| times waiting |time_to_sleep| seconds each cycle,
299 @param time_to_sleep: time (int) to wait after each |cycles|.
300 @param cycles: number of tentatives. Use -1 for infinite.
309 '%d secs' % (storage_filter, cycles, time_to_sleep))
315 if cycles == -1:
320 while cycles == -1 or cycle < cycles:
338 (storage_filter, time_to_sleep*cycles))
[all...]
/external/autotest/client/profilers/cpistat/
H A Dcpistat77 cycles = sum['PERF_COUNT_HW_CPU_CYCLES'] variable
79 CPI = cycles * 1.0/instructions
80 print ('cycles: %12lu, instructions: %12lu, CPI: %2.4f'
81 % (cycles, instructions, CPI))
/external/autotest/server/tests/netperf2/
H A Dnetperf2.py7 def run_once(self, pair, test, time, stream_list, cycles):
44 time, stream_list, 'server', cycles)
46 time, stream_list, 'client', cycles)
/external/autotest/utils/
H A Demulator_manager.py57 cycles = 0
60 cycles += 1
63 if cycles >= timeout_secs*10 and pid:
/external/autotest/client/site_tests/cellular_StressEnable/
H A Dcellular_StressEnable.py46 def run_once(self, test_env, cycles=3, min=15, max=25):
51 for n in xrange(cycles):
/external/webrtc/webrtc/modules/audio_coding/neteq/tools/
H A Drtp_analyze.cc106 int cycles = -1; local
132 if (cycles == -1) {
135 cycles = 0;
148 cycles++;
157 64.0 * cycles;
/external/autotest/client/tests/signaltest/src/
H A Dsignaltest.c54 unsigned long cycles; member in struct:thread_stat
154 if (!par->id && !(stat->cycles & 0x0F))
185 stat->cycles++;
188 stat->values[stat->cycles & par->bufmsk] = diff;
190 if (par->max_cycles && par->max_cycles == stat->cycles)
300 stat->cycles, stat->min, stat->act,
301 stat->cycles ?
302 (long)(stat->avg/stat->cycles) : 0, stat->max);
305 while (stat->cycles != stat->cyclesread) {
398 if(max_cycles && stat[0].cycles >
[all...]
/external/swiftshader/src/Main/
H A DConfig.cpp38 cycles[i] = 0;
H A DConfig.hpp58 double cycles[PERF_TIMERS]; member in struct:sw::Profiler
/external/swiftshader/src/Renderer/
H A DQuadRasterizer.hpp44 Long cycles[PERF_TIMERS]; member in class:sw::QuadRasterizer
/external/tensorflow/tensorflow/compiler/jit/
H A Dmark_for_compilation_pass.cc249 string DescribeCycle(const GraphCycles& cycles, const Graph& graph, int src, argument
253 int32 path_size = cycles.FindPath(dst, src, max_path_size, path.data());
258 auto node_name = [&cycles, &graph](int node_id) {
381 GraphCycles cycles; local
385 CHECK_EQ(i, cycles.NewNode());
392 // The clustering code must avoid adding cycles to the graph to prevent
411 auto GetOrAddFrameNodeId = [&frame_nodes, &cycles](const string& frame_name) {
415 frame_id = cycles.NewNode();
426 if (!cycles.InsertEdge(edge->src()->id(), dst)) {
429 DescribeCycle(cycles, *grap
[all...]

Completed in 580 milliseconds

1234