Home
last modified time | relevance | path

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/
Dsample_input_reader.py18 COUNTER_IO_READ_MSEC = "io-read-msec" variable
55 COUNTER_IO_READ_MSEC, int((time.time() - start_time) * 1000))(ctx)
Dinput_reader.py31 COUNTER_IO_READ_MSEC = "io-read-msec" variable in InputReader
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/lib/input_reader/
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/
Dinput_readers.py106 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)
Dshuffler.py358 input_readers.COUNTER_IO_READ_MSEC,