RSS 1 project tagged "Analysis"

No download Website Updated 27 Nov 2012 Embedded Profiler

Screenshot
Pop 83.33
Vit 2.55

Embedded Profiler is low-overhead C++ profiler based on automatic instrumentation of functions done by the compiler (GCC, MinGW, or MSVC). Profiling can be done either automatically or manually. Automatic profiling generates a complete call tree and needs no modification of code. Manual profiling requires using the EProfiler API to specify the parts of code to be profiled. The resulting log can be opened in Performance Analyzer, a GUI application with several views designed for comfortable log analysis.

Screenshot

Project Spotlight

NTP

A time synchronization daemon which keeps your system time accurate.

Screenshot

Project Spotlight

CryptSharp

A .NET implementation of BCrypt, PHPass, and traditional crypt password algorithms.