python3-timeline

Timeline module for modelling a series of actions (Python 3)
  https://launchpad.net/python-timeline
  0
  no reviews



The timeline package provides a way to model a series of actions. For instance, during a web request the appserver might call out to a number of backend services, make sql queries and memcached lookups. All of these actions can be tracked in a single timeline, and that serialised or analysed for slow points.

This package installs the library for Python 3.