OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:latencies
(Results
26 - 50
of
205
) sorted by null
1
2
3
4
5
6
7
8
9
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
MergedLoadStoreMotion.h
20
//
latencies
, triggering if-conversion, and reducing static code size.
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
MergedLoadStoreMotion.h
20
//
latencies
, triggering if-conversion, and reducing static code size.
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
MergedLoadStoreMotion.h
20
//
latencies
, triggering if-conversion, and reducing static code size.
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
MergedLoadStoreMotion.h
20
//
latencies
, triggering if-conversion, and reducing static code size.
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
MergedLoadStoreMotion.h
20
//
latencies
, triggering if-conversion, and reducing static code size.
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
MergedLoadStoreMotion.h
20
//
latencies
, triggering if-conversion, and reducing static code size.
/external/llvm/lib/CodeGen/
LatencyPriorityQueue.cpp
25
// cannot easily be modeled as edges with
latencies
to be scheduled as
41
// After that, if two nodes have identical
latencies
, look to see if one will
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
LatencyTracker.java
34
* Class to track various
latencies
in SystemUI. It then outputs the latency to logcat so these
35
*
latencies
can be captured by tests and then used for dashboards.
/external/ltp/testcases/realtime/
00_Descriptions.txt
43
- Measures
latencies
involved in asynchronous event handlers. Specifically it
54
- Is similar to the above two i.e. it measures
latencies
involved in
134
- Measures
latencies
involved in priority boosting through priority inheritance
220
- Measures
latencies
involved in pthread_cond_t
223
- Measures
latencies
involved in pthread_cond_t. This test executes in
/system/extras/latencytop/
latencytop.c
160
printf("
Latencies
for thread %d in process %d:\n", tid, pid);
162
printf("
Latencies
for process %d:\n", pid);
165
printf("
Latencies
across all processes:\n");
/test/vts/utils/python/profiling/
profiling_utils.py
42
values: A dict that stores the profiling data. e.g.
latencies
of each api.
341
for api,
latencies
in merged_profiling_data.values.items():
347
latencies
,
/external/llvm/lib/Target/AMDGPU/
SIMachineScheduler.cpp
38
// . The less the register pressure, the best load
latencies
are hidden
51
// . Hiding high
latencies
(texture sampling, etc)
52
// . Hiding low
latencies
(SGPR constant loading, etc)
62
// locally inside the blocks where it takes care of low
latencies
, and then
63
// chooses the order of the blocks by taking care of high
latencies
.
68
// We want the blocks help control register usage and hide high
latencies
73
// the shader. Since we do want blocks to help hide high
latencies
, we want
75
// on high
latencies
. It will make it easy to pick blocks to hide specific
76
// high
latencies
.
84
// Third the block order is choosen, there we try to hide high
latencies
[
all
...]
/compatibility/cdd/5_multimedia/
5_6_audio-latency.md
4
Many classes of applications rely on short
latencies
, to achieve real-time
/external/autotest/client/site_tests/hardware_MemoryLatency/
hardware_MemoryLatency.py
15
latencies
.
/external/autotest/server/site_tests/network_WiFi_OverlappingBSSScan/
network_WiFi_OverlappingBSSScan.py
55
# Gather some statistics about ping
latencies
without scanning going on.
/external/ltp/runtest/
ltp-aio-stress.part2
23
# -l print io_submit
latencies
after each stage
/external/ltp/testcases/realtime/func/async_handler/
async_handler_jk.c
160
printf("\nCriteria:
latencies
< %d\n", (int)pass_criteria);
/external/netperf/src/
hist.h
33
request-response
latencies
).
/frameworks/base/core/java/android/net/metrics/
DnsEvent.java
46
//
Latencies
in milliseconds of queries, stored as ints.
/packages/apps/Camera2/tests/src/com/android/camera/stress/
ShotToShotLatency.java
106
// Calculate
latencies
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
KeyboardInterpreter.java
34
mBounce = 2000; // TODO: remove this once
latencies
in lower layers are removed.
/external/fio/tools/hist/
fiologparser_hist.py.1
47
convert
latencies
from milliseconds to seconds (\fBdivisor\fR=\fP1000\fR).
107
you expect your application to experience
latencies
greater than 17 seconds,
/external/ltp/testcases/realtime/perf/latency/
pthread_cond_many.c
23
* Measure pthread_cond_t
latencies
, but in presence of many processes.
314
printf("\nCriteria:
latencies
< %d us\n", PASS_US);
/external/swiftshader/third_party/LLVM/lib/CodeGen/
LatencyPriorityQueue.cpp
24
// cannot easily be modeled as edges with
latencies
to be scheduled as
40
// After that, if two nodes have identical
latencies
, look to see if one will
/external/blktrace/btt/
btt_plot.py
30
Q2D - Queue to Issue
latencies
Running averages
31
D2C - Issue to Complete
latencies
Running averages
32
Q2C - Queue to Complete
latencies
Running averages
245
title_str = 'Queue (Q) To Issue (D) Average
Latencies
'
247
title_str = 'Issue (D) To Complete (C) Average
Latencies
'
249
title_str = 'Queue (Q) To Complete (C) Average
Latencies
'
Completed in 873 milliseconds
1
2
3
4
5
6
7
8
9