Searched refs:df (Results 1 – 3 of 3) sorted by relevance
112 DecimalFormat df = new DecimalFormat("#,###"); in addPerformanceTest() local115 + df.format(initialAvg) + "ns per insertion and at the end is " in addPerformanceTest()116 + df.format(endAvg) + "ns. Average over the total of " + currentRun + " runs " in addPerformanceTest()117 + "is " + df.format(totalAvg) + "ns."); in addPerformanceTest()
42 def save_sar_plot(self, df, results_file_path): argument49 self.plot.add_line(df.index,50 df['expected_tx_power'],53 self.plot.add_line(df.index,54 df['measured_tx_power'],
303 df = pd.read_csv(os.path.join(ad.device_log_path, self.sar_file_name))305 return df