HomeSort by relevance Sort by last modified time
    Searched refs:RwEvent (Results 1 - 2 of 2) sorted by null

  /system/extras/boottime_tools/io_analysis/
check_io_trace.py 34 class RwEvent:
53 self.reads = [] #(start time, RwEvent)
54 self.writes = [] #(start time, RwEvent)
99 event = RwEvent(block_num, start_time, size)
check_io_trace_all.py 40 class RwEvent:
146 event = RwEvent(block_num, start_time, size)

Completed in 335 milliseconds