| Classes | |
| class | Data | 
| class | Variance | 
| Functions | |
| argparse.ArgumentParser | argument_parser () | 
| str | class_name (str s) | 
| tuple[float, float] | compute_data_lower_upper (Data data) | 
| list[tuple[str, TimeNS]] | flatten_data (Data data) | 
| Path | is_file (str file) | 
| def | main (list[str] args) | 
| TimeNS | make_time_ns (dict bench) | 
| list[Data] | parse_json_output (dict json_content) | 
| def | plot (list[Data] datas) | 
| def | plot_batch (list[Data] datas) | 
| Variables | |
| TimeNS = typing.NewType("TimeNS", int) | |
| tuple[float, float] plot.compute_data_lower_upper | ( | Data | data | ) | 
| TimeNS plot.make_time_ns | ( | dict | bench | ) | 
| list[Data] plot.parse_json_output | ( | dict | json_content | ) |