-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support Metadata like Threadid (#40)
* Support Meta * Add test that we enforce meta * backwards compatibility: support non-meta profiles * Add corner-cases tests for manually constructed profiles; ensure we catch every sample Fix the bugs in handling those cases :) * Bump to version 3.1.0: Support meta! * Disable meta test for v1.6 --------- Co-authored-by: Nathan Daly <[email protected]>
- Loading branch information
Showing
3 changed files
with
136 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "PProf" | ||
uuid = "e4faabce-9ead-11e9-39d9-4379958e3056" | ||
authors = ["Valentin Churavy <[email protected]>", "Nathan Daly <[email protected]>"] | ||
version = "3.0.0" | ||
version = "3.1.0" | ||
|
||
[deps] | ||
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c" | ||
|
@@ -17,18 +17,18 @@ pprof_jll = "cf2c5f97-e748-59fa-a03f-dda3c62118cb" | |
|
||
[compat] | ||
AbstractTrees = "0.3, 0.4" | ||
CodecZlib = "0.7" | ||
EnumX = "1" | ||
FlameGraphs = "0.2, 1" | ||
OrderedCollections = "1.1" | ||
ProgressMeter = "1.7" | ||
ProtoBuf = "1" | ||
julia = "1.6" | ||
pprof_jll = "0.1, 1" | ||
CodecZlib = "0.7" | ||
|
||
[extras] | ||
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe" | ||
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240" | ||
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe" | ||
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" | ||
|
||
[targets] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30785d3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register()
30785d3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/95461
Tip: Release Notes
Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.
To add them here just re-invoke and the PR will be updated.
Tagging
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: