|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
High-resolution timer and benchmarking utilities. More...
Go to the source code of this file.
Classes | |
| class | Aleph::Now |
| Class Now is a practical class for timing based in a high resolution clock. More... | |
Namespaces | |
| namespace | Aleph |
| Main namespace for Aleph-w library functions. | |
High-resolution timer and benchmarking utilities.
Provides Now class for precise time measurements using std::chrono::high_resolution_clock. Useful for benchmarking and performance profiling with nanosecond resolution.
Definition in file ahNow.H.