Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sebastianbergmann/php-timer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.1.4
Choose a base ref
...
head repository: sebastianbergmann/php-timer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.0.0
Choose a head ref
  • 16 commits
  • 17 files changed
  • 1 contributor

Commits on Apr 21, 2020

  1. * Introduce Duration value object for encapsulating a duration with n…

    …anosecond granularity
    
    * Introduce ResourceUsageFormatter object for formatting resource usage with option to explicitly pass a duration (instead of looking at the unreliable $_SERVER['REQUEST_TIME_FLOAT'] variable)
    * Let Timer::stop() return a Duration object
    * Remove functionality from Timer that is now implemented in Duration and ResourceUsageFormatter
    sebastianbergmann committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    95bcd1f View commit details
    Browse the repository at this point in the history
  2. Fix

    sebastianbergmann committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    9a6e743 View commit details
    Browse the repository at this point in the history
  3. Workaround for weird bug / edge case (no code from Timer class is exe…

    …cuted as part of these tests)
    sebastianbergmann committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    c81a271 View commit details
    Browse the repository at this point in the history
  4. Reorganize

    sebastianbergmann committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    fa15d6d View commit details
    Browse the repository at this point in the history
  5. Fix test name

    sebastianbergmann committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    8cd17d6 View commit details
    Browse the repository at this point in the history
  6. Refactor

    sebastianbergmann committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    e909c61 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d1f7304 View commit details
    Browse the repository at this point in the history
  8. Add missing tests

    sebastianbergmann committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    856a12e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e3732d0 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2020

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

Commits on May 4, 2020

  1. Configuration menu
    Copy the full SHA
    4b55642 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24122e8 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2020

  1. Update tools

    sebastianbergmann committed May 12, 2020
    Configuration menu
    Copy the full SHA
    1a435b6 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2020

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

Commits on May 28, 2020

  1. Update tools

    sebastianbergmann committed May 28, 2020
    Configuration menu
    Copy the full SHA
    5ceb0e4 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2020

  1. Prepare release

    sebastianbergmann committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    d635982 View commit details
    Browse the repository at this point in the history
Loading