Home
last modified time | relevance | path

Searched refs:spent (Results 1 – 25 of 148) sorted by relevance

123456

/external/skia/platform_tools/android/apps/skottie/
Dskottie_metric.proto36 // "render_time_avg_no_dequeue" tries to compensate the time spent to wait for a new buffer.
40 optional int64 ui_thread_cpu_time = 12; // CPU time spent on UI thread in nanoseconds
41 optional int64 rt_thread_cpu_time = 13; // CPU time spent on RenderThread in nanoseconds
42 optional int64 hwui_tasks_cpu_time = 14; // CPU time spent on hwuiTask0/1 threads in nanoseconds
43 optional int64 skottie_animator_cpu_time = 15; // CPU time spent on SkottieAnimator in ns
48 optional int64 total_gpu_time = 17; // GPU time spent to render all content in nanoseconds.
/external/perfetto/protos/perfetto/trace/sys_stats/
Dsys_stats.proto44 // Time spent in user mode.
47 // Time spent in user mode (low prio).
50 // Time spent in system mode.
53 // Time spent in the idle task.
56 // Time spent waiting for I/O.
59 // Time spent servicing interrupts.
62 // Time spent servicing softirqs.
/external/perfetto/test/trace_processor/diff_tests/startup/
Dandroid_startup_slow.out67 slow_start_reason: "Main Thread - Time spent in Runnable state"
68 slow_start_reason: "Main Thread - Time spent in interruptible sleep state"
69 slow_start_reason: "Main Thread - Time spent in Blocking I/O"
Dandroid_startup_breakdown.out108 slow_start_reason: "Time spent in bindApplication"
109 slow_start_reason: "Time spent in view inflation"
110 slow_start_reason: "Time spent in ResourcesManager#getResources"
Dandroid_startup_breakdown_slow.out107 slow_start_reason: "Time spent in bindApplication"
108 slow_start_reason: "Time spent in view inflation"
109 slow_start_reason: "Time spent in ResourcesManager#getResources"
Dandroid_startup.out66 slow_start_reason: "Main Thread - Time spent in Runnable state"
Dandroid_startup_lock_contention_slow.out72 slow_start_reason: "Time spent in bindApplication"
/external/tensorflow/tensorflow/core/profiler/protobuf/
Dinput_pipeline.proto10 // Percentage of step time that is spent on input.
12 // Percentage of step time that is spent on output.
16 // Percentage of step time that is spent on compute.
71 // The device time spent on collective communications (in ms).
77 // The time spent on compiling (in ms).
83 // Time spent on demanded file read in microseconds.
85 // Time spent on advanced file read in microseconds.
87 // Time spent on data preprocessing in microseconds.
Dtf_stats.proto42 // the "accumulated" time includes the time spent inside children.
49 // doesn't include the time spent inside children.
Dop_metrics.proto89 // Amount of time spent on 16-bit computation (in ps).
91 // Amount of time spent on 32-bit computation (in ps).
/external/cronet/net/third_party/quiche/src/quiche/blind_sign_auth/proto/
Dspend_token_data.proto23 // Public metadata associated with the token being spent.
26 // The unblinded token to be spent which was blind-signed by Phosphor.
28 // The signature for the token to be spent, obtained from Phosphor and
/external/perfetto/protos/perfetto/metrics/android/
Dstartup_metric.proto68 // Total time spent in activity manager between the initial intent
95 // The total time spent on opening dex files.
97 // Total time spent verifying classes during app startup.
103 // Time spent running CPU on jit thread pool.
106 // Time spent on garbage collection.
110 // Time spent in lock contention on the main thread of the process being
115 // Time spent in monitor lock contention on the main thread of the
120 // Time spent in opening dex files on the main thread of the process
124 // Time spent in dlopening .so files on the main thread of the process
/external/autotest/client/site_tests/power_StatsCPUFreq/
Dcontrol8 PURPOSE = "Measure time spent at each CPU Frequency when system is idle."
17 This test measures percentage time spent at each CPU frequency level when
/external/bcc/tools/
Dhardirqs_example.txt125 This can be useful for quantifying where CPU cycles are spent among the hard
127 shows that most time was spent processing for eth0 (network interface), which
130 Note that the time spent among the "timer" interrupts was low, and usually less
Dsoftirqs_example.txt60 This can be useful for quantifying where CPU cycles are spent among the soft
62 event counts in /proc/softirqs). The output above shows that most time was spent
Dklockstat_example.txt36 'Total spin' - total time spent in acquiring the mutex
45 'Total hold' - total time spent in holding the mutex
/external/perfetto/docs/analysis/
Dcommon-queries.md8 as well as userspace slices (i.e. from atrace), the actual time spent running
50 For example to get the time spent "runnable" and in "uninterruptible sleep":
/external/tensorflow/tensorflow/compiler/jit/
Dxla_activity.proto91 // Microseconds spent in the individual compilation being reported.
94 // Total microseconds spent in (re-)compiling this cluster so far.
/external/curl/src/
Dtool_progress.c183 curl_off_t spent = tvdiff(now, *start)/1000; in progress_meter() local
276 time2str(time_spent, spent); in progress_meter()
/external/bcc/examples/tracing/
Dbiolatpcts_example.txt14 completion. This excludes latency spent queued in the OS.
Ddisksnoop_example.txt35 completion. This excludes latency spent queued in the OS.
/external/ruy/ruy/profiler/
DREADME.md30 measure how much time is spent in this function.
130 time is being spent in matrix multiplications, by the various matrix
145 is likely being spent. When one has such a-priori knowledge, it is feasible to
/external/angle/src/tests/test_utils/runner/
DREADME.md17 * `--batch-timeout` limits the amount of time spent in each batch
26 * `--test-timeout` limits the amount of time spent in each test
/external/perfetto/protos/perfetto/metrics/chrome/
Dscroll_jank_v2.proto24 // Total time spent processing scroll updates.
/external/mesa3d/docs/drivers/openswr/
Dprofiling.rst17 hierarchical breakdown of the time spent in the various operations.

123456