Afterburner

Software Screenshot:
Afterburner
Software Details:
Version: 2.0.5577 updated
Upload Date: 2 May 15
Developer: Viade
Distribution Type: Freeware
Downloads: 25
Size: 2364 Kb

Rating: 1.0/5 (Total Votes: 1)

Viade Afterburner is a freeware Microsoft Visual Studio add-In that offers several features useful for a multithreaded application development using .NET framework:

  • Threads Map feature creates an interactive UML-like diagram that describes all the threads executing within an application as well as the classes and the synchronization primitives manipulated by these threads. It offers substantial help in understanding your application's threading architecture.
  • Deadlock Detection feature alerts the running application when a threads deadlock is detected by throwing an exception describing the complete cycle of threads and synchronization primitives participating in the deadlock with all the relevant call stacks.
  • Deadlock Prediction helps to correctly implement lock leveling coding strategy that can guarantee absence of deadlocks for some applications. It's a dynamic analysis tool that tracks exclusive access acquisitions made by the threads in the running application and generates a report of the acquisitions performed in mismatching orders.
  • Dispose Monitoring feature generates a report listing objects that implement IDisposable interface but whose Dispose() method was not called explicitly before GC has collected the objects.

There are numerous development tools, utilities, libraries and code snippets out there vying for a programmer's attention and offering to simplify software development process. Why would you want to look at yet another one? Unlike many, Afterburner requires minimal investment of your time and effort in order to benefit from it. There is no need to learn a new API or make any changes to your existing code. The only requirements are to install the add-in and to check off what features are to be applied to the selected projects in your solution no matter what .NET language is used.

What is new in this release:

  • Support for VS 2005, 2008, 2010, 2012 and 2013
  • Support for .NET 2.0, 3.0, 3.5, 4.0 and 4.5
  • With Threads Maps understand threading architecture of your applications
  • Supported synchronization primitives
    • Monitor's >Wait(), Pulse() and PulseAll() methods
    • Thread's Join() method
    • WaitHandle's WaitAny(), WaitAll() and SignalAndWait() methods
    • EventWaitHandle class
    • ManualResetEvent class
    • AutoResetEvent class
    • Mutex class
    • Semaphore class
    • ReaderWriterLock class
    • ReaderWriterLockSlim class
  • Performance improvements
  • Bug fixes

What is new in version 2.0 beta:

  • Support for VS 2005, 2008, 2010, 2012 and 2013
  • Support for .NET 2.0, 3.0, 3.5, 4.0 and 4.5
  • With Threads Maps understand threading architecture of your applications
  • Supported synchronization primitives
    • Monitor's Wait(), Pulse() and PulseAll() methods
    • Thread's Join() method
    • WaitHandle's WaitAny(), WaitAll() and SignalAndWait() methods
    • EventWaitHandle class
    • ManualResetEvent class
    • AutoResetEvent class
    • Mutex class
    • Semaphore class
    • ReaderWriterLock class
    • ReaderWriterLockSlim class
  • Performance improvements
  • Bug fixes

What is new in version 1.2 beta:

  • Support for VS 2005, 2008, 2010 and 2012
  • Support for .NET 2.0, 3.0, 3.5, 4.0 and 4.5
  • Supported synchronization primitives
    • Monitor's Wait(), Pulse() and PulseAll() methods
    • Thread's Join() method
    • WaitHandle's WaitAny(), WaitAll()and SignalAndWait() methods
    • EventWaitHandle class
    • ManualResetEvent class
    • AutoResetEvent class
    • Mutex class
    • Semaphore class
    • ReaderWriterLock class
    • ReaderWriterLockSlim class
  • Performance improvements
  • Bug fixes

Requirements:

Microsoft Visual Studio 2005, Microsoft .NET Framework 2.0

Screenshots

afterburner_1_29487.png
afterburner_2_29487.png

Supported Operation Systems

Similar Software

Comments to Afterburner

Comments not found
Add Comment
Turn on images!