ecl_core: ecl_command_line | ecl_concepts | ecl_containers | ecl_converters | ecl_core_apps | ecl_devices | ecl_eigen | ecl_exceptions | ecl_formatters | ecl_geometry | ecl_ipc | ecl_linear_algebra | ecl_math | ecl_mpl | ecl_sigslots | ecl_statistics | ecl_streams | ecl_threads | ecl_time | ecl_type_traits | ecl_utilities
Package Summary
This includes a suite of programs demo'ing various aspects of the ecl_core. It also includes various benchmarking and utility programs for use primarily with embedded systems.
- Author: Daniel Stonier (d.stonier@gmail.com)
- License: BSD
- Repository: yujin-ros-pkg
- Source: svn https://embedded-control-library.googlecode.com/svn/trunk/ecl_core/ecl_core_apps
Contents
Benchmarks
src/benchmarks/exceptions.cpp : evaluates exception handling costs on your system.
src/benchmarks/files.cpp : tests the raw read/write speed of various file mechanisms.
src/benchmarks/flops.cpp : the classic flops test.
src/benchmarks/snooze.cpp : determines the latency of your absolute timer.
src/benchmarks/streams.cpp : compares various streaming mechanisms.
src/benchmarks/string_conversions.cpp : benchmarks various string converting utilities.
Utilities
src/utils/hex.cpp : utility for testing serial devices with raw hex data.
src/utils/serial.cpp : a generic serial connection testing program.
src/utils/process.cpp : detects various process statistics.






