2 projects tagged "embedded"
STSdb is an embedded object database system. Its advanced techniques enable organizations to manage terabytes, even petabytes of disparate data within secure, transaction-intensive environments using data management solutions that span a spectrum of challenges: sustaining extreme transaction volumes and tempos and supporting mission-critical analytics and data warehousing.
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.