https://github.com/clone1018/perf
Simple performance debugging for Elixir projects.
https://github.com/clone1018/perf
Last synced: over 1 year ago
JSON representation
Simple performance debugging for Elixir projects.
- Host: GitHub
- URL: https://github.com/clone1018/perf
- Owner: clone1018
- License: mit
- Created: 2022-10-30T10:16:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-30T10:18:02.000Z (over 3 years ago)
- Last Synced: 2025-01-30T07:44:44.189Z (over 1 year ago)
- Language: Elixir
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Perf
Simple performance tracking for Elixir projects.
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `perf` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:perf, "~> 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 .