Searched refs:COUNTER_IO_READ_MSEC (Results 1 - 5 of 5) sorted by relevance

/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/api/map_job/
H A Dinput_reader.py31 COUNTER_IO_READ_MSEC = "io-read-msec" variable in class:InputReader
H A Dsample_input_reader.py18 COUNTER_IO_READ_MSEC = "io-read-msec" variable
55 COUNTER_IO_READ_MSEC, int((time.time() - start_time) * 1000))(ctx)
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/lib/input_reader/
H A D_gcs.py305 self._slice_ctx.incr(self.COUNTER_IO_READ_MSEC,
387 self._slice_ctx.incr(self.COUNTER_IO_READ_MSEC,
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
H A Dinput_readers.py28 "COUNTER_IO_READ_MSEC",
106 COUNTER_IO_READ_MSEC = "io-read-msec" variable
1511 COUNTER_IO_READ_MSEC, int((time.time() - start_time) * 1000))(ctx)
1867 COUNTER_IO_READ_MSEC, int((time.time() - start_time) * 1000))(ctx)
2508 COUNTER_IO_READ_MSEC, int((time.time() - start_time) * 1000))(ctx)
2585 COUNTER_IO_READ_MSEC, int((time.time() - start_time) * 1000))(ctx)
H A Dshuffler.py358 input_readers.COUNTER_IO_READ_MSEC,

Completed in 87 milliseconds