Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
Ddelta_performer.cc737 base::TimeTicks op_start_time = base::TimeTicks::Now(); in ProcessOperation() local
746 OP_DURATION_HISTOGRAM("REPLACE", op_start_time); in ProcessOperation()
751 OP_DURATION_HISTOGRAM("ZERO_OR_DISCARD", op_start_time); in ProcessOperation()
755 OP_DURATION_HISTOGRAM("SOURCE_COPY", op_start_time); in ProcessOperation()
764 OP_DURATION_HISTOGRAM(op_name, op_start_time); in ProcessOperation()