Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
ahNow.H File Reference

High-resolution timer and benchmarking utilities. More...

#include <string>
#include <chrono>
#include <aleph.H>
Include dependency graph for ahNow.H:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

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.

Author
Leandro Rabindranath León

Definition in file ahNow.H.