Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nhpip/ezprofiler_deps
Application-side dependencies for ezprofiler
https://github.com/nhpip/ezprofiler_deps
Last synced: 3 days ago
JSON representation
Application-side dependencies for ezprofiler
- Host: GitHub
- URL: https://github.com/nhpip/ezprofiler_deps
- Owner: nhpip
- License: mit
- Created: 2022-07-05T14:35:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-22T12:48:05.000Z (over 2 years ago)
- Last Synced: 2024-11-21T05:25:28.601Z (2 months ago)
- Language: Elixir
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ezprofiler_deps
Provides application-side dependencies for `ezprofiler`:
https://github.com/nhpip/ezprofiler
Specifically it contains a stub module for code profiling:
https://hexdocs.pm/ezprofiler/EZProfiler.CodeProfiler.html
It also provides a module to allow profiling of code from within your application code-base:
https://hexdocs.pm/ezprofiler_deps/EZProfiler.Manager.html
## Installation
Add `ezprofiler_deps` and `ezprofiler` to your list of dependencies in `mix.exs`:
```elixir
defp deps do
[
{:ezprofiler, git: "https://github.com/nhpip/ezprofiler.git", app: false},
{:ezprofiler_deps, git: "https://github.com/nhpip/ezprofiler_deps.git"}
]
```Please refer to the `hex` docs for more information:
https://hexdocs.pm/ezprofiler/api-reference.html
https://hexdocs.pm/ezprofiler_deps/api-reference.html