/aosp12/packages/modules/NeuralNetworks/tools/systrace_parser/ |
H A D | contract-between-code-and-parser.txt | 35 …t0: t_m_w:B|T1|[NN_LR_PP]funcP Add (t1-t0) to total time spent in Layer 45 …t0: t_m_w:B|T1|[NN_LA_PP]funcE1 Add (t3-t0) to total time spent in Layer 48 …t3: t_m_w:E|T1 Add (t2-t1) to total time spent in Layer 68 …t0: t_m_w:B|T1|[NN_LC_PTR]funcC1 Add (t1-t0) to total time spent in Layer 71 …t3: t_m_w:E|T1 Add (t2-t1) to total time spent in Layer 82 …t0: t_m_w:B|T1|[NN_LR_PE]funcR2 Add (t2-t1) to total time spent in Layer 86 … Add (t3-t0) to total time spent in Layer 97 …t0: t_m_w:B|T1|[NN_LR_PE]funcR3 Add (t3-t0) to total time spent in Layer 118 …t4: t_m_w:E|T1 Add (t4-t1) to total time spent in Layer 136 …0: t_m_w:B|T1|[NN_LI_PC]prepareModel Add (t10-t0) to total time spent in Layer [all …]
|
/aosp12/system/netd/tests/benchmarks/ |
H A D | README.md | 18 includes any time spent in other processes. 25 <td>Mean time spent in the current thread during each iteration of the function under test. This 26 does not include any time spent in other processes or blocking on I/O.
|
/aosp12/frameworks/base/core/proto/android/service/ |
H A D | procstats.proto | 122 // Millisecond uptime duration spent in this state 127 // Millisecond elapsed realtime duration spent in this state 170 // Time and memory spent in various states. 221 // Millisecond elapsed realtime duration spent in this state 265 // Millisecond uptime duration spent in this state 267 // Millisecond elapsed realtime duration spent in this state
|
/aosp12/frameworks/base/startop/apps/test/ |
H A D | README.md | 23 spent in view inflation to make it easier to focus on the time spent in view
|
/aosp12/build/soong/ui/status/ninja_frontend/ |
H A D | frontend.proto | 64 // Number of milliseconds spent executing in user mode 66 // Number of milliseconds spent executing in kernel mode
|
/aosp12/system/core/storaged/ |
H A D | README.properties | 2 ro.storaged.event.perf_check # check for time spent in event loop, in microseconds
|
/aosp12/frameworks/base/core/proto/android/os/ |
H A D | batterystats.proto | 41 // Time (milliseconds) spent in the idle state. 43 // Time (milliseconds) spent in the receive state. 57 // Time spent in this specific transmit level state. 522 // Time spent started. 539 // Duration spent BLE scanning blamed on this App (i.e. apportioned to this 714 // Time spent executing in user code. 716 // Time spent executing in kernel code. 802 // cannot be used to ascertain the aggregated time the app spent holding 811 // The total duration that the app spent holding partial wakelocks. 814 // The total duration that the app spent holding partial wakelocks while the
|
/aosp12/frameworks/native/services/surfaceflinger/TimeStats/timestatsatomsproto/ |
H A D | timestats_atoms.proto | 70 // Total time that was spent performing animations. 102 // Number of janky frames where SF spent a long time on the CPU. 105 // Number of janky frames where SF spent a long time on the GPU. 224 // Number of janky frames where SF spent a long time on the CPU. 227 // Number of janky frames where SF spent a long time on the GPU.
|
/aosp12/bionic/benchmarks/linker_relocation/ |
H A D | README.md | 3 This benchmark measures the time spent in the dynamic linker to load a large set
|
/aosp12/system/extras/simpleperf/doc/ |
H A D | inferno.md | 23 It is immediatly apparent that most of the CPU time is spent processing messages 48 visualize in which part of an app the CPU cycles are spent.
|
H A D | executable_commands_reference.md | 61 and outputs a report showing where the time was spent. 475 However, sometimes we want to figure out where the time of a thread is spent, whether it is running
|
/aosp12/build/soong/ui/metrics/metrics_proto/ |
H A D | metrics.proto | 155 // The amount of time spent executing in user space in microseconds. 158 // The amount of time spent executing in kernel mode in microseconds.
|
/aosp12/frameworks/base/proto/src/ |
H A D | gnss.proto | 83 // Time spent in signal quality level (ms)
|
/aosp12/hardware/interfaces/power/1.1/ |
H A D | types.hal | 32 * Time spent in msec at this subsystem-level sleep state since boot.
|
/aosp12/art/libartbase/base/metrics/ |
H A D | README.md | 17 events, counting the total amount of time spent in a section of code, and other
|
/aosp12/build/soong/docs/ |
H A D | perf.md | 88 In this case, the total time spent checking was 0.75 seconds, even though the 172 spent of 13.137 secounds. While Android-aosp_arm.mk was only included once, and 175 in Android-aosp_arm.mk was actually spent within soong_cc_prebuilt.mk (or 188 new makefile. It's possible to analyze where the time is being spent by doing
|
/aosp12/bionic/benchmarks/ |
H A D | README.md | 95 benchmarks, the CPU measurement only counts time spent in the thread calling `posix_spawn`, not that 96 spent in the spawned process. The real-time is probably more useful, and it is the figure used to
|
/aosp12/hardware/interfaces/neuralnetworks/1.3/ |
H A D | IPreparedModel.hal | 99 * @param loopTimeoutDuration The maximum amount of time that should be spent 183 * @param loopTimeoutDuration The maximum amount of time that should be spent 277 * @param loopTimeoutDuration The maximum amount of time that should be spent
|
/aosp12/packages/modules/Wifi/service/proto/src/ |
H A D | metrics.proto | 2485 // Total time the wifi radio spent doing nan scans in ms over the logging duration. 2491 // Total time the wifi radio spent doing roam scans in ms over the logging duration. 2494 // Total time the wifi radio spent doing pno scans in ms over the logging duration. 2497 // Total time the wifi radio spent doing hotspot 2.0 scans and GAS exchange 2581 // The total time spent on nan scans in ms counted from the last radio chip reset 2584 // The total time spent on background scans in ms counted from the last radio chip reset 2587 // The total time spent on roam scans in ms counted from the last radio chip reset 2590 // The total time spent on pno scans in ms counted from the last radio chip reset 2819 // The total time spent on nan scans in ms counted from the last radio chip reset 2825 // The total time spent on roam scans in ms counted from the last radio chip reset [all …]
|
/aosp12/hardware/interfaces/power/1.0/ |
H A D | types.hal | 135 * Time spent in msec at this platform-level sleep state since boot.
|
/aosp12/hardware/interfaces/wifi/offload/1.0/ |
H A D | types.hal | 118 /* Amount of time spent scanning */
|
/aosp12/frameworks/base/packages/SystemUI/docs/ |
H A D | broadcasts.md | 14 * The dispatcher significantly reduces time spent in main thread by handling most operations in a b…
|
/aosp12/frameworks/opt/telephony/proto/src/ |
H A D | persist_atoms.proto | 64 /* Duration spent in each possible service state. */
|
/aosp12/frameworks/av/services/audioflinger/ |
H A D | Tracks.cpp | 973 auto spent = ceil<std::chrono::microseconds>(std::chrono::steady_clock::now() - start); in interceptBuffer() local 976 ALOGD_IF(spent > 500us, "%s: took %lldus to intercept %zu tracks", __func__, in interceptBuffer() 977 spent.count(), mTeePatches.size()); in interceptBuffer()
|
/aosp12/frameworks/proto_logging/stats/ |
H A D | atoms.proto | 5089 // Time spent during the authentication attempt. 5805 // Init's total time spent for completing the 1st stage. 6462 // The length of time spent in, or spent voting for, the sleep state 7216 // Millisecond uptime duration spent in this state 7260 // Time and memory spent in various states. 7341 // Millisecond uptime duration spent in this state 10928 // Time spent on generating links in ms. 11747 // Total time that was spent performing animations. 12830 // Time spent setting up the call. 12911 // Time spent setting up the call in milliseconds. [all …]
|