Skip to content

Releases: gasparportik/xt-ray

Long overdue release - v0.3.1.1

08 May 16:43
Compare
Choose a tag to compare

Lots of mostly minor changes.

Special thanks to Jerry Yan(@q792602257) for contributing lots of awesome features.

Package for Linux

21 Feb 11:25
Compare
Choose a tag to compare

With this release I've made a package for Linux, which can be run via mono.
To use you need to:

  • install the mono-runtime and libmono-system-core4.0-cil packages.
  • unpack the package contents anywhere you'd like
  • add +x for the bash scripts in the bin folder
  • create symlinks to those scripts or add that bin folder to your $PATH
  • run xtv tracefile or xtv-cli tracefile

Also I've chosen to bundle the cli version with each of the gui versions.

Version 0.2

03 Nov 17:53
Compare
Choose a tag to compare

Includes improvements to each part.

  • Parser:
    • improved time and memory tracking
    • better exception handling
    • multiple ToString dump styles
    • support for return values
    • profiling stats
  • Console:
    • overall usability improvements: added usage string, any argument order permitted
    • added argument for dump style
  • Windows GUI:
    • trace tree visual improvements: constant background color, added lines for levels, etc
    • added profile(timing only) information
    • better parameters display + parameters dialog for better inspection

First release

31 Oct 16:13
Compare
Choose a tag to compare
0.1.0.0

Updated README.md with useful information