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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/gcov-src/
libgcov-merge.c 32 void __gcov_merge_add (gcov_type *counters __attribute__ ((unused)),
37 void __gcov_merge_single (gcov_type *counters __attribute__ ((unused)),
42 void __gcov_merge_delta (gcov_type *counters __attribute__ ((unused)),
49 /* The profile merging function that just adds the counters. It is given
50 an array COUNTERS of N_COUNTERS old counters and it reads the same number
51 of counters from the gcov file. */
53 __gcov_merge_add (gcov_type *counters, unsigned n_counters)
55 for (; n_counters; counters++, n_counters--)
56 *counters += gcov_get_counter ()
    [all...]
libgcov-profiler.c 31 corresponding counter in COUNTERS. If the VALUE is above or below
32 the interval, COUNTERS[STEPS] or COUNTERS[STEPS + 1] is increased
36 __gcov_interval_profiler (gcov_type *counters, gcov_type value,
41 counters[steps + 1]++;
43 counters[steps]++;
45 counters[delta]++;
50 /* If VALUE is a power of two, COUNTERS[1] is incremented. Otherwise
51 COUNTERS[0] is incremented. */
54 __gcov_pow2_profiler (gcov_type *counters, gcov_type value
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/gcov-src/
libgcov-merge.c 32 void __gcov_merge_add (gcov_type *counters __attribute__ ((unused)),
37 void __gcov_merge_single (gcov_type *counters __attribute__ ((unused)),
42 void __gcov_merge_delta (gcov_type *counters __attribute__ ((unused)),
49 /* The profile merging function that just adds the counters. It is given
50 an array COUNTERS of N_COUNTERS old counters and it reads the same number
51 of counters from the gcov file. */
53 __gcov_merge_add (gcov_type *counters, unsigned n_counters)
55 for (; n_counters; counters++, n_counters--)
56 *counters += gcov_get_counter ()
    [all...]
libgcov-profiler.c 31 corresponding counter in COUNTERS. If the VALUE is above or below
32 the interval, COUNTERS[STEPS] or COUNTERS[STEPS + 1] is increased
36 __gcov_interval_profiler (gcov_type *counters, gcov_type value,
41 counters[steps + 1]++;
43 counters[steps]++;
45 counters[delta]++;
50 /* If VALUE is a power of two, COUNTERS[1] is incremented. Otherwise
51 COUNTERS[0] is incremented. */
54 __gcov_pow2_profiler (gcov_type *counters, gcov_type value
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/gcov-src/
libgcov-merge.c 32 void __gcov_merge_add (gcov_type *counters __attribute__ ((unused)),
37 void __gcov_merge_single (gcov_type *counters __attribute__ ((unused)),
42 void __gcov_merge_delta (gcov_type *counters __attribute__ ((unused)),
49 /* The profile merging function that just adds the counters. It is given
50 an array COUNTERS of N_COUNTERS old counters and it reads the same number
51 of counters from the gcov file. */
53 __gcov_merge_add (gcov_type *counters, unsigned n_counters)
55 for (; n_counters; counters++, n_counters--)
56 *counters += gcov_get_counter ()
    [all...]
libgcov-profiler.c 31 corresponding counter in COUNTERS. If the VALUE is above or below
32 the interval, COUNTERS[STEPS] or COUNTERS[STEPS + 1] is increased
36 __gcov_interval_profiler (gcov_type *counters, gcov_type value,
41 counters[steps + 1]++;
43 counters[steps]++;
45 counters[delta]++;
50 /* If VALUE is a power of two, COUNTERS[1] is incremented. Otherwise
51 COUNTERS[0] is incremented. */
54 __gcov_pow2_profiler (gcov_type *counters, gcov_type value
    [all...]
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/gcov-src/
libgcov-merge.c 32 void __gcov_merge_add (gcov_type *counters __attribute__ ((unused)),
37 void __gcov_merge_single (gcov_type *counters __attribute__ ((unused)),
42 void __gcov_merge_delta (gcov_type *counters __attribute__ ((unused)),
49 /* The profile merging function that just adds the counters. It is given
50 an array COUNTERS of N_COUNTERS old counters and it reads the same number
51 of counters from the gcov file. */
53 __gcov_merge_add (gcov_type *counters, unsigned n_counters)
55 for (; n_counters; counters++, n_counters--)
56 *counters += gcov_get_counter ()
    [all...]
libgcov-profiler.c 31 corresponding counter in COUNTERS. If the VALUE is above or below
32 the interval, COUNTERS[STEPS] or COUNTERS[STEPS + 1] is increased
36 __gcov_interval_profiler (gcov_type *counters, gcov_type value,
41 counters[steps + 1]++;
43 counters[steps]++;
45 counters[delta]++;
50 /* If VALUE is a power of two, COUNTERS[1] is incremented. Otherwise
51 COUNTERS[0] is incremented. */
54 __gcov_pow2_profiler (gcov_type *counters, gcov_type value
    [all...]
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/gcov-src/
libgcov-merge.c 32 void __gcov_merge_add (gcov_type *counters __attribute__ ((unused)),
37 void __gcov_merge_single (gcov_type *counters __attribute__ ((unused)),
42 void __gcov_merge_delta (gcov_type *counters __attribute__ ((unused)),
49 /* The profile merging function that just adds the counters. It is given
50 an array COUNTERS of N_COUNTERS old counters and it reads the same number
51 of counters from the gcov file. */
53 __gcov_merge_add (gcov_type *counters, unsigned n_counters)
55 for (; n_counters; counters++, n_counters--)
56 *counters += gcov_get_counter ()
    [all...]
libgcov-profiler.c 31 corresponding counter in COUNTERS. If the VALUE is above or below
32 the interval, COUNTERS[STEPS] or COUNTERS[STEPS + 1] is increased
36 __gcov_interval_profiler (gcov_type *counters, gcov_type value,
41 counters[steps + 1]++;
43 counters[steps]++;
45 counters[delta]++;
50 /* If VALUE is a power of two, COUNTERS[1] is incremented. Otherwise
51 COUNTERS[0] is incremented. */
54 __gcov_pow2_profiler (gcov_type *counters, gcov_type value
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/gcov-src/
libgcov-merge.c 32 void __gcov_merge_add (gcov_type *counters __attribute__ ((unused)),
37 void __gcov_merge_single (gcov_type *counters __attribute__ ((unused)),
42 void __gcov_merge_delta (gcov_type *counters __attribute__ ((unused)),
49 /* The profile merging function that just adds the counters. It is given
50 an array COUNTERS of N_COUNTERS old counters and it reads the same number
51 of counters from the gcov file. */
53 __gcov_merge_add (gcov_type *counters, unsigned n_counters)
55 for (; n_counters; counters++, n_counters--)
56 *counters += gcov_get_counter ()
    [all...]
libgcov-profiler.c 31 corresponding counter in COUNTERS. If the VALUE is above or below
32 the interval, COUNTERS[STEPS] or COUNTERS[STEPS + 1] is increased
36 __gcov_interval_profiler (gcov_type *counters, gcov_type value,
41 counters[steps + 1]++;
43 counters[steps]++;
45 counters[delta]++;
50 /* If VALUE is a power of two, COUNTERS[1] is incremented. Otherwise
51 COUNTERS[0] is incremented. */
54 __gcov_pow2_profiler (gcov_type *counters, gcov_type value
    [all...]
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/gcov-src/
libgcov-merge.c 32 void __gcov_merge_add (gcov_type *counters __attribute__ ((unused)),
37 void __gcov_merge_single (gcov_type *counters __attribute__ ((unused)),
42 void __gcov_merge_delta (gcov_type *counters __attribute__ ((unused)),
49 /* The profile merging function that just adds the counters. It is given
50 an array COUNTERS of N_COUNTERS old counters and it reads the same number
51 of counters from the gcov file. */
53 __gcov_merge_add (gcov_type *counters, unsigned n_counters)
55 for (; n_counters; counters++, n_counters--)
56 *counters += gcov_get_counter ()
    [all...]
libgcov-profiler.c 31 corresponding counter in COUNTERS. If the VALUE is above or below
32 the interval, COUNTERS[STEPS] or COUNTERS[STEPS + 1] is increased
36 __gcov_interval_profiler (gcov_type *counters, gcov_type value,
41 counters[steps + 1]++;
43 counters[steps]++;
45 counters[delta]++;
50 /* If VALUE is a power of two, COUNTERS[1] is incremented. Otherwise
51 COUNTERS[0] is incremented. */
54 __gcov_pow2_profiler (gcov_type *counters, gcov_type value
    [all...]
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/gcov-src/
libgcov-merge.c 32 void __gcov_merge_add (gcov_type *counters __attribute__ ((unused)),
37 void __gcov_merge_single (gcov_type *counters __attribute__ ((unused)),
42 void __gcov_merge_delta (gcov_type *counters __attribute__ ((unused)),
49 /* The profile merging function that just adds the counters. It is given
50 an array COUNTERS of N_COUNTERS old counters and it reads the same number
51 of counters from the gcov file. */
53 __gcov_merge_add (gcov_type *counters, unsigned n_counters)
55 for (; n_counters; counters++, n_counters--)
56 *counters += gcov_get_counter ()
    [all...]
libgcov-profiler.c 31 corresponding counter in COUNTERS. If the VALUE is above or below
32 the interval, COUNTERS[STEPS] or COUNTERS[STEPS + 1] is increased
36 __gcov_interval_profiler (gcov_type *counters, gcov_type value,
41 counters[steps + 1]++;
43 counters[steps]++;
45 counters[delta]++;
50 /* If VALUE is a power of two, COUNTERS[1] is incremented. Otherwise
51 COUNTERS[0] is incremented. */
54 __gcov_pow2_profiler (gcov_type *counters, gcov_type value
    [all...]
  /system/extras/simpleperf/
record_lib_test.cpp 50 std::vector<Counter> counters; local
51 ASSERT_TRUE(perf->ReadCounters(&counters));
52 ASSERT_EQ(counters.size(), 3u);
53 ASSERT_EQ(counters[0].event, "cpu-cycles");
54 ASSERT_EQ(counters[1].event, "cpu-cycles:u");
55 ASSERT_EQ(counters[2].event, "cpu-cycles:k");
56 for (auto& counter : counters) {
75 std::vector<Counter> counters;
76 ASSERT_TRUE(perf->ReadCounters(&counters));
77 ASSERT_EQ(counters.size(), 1u)
107 std::vector<Counter> counters; local
133 std::vector<Counter> counters; local
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_profile_printer.h 27 // Pretty-print an array of profile counters using hlo_profile_printer_data.
29 const int64* counters, double clock_rate_ghz);
hlo_profile_printer.cc 22 const int64* counters, double clock_rate_ghz) {
34 return counters[instruction_info.profile_index()] != 0;
44 computation_info.name(), counters[computation_info.profile_index()],
52 counters[instruction_info.profile_index()],
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
CountersTable.java 34 * This is a table of counters, keyed by ElemNumber objects, each
50 * Get the list of counters that corresponds to
55 * @return the list of counters that corresponds to
61 Vector counters = (Vector) this.get(numberElem); local
63 return (null == counters) ? putElemNumber(numberElem) : counters;
78 Vector counters = new Vector(); local
80 this.put(numberElem, counters);
82 return counters;
86 * Place to collect new counters
131 Vector counters = getCounters(numberElem); local
    [all...]
  /external/v8/tools/ignition/
linux_perf_report_test.py 81 counters = ipr.calculate_samples_count_per_callchain([
87 self.assertItemsEqual(counters, [
94 counters = ipr.calculate_samples_count_per_callchain([
99 self.assertItemsEqual(counters, [
105 counters = ipr.calculate_samples_count_per_handler([
111 self.assertItemsEqual(counters, [
117 counters = ipr.calculate_samples_count_per_handler([
122 self.assertItemsEqual(counters, [("bar", 3)])
  /external/mesa3d/src/gallium/drivers/radeon/
r600_gpu_load.c 33 * Then, the user can sample the counters twice and calculate the average
49 union r600_grbm_counters *counters)
56 p_atomic_inc(&counters->named.spi_busy);
58 p_atomic_inc(&counters->named.spi_idle);
61 p_atomic_inc(&counters->named.gui_busy);
63 p_atomic_inc(&counters->named.gui_idle);
90 /* Update the counters. */
135 * If no counters were incremented, return the current counter status.
137 * the counters are updated.
142 union r600_grbm_counters counters; local
    [all...]
  /external/valgrind/cachegrind/
cg_branchpred.c 66 counters. Given the address of the branch instruction, the array
89 static UChar counters[N_COUNTERS]; /* Counter array; presumably auto-zeroed */ variable
110 predicted_taken = counters[ indx ] >= 2;
120 if (counters[indx] < 3)
121 counters[indx]++;
123 if (counters[indx] > 0)
124 counters[indx]--;
127 tl_assert(counters[indx] <= 3);
  /system/extras/tests/icachetest/
Profiler.h 79 // could return false if performance counters are not supported/enabled
82 class Counters {
90 } counters[Profiler::EVENT_COUNT]; member in class:utils::Profiler::Counters
92 friend Counters operator-(Counters lhs, const Counters& rhs) noexcept {
97 lhs.counters[i].value -= rhs.counters[i].value;
103 uint64_t getInstructions() const { return counters[INSTRUCTIONS].value; }
104 uint64_t getCpuCycles() const { return counters[CPU_CYCLES].value;
186 Counters counters; variable
    [all...]
  /external/google-benchmark/test/
user_counters_test.cc 18 // ------------------------- Simple Counters Output ------------------------ //
24 state.counters["foo"] = 1;
25 state.counters["bar"] = 2 * (double)state.iterations();
49 // --------------------- Counters+Items+Bytes/s Output --------------------- //
56 state.counters["foo"] = 1;
57 state.counters["bar"] = ++num_calls1;
91 // ------------------------- Rate Counters Output -------------------------- //
98 state.counters["foo"] = bm::Counter{1, bm::Counter::kIsRate};
99 state.counters["bar"] = bm::Counter{2, bm::Counter::kIsRate};
123 // ------------------------- Thread Counters Output ------------------------ /
    [all...]

Completed in 476 milliseconds

1 2 3 4 5 6 7 8 91011>>