{"id":13508108,"url":"https://github.com/obmarg/plug_fprof","last_synced_at":"2025-10-26T00:30:44.479Z","repository":{"id":57534607,"uuid":"39301588","full_name":"obmarg/plug_fprof","owner":"obmarg","description":"An Elixir Plug for profiling code with fprof.","archived":false,"fork":false,"pushed_at":"2015-07-18T16:03:31.000Z","size":120,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-06T10:51:24.752Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/obmarg.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-07-18T14:51:36.000Z","updated_at":"2019-03-30T06:48:29.000Z","dependencies_parsed_at":"2022-09-26T18:21:35.339Z","dependency_job_id":null,"html_url":"https://github.com/obmarg/plug_fprof","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obmarg%2Fplug_fprof","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obmarg%2Fplug_fprof/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obmarg%2Fplug_fprof/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obmarg%2Fplug_fprof/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/obmarg","download_url":"https://codeload.github.com/obmarg/plug_fprof/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238229940,"owners_count":19437723,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T02:00:48.100Z","updated_at":"2025-10-26T00:30:44.135Z","avatar_url":"https://github.com/obmarg.png","language":"Elixir","funding_links":[],"categories":["Framework Components"],"sub_categories":[],"readme":"PlugFprof\n=========\n\nA Plug that adds fprof tracing to a web app.\n\n### Usage\n\nAdd to your dependencies in `mix.exs`:\n\n```elixir\n  defp deps do\n    [{:plug_fprof, \"~\u003e 0.0.1\"}]\n  end\n```\n\nThen `use` it from within your plug/pheonix router:\n\n```elixir\ndefmodule MyRouter do\n  use Plug.Router\n  use PlugFprof\n\n\nend\n```\n\nFProf will write it's tracing data into `fprof.trace`.  You can profile \u0026\nanalyze this from `iex`:\n\n```\niex(1)\u003e :fprof.profile()\nReading trace data...\n.........\nEnd of trace!\n:ok\niex(2)\u003e :fprof.analyse([dest: 'analysis.txt', cols: 120, callers: true, sort:\n:own, totals: true, details: true])\nProcessing data...\nCreating output...\nDone!\n:ok\n```\n\nSee [the fprof documentation](http://www.erlang.org/doc/man/fprof.html) for\nmore details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fobmarg%2Fplug_fprof","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fobmarg%2Fplug_fprof","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fobmarg%2Fplug_fprof/lists"}