HomeSort by relevance Sort by last modified time
    Searched full:cold (Results 1 - 25 of 773) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/Feature/
cold.ll 8 ; CHECK: attributes #0 = { cold }
9 attributes #0 = { cold }
  /prebuilts/go/darwin-x86/src/debug/dwarf/testdata/
ranges.c 5 const char *cold = "cold"; variable
17 arr[i] = cold;
  /prebuilts/go/linux-x86/src/debug/dwarf/testdata/
ranges.c 5 const char *cold = "cold"; variable
17 arr[i] = cold;
  /external/toolchain-utils/crosperf/
default-telemetry-results.json 11 "pcv1-cold@@timeToOnload_avg__summary"
21 "pcv1-cold@@timeToOnload_avg__summary"
37 "pcv1-cold@@timeToOnload_avg__summary"
43 "pcv1-cold@@timeToOnload_avg__summary"
49 "pcv1-cold@@timeToOnload_avg__summary"
64 "pcv1-cold@@timeToOnload_avg__summary"
80 "pcv1-cold@@timeToOnload_avg__summary"
92 "pcv1-cold@@timeToOnload_avg__summary"
116 "pcv1-cold@@timeToOnload_avg__summary"
130 "pcv1-cold@@timeToOnload_avg__summary
    [all...]
  /external/perfetto/src/ftrace_reader/test/data/android_flounder_lte_LRX16F_3.10.40/events/kmem/mm_page_free_batched/
format 10 field:int cold; offset:16; size:4; signed:1;
12 print fmt: "page=%p pfn=%lu order=0 cold=%d", REC->page, (unsigned long)((REC->page) - ((struct page *)((((0xffffffffffffffffUL) << ((39) - 1)) - (0x400000000UL) - 0x00010000) + 0x00010000))), REC->cold
  /external/perfetto/src/ftrace_reader/test/data/android_hammerhead_MRA59G_3.4.0/events/kmem/mm_page_free_batched/
format 11 field:int cold; offset:16; size:4; signed:1;
13 print fmt: "page=%p pfn=%lu order=0 cold=%d", REC->page, ((unsigned long)((REC->page) - mem_map) + ((0x00000000UL) >> 12)), REC->cold
  /external/perfetto/src/ftrace_reader/test/data/android_seed_N2F62_3.10.49/events/kmem/mm_page_free_batched/
format 10 field:int cold; offset:12; size:4; signed:1;
12 print fmt: "page=%p pfn=%lu order=0 cold=%d", REC->page, ((unsigned long)((REC->page) - mem_map) + (__pv_phys_offset >> 12)), REC->cold
  /compatibility/cdd/5_multimedia/
5_6_audio-latency.md 13 * **cold output latency**. The output latency for the first frame, when the
22 * **cold input latency**. The sum of lost input time and the input latency
27 * **cold output jitter**. The variability among separate measurements of cold
29 * **cold input jitter**. The variability among separate measurements of cold
45 * [SR] Cold output latency of 100 milliseconds or less
47 * [SR] Minimize the cold output jitter
51 latency and cold output latency over at least one supported audio output device,
67 * [SR] Cold input latency of 100 milliseconds or les
    [all...]
  /external/clang/test/CodeGen/
attr-coldhot.c 11 // CHECK: attributes [[ATTR]] = { {{.*}}cold{{.*}}optsize{{.*}} }
  /external/autotest/server/site_tests/firmware_ECWriteProtect/
control 28 - Cold reset. RO normal.
29 - Cold reset. Two stop.
30 - Cold reset by ectool. Two stop.
control.dev 28 - Cold reset. RO normal.
29 - Cold reset. Two stop.
30 - Cold reset by ectool. Two stop.
  /external/llvm/lib/Analysis/
ProfileSummaryInfo.cpp 22 // considered hot/cold. These two parameters are percentile values (multiplied
26 // threshold for determining cold count (everything <= this threshold is
27 // considered cold).
35 "profile-summary-cutoff-cold", cl::Hidden, cl::init(999999), cl::ZeroOrMore,
36 cl::desc("A count is cold if it is below the minimum count"
82 // Returns true if the function is a cold function. If it returns false, it
83 // either means it is not cold or it is unknown whether F is cold or not (for
89 if (F->hasFnAttribute(Attribute::Cold)) {
103 // Compute the hot and cold thresholds
    [all...]
  /external/perfetto/src/ftrace_reader/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/kmem/mm_page_free_batched/
format 10 field:int cold; offset:16; size:4; signed:1;
12 print fmt: "page=%p pfn=%lu order=0 cold=%d", (((struct page *)((((0xffffffffffffffffUL) - ((1UL) << ((39) - 1)) + 1) - (1UL << ((12 - 3) * (4 - (4 - 3)) + 3)) - (((((1UL << ((39) - 12)) * sizeof(struct page))) + ((typeof(((1UL << ((39) - 12)) * sizeof(struct page))))(((1UL << ((12 - 3) * (4 - (4 - 3)) + 3)))) - 1)) & ~((typeof(((1UL << ((39) - 12)) * sizeof(struct page))))(((1UL << ((12 - 3) * (4 - (4 - 3)) + 3)))) - 1)) - 0x00010000) + 0x00010000) - ((memstart_addr >> 12) & (~((1UL << (30 - 12))-1)))) + (REC->pfn)), REC->pfn, REC->cold
  /external/okhttp/okio/benchmarks/
README.md 20 com.squareup.okio.benchmarks.BufferPerformanceBench.cold
33 "cold" -prof gc,hs_rt,stack -r 60 -t 4 \
37 This executes the "cold" buffer usage benchmark, using the default number of measurement and warm-up iterations, forks, and threads; it adjusts the thread count to 4, iteration time to 60 seconds, fixes the heap size at 1GB and profiles the benchmark using JMH's GC, Hotspot runtime and stack sampling profilers.
  /external/autotest/client/site_tests/network_ChromeCellularEndToEnd/
control 12 cellular_ChromeEndToEnd server test that cold reboots the DUT before
  /external/clang/test/Sema/
attr-coldhot.c 9 int qux() __attribute__((__hot__)) __attribute__((__cold__)); // expected-error{{'__hot__' and 'cold' attributes are not compatible}} \
  /external/autotest/server/site_tests/system_ColdBoot/
control 9 PURPOSE = "Shut down DUT, then initiate a cold boot."
17 Verifies that cold boots work correctly.
  /external/chromium-trace/catapult/systrace/profile_chrome/
chrome_startup_tracing_agent.py 21 def __init__(self, device, package_info, webapk_package, cold, url,
27 self._cold = cold
116 def __init__(self, device, package_info, webapk_package, cold, url,
122 self.cold = cold
131 config.cold, config.url, config.trace_time)
139 options.add_option('--cold', help='Flush the OS page cache before starting '
151 options.webapk_package, options.cold,
  /external/clang/test/OpenMP/
declare_simd_ast_print.c 13 void add_1(float *d, int s1, float *s2, double b[]) __attribute__((cold));
19 // CHECK-NEXT: void add_1(float *d, int s1, float *s2, double b[]) __attribute__((cold))
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ProfileSummaryInfo.h 38 /// isColdCount that tells whether a given profile count is considered hot/cold
40 /// check whether a function is hot or cold.
64 /// \brief Returns true if \p F has cold function entry.
66 /// Returns true if \p F has cold function entry or cold call edge.
70 /// \brief Returns true if count \p C is considered cold.
74 /// \brief Returns true if BasicBlock \p B is considered cold.
78 /// \brief Returns true if Callsite \p CS is considered cold.
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
ProfileSummaryInfo.h 38 /// isColdCount that tells whether a given profile count is considered hot/cold
40 /// check whether a function is hot or cold.
91 /// \brief Returns true if \p F has cold function entry.
93 /// Returns true if \p F has cold function entry or cold call edge.
97 /// \brief Returns true if count \p C is considered cold.
101 /// \brief Returns true if BasicBlock \p B is considered cold.
105 /// \brief Returns true if Callsite \p CS is considered cold.
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
ProfileSummaryInfo.h 38 /// isColdCount that tells whether a given profile count is considered hot/cold
40 /// check whether a function is hot or cold.
91 /// \brief Returns true if \p F has cold function entry.
93 /// Returns true if \p F has cold function entry or cold call edge.
97 /// \brief Returns true if count \p C is considered cold.
101 /// \brief Returns true if BasicBlock \p B is considered cold.
105 /// \brief Returns true if Callsite \p CS is considered cold.
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
ProfileSummaryInfo.h 38 /// isColdCount that tells whether a given profile count is considered hot/cold
40 /// check whether a function is hot or cold.
97 /// \brief Returns true if \p F has cold function entry.
99 /// Returns true if \p F has cold function entry or cold call edge.
103 /// \brief Returns true if count \p C is considered cold.
107 /// \brief Returns true if BasicBlock \p B is considered cold.
111 /// \brief Returns true if Callsite \p CS is considered cold.
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
ProfileSummaryInfo.h 38 /// isColdCount that tells whether a given profile count is considered hot/cold
40 /// check whether a function is hot or cold.
97 /// \brief Returns true if \p F has cold function entry.
99 /// Returns true if \p F has cold function entry or cold call edge.
103 /// \brief Returns true if count \p C is considered cold.
107 /// \brief Returns true if BasicBlock \p B is considered cold.
111 /// \brief Returns true if Callsite \p CS is considered cold.
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
ProfileSummaryInfo.h 38 /// isColdCount that tells whether a given profile count is considered hot/cold
40 /// check whether a function is hot or cold.
97 /// \brief Returns true if \p F has cold function entry.
99 /// Returns true if \p F has cold function entry or cold call edge.
103 /// \brief Returns true if count \p C is considered cold.
107 /// \brief Returns true if BasicBlock \p B is considered cold.
111 /// \brief Returns true if Callsite \p CS is considered cold.

Completed in 1419 milliseconds

1 2 3 4 5 6 7 8 91011>>