-
Notifications
You must be signed in to change notification settings - Fork 117
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
Extensions - Add Tracy support #1215
Open
Krzmbrzl
wants to merge
17
commits into
IDI-Systems:mumble-plugin
Choose a base branch
from
Krzmbrzl:mumble-plugin
base: mumble-plugin
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
d9f621a
Add Tracy as submodule
Krzmbrzl 5df200c
Started integrating Tracy
Krzmbrzl d15a3c9
Extended Tracy integration
Krzmbrzl 056b66f
Fix inaccessible config path in Mumble plugin
Krzmbrzl 8234508
Yet more Tracy integration
Krzmbrzl a2813c6
Add Tracy zone to overall Mumble event loop
Krzmbrzl 03aa162
Fix plugin not unloading when Tracy enabled
Krzmbrzl bbe4312
Only profile sound callbacks if they actually do something
Krzmbrzl 453006b
Also profile locks
Krzmbrzl 24051c9
Name a few more threads
Krzmbrzl 2df067c
Profile Mumble API functions
Krzmbrzl 94d294a
Clean-up profiling lib cmake code
Krzmbrzl 683e3f4
Expose CMake option to enable tracing
Krzmbrzl ee770e6
Fix lambda capturing fpr API calls when using Tracy
Krzmbrzl 63d5570
Add error handling to API call
Krzmbrzl 8824620
Add more debug output
Krzmbrzl ebdff38
Improved readability of Tracy capturings
Krzmbrzl 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 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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "extensions/src/ACRE2Profiling/tracy"] | ||
path = extensions/src/ACRE2Profiling/tracy | ||
url = https://github.com/wolfpld/tracy.git |
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
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
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
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
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.
instead of submodules maybe just use cmake fetch