OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:time_data
(Results
1 - 2
of
2
) sorted by null
/external/autotest/contrib/
compare_suite.py
304
def print_task_data(all_jobs,
time_data
):
308
zip(
time_data
, all_jobs.keys())])
312
if data else '_' for data in
time_data
])
316
if data else '_' for data in
time_data
])
319
[str(data[2]) if data else '_' for data in
time_data
])
410
time_data
= [suite_job.get_time_per_task_type(task_type)
variable
412
print_task_data(all_jobs,
time_data
)
415
time_data
= [suite_job.get_time_per_task_type_from_db(task_type)
variable
417
print_task_data(all_jobs,
time_data
)
420
[str(data[3]) if data else '_' for data in
time_data
])
[
all
...]
/system/extras/simpleperf/
record.h
180
PerfSampleTimeType
time_data
; // Valid if sample_id_all && PERF_SAMPLE_TIME.
member in struct:SampleId
370
PerfSampleTimeType
time_data
; // Valid if PERF_SAMPLE_TIME.
member in struct:SampleRecord
Completed in 90 milliseconds