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

Bump measureme from 0.8.0 to 10.1.0 #150

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 27, 2022

Bumps measureme from 0.8.0 to 10.1.0.

Release notes

Sourced from measureme's releases.

10.1.0

Changed

  • Change install instructions to use stable branch (GH-189)
  • analyzeme: Remove some unused dependencies (GH-192)
  • decodeme: Generate nicer panic messages for incomplete data files (GH-193)
  • Fix build warnings from Rust 2018 idioms (GH-194)
  • measureme: Allow capturing hardware performance counters on stable compilers (GH-195)

GH-189: rust-lang/measureme#189 GH-192: rust-lang/measureme#192 GH-193: rust-lang/measureme#193 GH-194: rust-lang/measureme#194 GH-195: rust-lang/measureme#195

10.0.0

Changed

  • analyzeme: Version-specific parts split out into decodeme crate. (GH-181)
  • analyzeme: The crate now supports load both v7 and v8 of the file format. (GH-181)

9.2.0

Changed

  • analyzeme: Makes a couple of methods in ProfilingData public. (GH-180)

9.1.2

Added

  • measureme: Allow recording interval events without using the drop guard (GH-159)

9.1.1

Changed

  • crox: Update the --dir flag to look for the correct file extension for traces (GH-155)
  • measureme: Update the memmap dependency to memmap2 which is actively maintained (GH-156)

GH-155: rust-lang/measureme#155 GH-156: rust-lang/measureme#156

9.1.0

Added

  • measureme: Add support for using hardware performance counters instead of wall-clock times. (GH-143)
  • summarize: Add aggregate sub-command for analyzing sets of profiles (GH-129)

Changed

  • analyzeme: Provide functions to decode paged buffer data from memory (GH-142)
  • analyzeme: Fix blocked events not being counted in total invocation count (GH-148)
  • analyzeme: Return error instead of panicking if the input file is too small (GH-151)
  • Cleanup intra-doc links (GH-146)

GH-129: https://github.com/rust-lang/rust/measureme/pull/129 GH-142: https://github.com/rust-lang/rust/measureme/pull/142 GH-143: https://github.com/rust-lang/rust/measureme/pull/143 GH-146: https://github.com/rust-lang/rust/measureme/pull/146

... (truncated)

Changelog

Sourced from measureme's changelog.

[10.1.0] - 2022-06-24

Changed

  • Change install instructions to use stable branch (GH-189)
  • analyzeme: Remove some unused dependencies (GH-192)
  • decodeme: Generate nicer panic messages for incomplete data files (GH-193)
  • Fix build warnings from Rust 2018 idioms (GH-194)
  • measureme: Allow capturing hardware performance counters on stable compilers (GH-195)

[10.0.0] - 2021-10-06

Changed

  • analyzeme: Version-specific parts split out into decodeme crate. (GH-181)
  • analyzeme: The crate now supports loading both v7 and v8 of the file format. (GH-181)

[9.2.0] - 2021-09-13

Changed

  • analyzeme: Makes a couple of methods in ProfilingData public. (GH-180)

[9.1.2] - 2021-05-21

Added

  • measureme: Allow recording interval events without using the drop guard (GH-159)

[9.1.1] - 2021-04-23

Changed

  • crox: Update the --dir flag to look for the correct file extension for traces (GH-155)
  • measureme: Update the memmap dependency to memmap2 which is actively maintained (GH-156)

[9.1.0] - 2021-02-19

Added

  • measureme: Add support for using hardware performance counters instead of wall-clock times. (GH-143)
  • summarize: Add aggregate sub-command for analyzing sets of profiles (GH-129)

Changed

  • analyzeme: Provide functions to decode paged buffer data from memory (GH-142)
  • analyzeme: Fix blocked events not being counted in total invocation count (GH-148)
  • analyzeme: Return error instead of panicking if the input file is too small (GH-151)
  • Cleanup intra-doc links (GH-146)

[9.0.0] - 2020-10-07

Added

  • measureme: Added a function to create EventIds with multiple arguments (GH-138)

Changed

  • We now use the standard semantic versioning system. As this is the 9th breaking change, we're adopting 9.0 as the version number
  • measureme: Allow recording up to 4gb of string data instead of the old limit of 1gb (GH-137)
Commits
  • 93ee6da Merge pull request #197 from wesleywiser/new_release
  • 9322292 Prepare for 10.1 release
  • 9495520 Merge pull request #195 from marmeladema/measureme-on-stable
  • b155b70 Allow to build measureme on stable rust
  • bc2e80a Merge pull request #194 from msfjarvis/hs/2022-02-14/fix-warnings
  • 9ad20d5 all: fix elided-lifetime-in-paths warnings
  • 12593fb Merge pull request #193 from marieell/patch-1
  • c1e2670 A bit nicer panics for incomplete data files
  • 4124964 Merge pull request #192 from bjorn3/less_deps
  • 84bb696 Remove a couple of unused dependencies
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [measureme](https://github.com/rust-lang/measureme) from 0.8.0 to 10.1.0.
- [Release notes](https://github.com/rust-lang/measureme/releases)
- [Changelog](https://github.com/rust-lang/measureme/blob/master/CHANGELOG.md)
- [Commits](rust-lang/measureme@0.8.0...10.1.0)

---
updated-dependencies:
- dependency-name: measureme
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jun 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants