Searched refs:handle_duplicate_index (Results 1 - 8 of 8) sorted by relevance

/external/trappy/tests/
H A Dtest_utils.py26 """Test Util Function: handle_duplicate_index
41 series = utils.handle_duplicate_index(series, max_delta)
48 """handle_duplicate_index copes with duplicates at the end of the series"""
58 series = utils.handle_duplicate_index(series, max_delta)
/external/trappy/tests/trappy/
H A Dutils.py32 def handle_duplicate_index(data, function
65 >>> from trappy.utils import handle_duplicate_index
70 series = handle_duplicate_index(series)
/external/trappy/trappy/
H A Dutils.py32 def handle_duplicate_index(data, function
65 >>> from trappy.utils import handle_duplicate_index
70 series = handle_duplicate_index(series)
/external/trappy/tests/trappy/plotter/
H A DILinePlot.py31 from trappy.utils import handle_duplicate_index namespace
299 dedup_data = [handle_duplicate_index(s) for s in data_dict.values()]
/external/trappy/trappy/plotter/
H A DILinePlot.py31 from trappy.utils import handle_duplicate_index namespace
299 dedup_data = [handle_duplicate_index(s) for s in data_dict.values()]
/external/trappy/tests/trappy/stats/
H A Dgrammar.py29 from trappy.utils import handle_duplicate_index, listify namespace
417 data_frame = handle_duplicate_index(data_frame)
/external/trappy/trappy/stats/
H A Dgrammar.py29 from trappy.utils import handle_duplicate_index, listify namespace
417 data_frame = handle_duplicate_index(data_frame)
/external/lisa/libs/utils/
H A Dtrace.py33 from trappy.utils import listify, handle_duplicate_index namespace
1031 return handle_duplicate_index(cpu_active)

Completed in 120 milliseconds