by Mira Steinmetz | Nov 16, 2023 | 2023, News
Demystifying C++: Classes emmtrix Tech PostsCategory: Demystifying C++ 📢 Announcement: “Demystifying C++” Article SeriesWe’re pleased to introduce our new article series, “Demystifying C++”. This series provides insights into C++...
by Mira Steinmetz | Nov 7, 2023 | 2023, News
emmtrix Dependency Analyzer November 07, 2023 emmtrix Dependency Analyzer (eDA) is our new tool to assist you with the safety analysis of your applications. Results from a data dependency analysis of the source code can be used to: Verify freedom from interference...
by Mira Steinmetz | Oct 31, 2023 | 2023, News
emmtrix Performance Estimator October 31, 2023 emmtrix Performance Estimator (ePE) is our new tool to estimate the runtime of your applications on different embedded processors. Using static source code analysis of the C code or the assembly output of your favourite...
by Mira Steinmetz | Oct 24, 2023 | 2023, News
Simplicity Meets Power: Our New Tool Overview October 24, 2023 ​We’ve redesigned our tool portfolio to enable customers to pick the functionality they require. Your Benefits Greater Clarity: Easily identify the tool / tool combination that work best for you Individual...
by Mira Steinmetz | Sep 27, 2023 | 2023, News
The Cache that Did Nothing emmtrix Tech Posts: Work & Fun with C++ StandardCategory: Knowledge When analyzing source files, the file contents should be stored in a cache to minimize access times. The project it was implemented for didn’t have many files, but...