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