# Functions
NewTimers return a Timers instance.
NewTimersFromAPIModel converts the API model for timers into a Timers instance.
TimePointsFromTable is a testing helper function that builds TimePoints instance from a 2D int array.
# Type aliases
TimePoints is a slice containing the time points and respectif counts of censoring events and events of interest.
Timers stores execution times by string label.