Skip to content

Tags: Appliscale/xprof

Tags

2.0.0-rc.5

Toggle 2.0.0-rc.5's commit message
XProf 2.0.0-rc.5 Release candidate

- Save favourite queries
- Browser history of captured calls
- Tab completion for unloaded modules

- Ensure module is loaded before tracing
- Optional native erlang implementation of hdr_histogram
- Make json library configurable
- Drop lager dependency, relax other dependencies

2.0.0-rc.4

Toggle 2.0.0-rc.4's commit message
XProf 2.0.0-rc.4 Release candidate

- Extended query syntax and command framework
- Allow configuring web interface listen address
- All application env vars are now moved from `xprof` to `xprof_core` app
  See README.md for details (backwards incompatible change)

2.0.0-rc.3

Toggle 2.0.0-rc.3's commit message
XProf 2.0.0-rc.3 Release candidate

- Support record syntax in queries and captured args/return value
- Multiple graphs in one row

- Fix hardcoded host/port in FE
- Fix missing error popups when starting monitoring clicking the calees
  or suggestion lists
- No duplicates in recent queries list

2.0.0-rc.2

Toggle 2.0.0-rc.2's commit message
XProf 2.0.0-rc.2 Release candidate

- Save recent queries (UP arrow in query box)
- Show error popups (eg when query is malformed)
- Address deprecation warnings on OTP 21 (jsone version bump)

2.0.0-rc.1

Toggle 2.0.0-rc.1's commit message
XProf 2.0.0-rc.1 Release candidate

- Brand new UI

2.0.0-rc.0

Toggle 2.0.0-rc.0's commit message
XProf 2.0.0-rc.0 Release candidate

- Split architecture (xprof_core and xprof_gui)
- Cowboy 2.x support

1.3.0

Toggle 1.3.0's commit message
*XProf* 1.3.0 Minor release

Minor improvements:
- Allow to keep all calls to a recursive function
- Show graphs in latest-on-top order
- Pause time on graphs when tracing is stopped on GUI
- Allow to order captured long calls by any column on GUI
- Small housekeeping (docs, GUI, tests)

1.2.2

Toggle 1.2.2's commit message
*XProf* 1.2.2 Bugfix release

Minor improvements:
- Allow long-call-capturing threshold to be 0ms (capturing "all" calls).
- Pretty print exceptions

1.2.1

Toggle 1.2.1's commit message
*XProf* 1.2.1 Bugfix release

Minor improvments to function browser:
- Remove "Elixir." prefix from autocomplete
- Exported functions first
- Hide behaviour_info from autocomplete

Bugfixes:
- Fix incorrect time on graph
- Trace also on exceptions
- Fix leaking internal trick in argument capturing

1.2.0

Toggle 1.2.0's commit message
*XProf* `1.2.0`

The main theme of this release is making *Elixir* a first class
citizen. We've full support for it from now on.

Along with Elixir support we fixed the reported bugs and refreshed
look & feel (along with some UI and UX improvements).