Home | History | Annotate | Download | only in perf_upload

Lines Matching full:dictionary

46     @return A dictionary mapping each unique measured perf value (keyed by
96 then store the updated information in the dictionary.
98 @param perf_data: A dictionary of measured perf data as computed by
120 @returns A dictionary mapping each unique autotest name to a dictionary
140 @param config_data: A dictionary of dashboard presentation info for all
145 @return A dictionary containing presentation information extracted from
174 dictionary with key "data", and value being a list of dictionaries where
175 each dictionary contains all the information associated with a single
187 @param perf_data: A dictionary of measured perf data as computed by
189 @param presentation_info: A dictionary of dashboard presentation info for
192 @return A dictionary containing the formatted information ready to upload