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
- Host: GitHub
- URL: https://github.com/sampscl/opentimelane
- Owner: sampscl
- License: gpl-3.0
- Created: 2020-03-02T12:05:02.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2023-01-05T09:02:04.000Z (over 3 years ago)
- Last Synced: 2023-03-08T06:12:47.692Z (about 3 years ago)
- Topics: elixir, programming-tools
- Language: Elixir
- Size: 1.16 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).