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: thoren-d/tracing-chrome
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.0
Choose a base ref
...
head repository: thoren-d/tracing-chrome
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.0
Choose a head ref
  • 13 commits
  • 7 files changed
  • 5 contributors

Commits on Feb 16, 2022

  1. Fix broken JSON

    SUPERCILEX committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    a345d8e View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2022

  1. Merge pull request #6 from SUPERCILEX/develop

    Fix broken JSON
    thoren-d authored Mar 19, 2022
    Configuration menu
    Copy the full SHA
    cc61faa View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. Use PathBuf for path type instead of String (#7)

    Use PathBuf for path type instead of String
    
    Signed-off-by: Matthias Beyer <[email protected]>
    matthiasbeyer authored Mar 21, 2022
    Configuration menu
    Copy the full SHA
    1db8616 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. Fix broken build (#9)

    * Fix broken build
    
    * Update lib.rs
    SUPERCILEX authored Mar 24, 2022
    Configuration menu
    Copy the full SHA
    3d5ca32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bedb9b3 View commit details
    Browse the repository at this point in the history
  3. cargo fmt

    thoren-d committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    92dd76d View commit details
    Browse the repository at this point in the history
  4. Increase version to 0.6.0

    thoren-d committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    c2c849f View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2022

  1. Add fibonacci example.

    It illustrates an interesting trace file and provides a good way of
    measuring the tracing overhead.
    thoren-d committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    f17942f View commit details
    Browse the repository at this point in the history
  2. Add benchmarks.

    thoren-d committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    a2f1747 View commit details
    Browse the repository at this point in the history
  3. Don't compute timestamps if not needed.

    This actually takes a bit of time.
    thoren-d committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    d37cb2b View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2022

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

Commits on Apr 23, 2022

  1. Add support for arbitrary writers.

    Also fixed up some documentation.
    thoren-d committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    636e6d7 View commit details
    Browse the repository at this point in the history
  2. Build all targets in CI

    thoren-d committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    64f36ee View commit details
    Browse the repository at this point in the history
Loading