Verysleepy Versions Save

Very Sleepy, a sampling CPU profiler for Windows

v0.91

2 years ago
  • Rename project back to Very Sleepy (this fork repository is now the official repository)
  • Use Dr. MinGW to resolve MinGW symbols by default
  • Update Wine DbgHelp for Windows
  • Improve and greatly simplify build process (#40)
  • Add continuous integration via AppVeyor
  • Improve Visual Studio 2015 support (#28)
  • More user interface fixes and improvements
  • Contributed by Bernat Muñoz Garcia:
    • Use Scintilla for syntax highlighting (#16)
  • Contributed by Ashod:
    • 64-bit fixes (#21)
  • Contributed by k4hvd1:
    • Added command-line option /a to profile an existing process by its process ID (#30)
  • Contributed by Markus Gaisbauer:
    • Added "Total CPU time" column (#37)
    • Improved handling of processes with many threads (#38)
  • Contributed by Bernhard Schelling:
    • Added Callgrind format file export feature (#46)
    • Fixed symbols (PDB files) not being unloaded after detaching (#57)
    • Improved jumping to source lines from list views (#58)
  • Contributed by rammerchoi:
    • Added command-line switch '/mt' and '/mbt' (#48)
  • Contributed by Graeme Kelly:
    • Added display of thread names on threads lists (#60)
    • Added column headers to exported CSV files (#62)
  • Contributed by Yujiang Wang:
    • Fixed missing buttons for very long paths (#65)
    • Updated DbgHelp to 10.0.17763.1 (#65)
  • Contributed by djdron:
    • Improved HDPI support (#74)
    • Fixed some memory leaks (#75)
    • Updated Dr.MinGW (#77)

appveyor

2 years ago

Latest build from AppVeyor CI

appveyor-notice

5 years ago

The releases below are pretty old.

This project is built on AppVeyor CI, and an installer is built and made available for download as an AppVeyor build artifact.

You can thus download an installer of the latest build from git master here: https://ci.appveyor.com/api/projects/CyberShadow/verysleepy/artifacts/setup.exe?branch=master

v0.90

9 years ago
  • Redesign parts of the file format and internal database representation, to allow more exact late symbol loading, as well as a disassembler view in the future
  • Add an "Address" column to all function lists
    • For the call stack and callers view, the address specifies the address past the call instruction
  • Several fixes to the crash reporter
  • Use wxWidgets 2.9.5
  • Fix problems caused by dbghelp.dll hijacking
  • Fix handling of symbols containing whitespace characters
  • More user interface improvements
  • Contributed by Michael Vance:
    • Add CSV export for the callstack view
    • UI fixes and code cleanup

v0.83

9 years ago
  • Rename fork to "Very Sleepy CS"
  • Numerous user interface performance, responsiveness and usability improvements
  • Allow specifying additional symbol search paths
  • Add Back and Forward menu items and hotkeys for function list navigation
  • Improve overall performance
  • Add late symbol loading by saving a minidump during profiling
  • Install 32-bit version alongside 64-bit version
  • Contributed by Richard Munn:
    • Added a time limit option to the interface
    • Added function highlighting and filtering