I'm doing some research pertaining to C++ and embedded systems, and I'm currently trying to benchmark and compare the performance and execution speeds of the STL and the Embedded Template Library (ETL). Typically, I use Google's C++ Benchmarking tool to do so, but I can't do so for a variety of reason (lack of CMake since it's an embedded system and lack of available RAM).
So, I'm wondering if there's any alternatives to the Google tool for embedded systems? Particularly, the NXP LPC 804 development board using MCUXpresso IDE and Toolchain for C++17. Thanks!