An open API service indexing awesome lists of open source software.

https://github.com/sampscl/opentimelane

Live view timelanes using debug data collected at runtime
https://github.com/sampscl/opentimelane

elixir programming-tools

Last synced: about 2 months ago
JSON representation

Live view timelanes using debug data collected at runtime

Awesome Lists containing this project

README

          

# Opentimelane

Opentimelane is a debugging tool that collects events from a running program, or
from a log, and displays them on a timeline. Its power is in the ability to
visually inspect asynchronous behavior recorded by any language or platform.

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `opentimelane` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[
{:opentimelane, "~> 0.1.0"}
]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/opentimelane](https://hexdocs.pm/opentimelane).