-
Notifications
You must be signed in to change notification settings - Fork 65
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
Try#185,改进的watcher,使用macOS与Linux中的size
命令进行静态内存分析。
#211
Closed
Closed
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
0057ab2
add function to watcher_macos.cpp
tofucurd 32cf2d3
fix static memory problem in watcher_macos.cpp using size
tofucurd b625100
fix static memory problem in watcher_linux.cpp using size
tofucurd 3b1ca52
fix static memory problem in watcher_linux.cpp using size
tofucurd 8d378bf
fix some small difference
tofucurd e7e2d99
fix some small difference
tofucurd b41da06
fix some small difference
tofucurd ed06315
fix some small difference
tofucurd efd9e7f
fix some small difference
tofucurd 9c3dc12
fix execuable longer than command string
tofucurd 2d85610
fix execuable longer than command string
tofucurd 8cff443
fix execuable longer than command string
tofucurd f7ba761
fix execuable longer than command string
tofucurd f233206
fix tab problem
tofucurd 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 |
---|---|---|
|
@@ -68,4 +68,4 @@ build/ | |
build-debug/ | ||
.idea/ | ||
cmake-build-debug/ | ||
|
||
.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
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.
[256]
是否足够?buffer[3]
是否适合所有情况?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.
256是够的
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.
其实主要的难点是跨平台的解析,以及第三方库的安装配置
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.
其实主要的难点是跨平台的解析,以及第三方库的安装配置