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

core(perf): add timing instrumentation to measure runtime perf #3745

Merged
merged 40 commits into from
Oct 25, 2018

Commits on Jun 22, 2018

  1. Configuration menu
    Copy the full SHA
    b8830cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df7e1b4 View commit details
    Browse the repository at this point in the history
  3. fixup typing of traces.

    paulirish committed Jun 22, 2018
    Configuration menu
    Copy the full SHA
    f1a2909 View commit details
    Browse the repository at this point in the history
  4. feedback.

    paulirish committed Jun 22, 2018
    Configuration menu
    Copy the full SHA
    c46548d View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2018

  1. split lib & cli

    paulirish committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    ab9386d View commit details
    Browse the repository at this point in the history
  2. add tests

    paulirish committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    7c155b9 View commit details
    Browse the repository at this point in the history
  3. report the total.

    paulirish committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    2a45eb5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    046780b View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2018

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

Commits on Aug 15, 2018

  1. Configuration menu
    Copy the full SHA
    c1dddac View commit details
    Browse the repository at this point in the history
  2. fix tests

    paulirish committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    6df7096 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2018

  1. Configuration menu
    Copy the full SHA
    6b36595 View commit details
    Browse the repository at this point in the history
  2. rebase

    patrickhulce committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    135f960 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2018

  1. use l-logger 1.1.0

    paulirish committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    2715db9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4807052 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2018

  1. minor

    paulirish committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    fc8817f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46e66ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9125d05 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2018

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

    paulirish committed Sep 25, 2018
    Configuration menu
    Copy the full SHA
    680a985 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f1045a7 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2018

  1. Configuration menu
    Copy the full SHA
    17d90e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a0c8be View commit details
    Browse the repository at this point in the history
  3. lint

    patrickhulce committed Oct 16, 2018
    Configuration menu
    Copy the full SHA
    caf144a View commit details
    Browse the repository at this point in the history
  4. feedback and tests

    patrickhulce committed Oct 16, 2018
    Configuration menu
    Copy the full SHA
    6046bb4 View commit details
    Browse the repository at this point in the history
  5. last things?

    patrickhulce committed Oct 16, 2018
    Configuration menu
    Copy the full SHA
    01aeac7 View commit details
    Browse the repository at this point in the history
  6. move artifacts.Timing

    patrickhulce committed Oct 16, 2018
    Configuration menu
    Copy the full SHA
    852561b View commit details
    Browse the repository at this point in the history
  7. type check

    patrickhulce committed Oct 16, 2018
    Configuration menu
    Copy the full SHA
    3971b1f View commit details
    Browse the repository at this point in the history
  8. more nits

    patrickhulce committed Oct 16, 2018
    Configuration menu
    Copy the full SHA
    8bf6cc1 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2018

  1. Configuration menu
    Copy the full SHA
    88c888b View commit details
    Browse the repository at this point in the history
  2. more feedback

    patrickhulce committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    bcfaf7c View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2018

  1. Update typings/artifacts.d.ts

    Co-Authored-By: paulirish <paul.irish@gmail.com>
    brendankenny and paulirish authored Oct 19, 2018
    Configuration menu
    Copy the full SHA
    c72ac0c View commit details
    Browse the repository at this point in the history
  2. Update artifacts.d.ts

    paulirish authored Oct 19, 2018
    Configuration menu
    Copy the full SHA
    274693a View commit details
    Browse the repository at this point in the history
  3. drop try/catch

    paulirish committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    bd03859 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    011f272 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2018

  1. use status object

    connorjclark committed Oct 24, 2018
    Configuration menu
    Copy the full SHA
    434f788 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2018

  1. Configuration menu
    Copy the full SHA
    2ba317f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c7b0a2 View commit details
    Browse the repository at this point in the history
  3. better code

    connorjclark committed Oct 25, 2018
    Configuration menu
    Copy the full SHA
    508506a View commit details
    Browse the repository at this point in the history
  4. pr changes

    connorjclark committed Oct 25, 2018
    Configuration menu
    Copy the full SHA
    4a2e662 View commit details
    Browse the repository at this point in the history