Home
last modified time | relevance | path

Searched refs:end_time (Results 1 – 7 of 7) sorted by relevance

/aosp14/system/core/storaged/
H A Dstoraged_diskstats.cpp55 << type << stats->start_time << stats->end_time in log_event_disk_stats()
79 … stats->end_time = (uint64_t)ts.tv_sec * SEC_TO_MSEC + ts.tv_nsec / (MSEC_TO_USEC * USEC_TO_NSEC); in init_disk_stats_other()
180 inc->start_time = prev->end_time; in get_inc_disk_stats()
181 inc->end_time = curr->end_time; in get_inc_disk_stats()
189 if (dst->end_time != 0 && dst->end_time != src->start_time) { in add_disk_stats()
191 << " are added. dst end with " << dst->end_time << ", src start with " in add_disk_stats()
204 dst->end_time = src->end_time; in add_disk_stats()
H A DEventLogTags.logtags37 2732 storaged_disk_stats (type|3),(start_time|2|3),(end_time|2|3),(read_ios|2|1),(read_merges|2|1),…
/aosp14/system/core/storaged/tests/
H A Dstoraged_test.cpp214 retval.end_time = stats1.end_time + stats2.end_time; in disk_stats_add()
318 .end_time = 100, in TEST()
336 .end_time = 100, in TEST()
/aosp14/system/core/storaged/include/
H A Dstoraged_diskstats.h51 uint64_t end_time; // monotonic time accounting ends member
/aosp14/frameworks/base/core/proto/android/server/vibrator/
H A Dvibratormanagerservice.proto93 optional int64 end_time = 2; field
/aosp14/system/core/bootstat/
H A Dbootstat.cpp1244 void LogBootInfoToStatsd(std::chrono::milliseconds end_time, in LogBootInfoToStatsd() argument
1250 system_reason.c_str(), end_time.count(), total_duration.count(), in LogBootInfoToStatsd()
/aosp14/system/core/fs_mgr/tests/
H A Dadb-remount-test.sh613 end_time=`date +%s`
614 local diff_time=$(( ${end_time} - ${start_time} ))