Skip to content

High-resolution timing infrastructure #16

Description

@codingwithmagga

Description

Implement a timing layer using std::chrono high-resolution clock to measure kernel execution duration accurately.

Acceptance Criteria

  • Start and stop timestamps are captured with sub-microsecond resolution
  • Elapsed time is exposed in multiple units (ns, µs, ms)
  • Timer overhead is measurable and documented
  • Timer is safe to use across multiple threads independently

Notes

TDD — tests are written before implementation code.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

No labels
No labels

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions