Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Timer.measure methods #140

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Add Timer.measure methods #140

wants to merge 2 commits into from

Commits on Apr 22, 2024

  1. Add Timer.measure methods

    # Motivation
    
    This PR supersedes #135. The goal is to make it easier to measure asynchronous code when using `Metrics`.
    
    # Modification
    
    This PR does:
    - Deprecate the current static method for measuring synchronous code
    - Add a new instance method to measure synchronous code
    - Add a new instance method to measure asynchronous code
    
    # Result
    
    It is now easier to measure asynchronous code.
    FranzBusch committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    8e02f31 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    d6a8485 View commit details
    Browse the repository at this point in the history