-
Notifications
You must be signed in to change notification settings - Fork 7.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade Async Profiler API to v2.9 (#2608)
- Loading branch information
1 parent
4dc65ba
commit ede9023
Showing
3 changed files
with
85 additions
and
11 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 |
---|---|---|
|
@@ -25,3 +25,6 @@ pom.xml.versionsBackup | |
**/.flattened-pom.xml | ||
**/.idea/** | ||
**/cmake-build-debug/** | ||
|
||
# VSCode | ||
.vscode/ |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
|
||
/** | ||
* from https://github.com/jvm-profiling-tools/async-profiler | ||
* This package is from https://github.com/async-profiler/async-profiler/ | ||
* tag v2.9 commit 32601bc | ||
*/ | ||
package one.profiler; | ||
package one.profiler; |