Einsums Profiler Sections#

This class is an advanced topic. It is used internally in @einsums.utils.labeled_section.

class einsums.core.Section#

Represents a section in the profiler report.

__init__(name: str[, domain: str][, push_timer: bool = True])#

Create a new section with the given name and domain.

Parameters:
  • name – The name of the timer.

  • domain – If VTune is available, then this label will be used for VTune.

  • push_timer – Enable timing for this section.

end()#

End timing early.