xprof icon indicating copy to clipboard operation
xprof copied to clipboard

A visual tracer and profiler for Erlang and Elixir.

Results 53 xprof issues
Sort by recently updated
recently updated
newest added

Bumps [lodash.merge](https://github.com/lodash/lodash) from 4.6.1 to 4.6.2. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=lodash.merge&package-manager=npm_and_yarn&previous-version=4.6.1&new-version=4.6.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Currently available in branch `cowboy_2.0`. See https://github.com/Appliscale/xprof/issues/73#issuecomment-322072437. It compiles and `xprof:start()` works, but I’m getting some JavaScript errors: ![screen shot 2017-08-14 at 11 11 56](https://user-images.githubusercontent.com/89267/29265463-68e5a93a-80e1-11e7-8162-a55d6d4604b3.png)

bug
backend

In order to add more functionality we need to extend the query syntax to allow more options and alternatives. (eg #108 ) Requirements: - It must be parsable (at list...

enhancement
backend

Instead of plotting latency of a function, plot the distribution of an argument. Additionally it would be nice to plot a value derived from one or more arguments. Deriving can...

enhancement
backend_and_frontend

Add option to show histogram (buckets) instead of percentiles on the graphs to better understand distribution. This is not only useful for latency but even more for distribution of other...

enhancement
frontend

Allow to filter functions based on their return value (instead of arguments). Apart from the XProf-flavoured match-spec takes an additional parameter `RetMatchFun` which matches the value returned by the function....

enhancement
backend

Issue raised on `jsone` as well. I noticed that it cannot be compiled using Erlang OTP 21 as part of an Elixir project. Tried using both Elixir `1.6.4`, `1.6.5` and...

Currently we're leveraging work done by `hdr_histogram` regarding statistics accumulation / storage, which brings set of problems to the table: 1. It is a _NIF_ - and that causes a...

bug
backend

Currently columns (lines or keys) are hardcoded in `GraphConstants.js`. It would be nice to have the flexibility to have more or less lines or have custom labels. Some examples: -...

enhancement
frontend

Keep a list of favourite queries in the backend. (Advantage is that it can be shared among users, but can only be shared among multiple target nodes in case of...

enhancement
backend_and_frontend