-
-
Notifications
You must be signed in to change notification settings - Fork 226
profiling streaming TraceLog #2385
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
Merged
Merged
Changes from 33 commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
68bafaa
wip: in-memory tracelog
vaind f6657f5
in-memory tracelog support
vaind 9f8727f
profiler - remove temp dir
vaind 3833b5f
tracelog streaming
vaind ad5e21f
fix sample collection
vaind 1510734
migrate downsampling & fix tests
vaind 886a2e9
fix: SparseArray
vaind 2b70a79
update benchmark & profile builder
vaind ba3b4e1
minor changes rundown issue investigation
vaind 079a72c
Merge branch 'main' into feat/streaming-tracelog
vaind 25592ba
separate rundown session during tracelog init
vaind aa3ff4d
fixes
vaind 3f7b063
Merge branch 'main' into feat/streaming-tracelog
vaind 9a780eb
update profiling benchmark results
vaind 61d2718
Merge branch 'main' into feat/streaming-tracelog
vaind cc6119f
update tests
vaind 9005697
Merge branch 'main' into feat/streaming-tracelog
vaind f88a20d
update tests
vaind f864e7c
fixes
vaind 04d38a5
update tests to support streaming tracelog
vaind 8b3691d
Merge branch 'main' into feat/streaming-tracelog
vaind 9b51611
Merge branch 'main' into feat/streaming-tracelog
vaind d171989
Merge branch 'main' into feat/streaming-tracelog
vaind c7f6929
update to latest perfview
vaind 5b159e1
fix test code
vaind f457e3a
Merge branch 'main' into feat/streaming-tracelog
vaind b4693e8
Merge branch 'main' into feat/streaming-tracelog
vaind 2634169
Squashed commit of the following (PR #2555):
vaind 670b6fe
perfview submodule setup - unalatered branch
vaind e89d574
chore: update changelog
vaind b7ca7b4
fixup: squash
vaind 33e59c6
build
bruno-garcia 4e4b63e
Merge branch 'main' into feat/streaming-tracelog
bruno-garcia 11f2b34
add perfview feed
bruno-garcia 223913a
ms feed pkg
bruno-garcia 1617ef2
ms feed pkg
bruno-garcia 0f5fc2f
ms feed pkg
bruno-garcia d970fbf
ms feed pkg
bruno-garcia 12e53e5
test: profiler snapshot update
vaind 7a00db9
fix CI
vaind ba89304
update perfview
vaind 614ae76
fix CI
vaind File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or 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
93 changes: 46 additions & 47 deletions
93
...DotNet.Artifacts/results/Sentry.Benchmarks.ProfilingBenchmarks-report-github.md
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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,6 +1,6 @@ | ||
| #!/bin/bash | ||
| set -e errexit | ||
|
|
||
| framework=netcoreapp2.1 | ||
| framework=net6.0 | ||
| dotnet build -c Release -f $framework | ||
| dotnet bin/Release/$framework/Sentry.Benchmarks.dll |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
We'll need to fix this in a follow up PR. Since our customers will experience the same thing. We need to change namespaces, or make stuff internal
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.
related to #2385 (comment)