Skip to main content
Ctrl+K
pyquickbench pyquickbench

pyquickbench

  • Gallery
  • API
  • Tests report
  • GitHub
  • PyPI
  • Anaconda
  • Gallery
  • API
  • Tests report
  • GitHub
  • PyPI
  • Anaconda

Section Navigation

Benchmarks

  • pyquickbench.run_benchmark
  • pyquickbench.plot_benchmark

Time Train

  • pyquickbench.TimeTrain
  • pyquickbench.TimeTrain.toc
  • pyquickbench.TimeTrain.tictoc
  • pyquickbench.TimeTrain.to_dict
  • pyquickbench.TimeTrain.total_time

Named axes

  • pyquickbench.default_ax_name
  • pyquickbench.fun_ax_name
  • pyquickbench.repeat_ax_name
  • pyquickbench.out_ax_name

Data handling

  • pyquickbench.all_reductions
  • pyquickbench.all_plot_intents
  • pyquickbench.all_transforms

Default curve styling

  • pyquickbench.default_color_list
  • pyquickbench.default_linestyle_list
  • pyquickbench.default_pointstyle_list
  • API
  • pyquickbench.TimeTrain.toc

pyquickbench.TimeTrain.toc#

TimeTrain.toc(name='')[source]#

Records a new wagon in the TimeTrain.

See Time Trains for usage example.

Parameters:

name (str, optional) –

Name of the wagon. This name is used as a key in pyquickbench.TimeTrain.to_dict() and in calls to print().

By default ''.

On this page
  • TimeTrain.toc()
Edit on GitHub

This Page

  • Show Source