Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Fix #7459 -- allow parallel timers of the same name. #9392

Merged
merged 6 commits into from
Nov 21, 2014

Commits on Oct 1, 2014

  1. Clean up.

    busykai committed Oct 1, 2014
    Configuration menu
    Copy the full SHA
    5693a72 View commit details
    Browse the repository at this point in the history
  2. Fix #7459.

    Keep track of the measurements of the same name: assign them different ids, but
    report them under the same name. All the measurements are now PerfMeasurement
    objects.
    busykai committed Oct 1, 2014
    Configuration menu
    Copy the full SHA
    886d583 View commit details
    Browse the repository at this point in the history
  3. Fix JSHint error.

    busykai committed Oct 1, 2014
    Configuration menu
    Copy the full SHA
    32c0ffa View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2014

  1. Address review comments.

    busykai committed Nov 18, 2014
    Configuration menu
    Copy the full SHA
    1a402b6 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2014

  1. Use this.name for toString() instead of this.id.

    This is to preserve the API compatibility.
    
    Also:
        o make the aux function name more descriptive.
    busykai committed Nov 20, 2014
    Configuration menu
    Copy the full SHA
    0653d01 View commit details
    Browse the repository at this point in the history
  2. Nits and doc.

    busykai committed Nov 20, 2014
    Configuration menu
    Copy the full SHA
    e81e7d0 View commit details
    Browse the repository at this point in the history