Skip to content
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

Omit line info handling #666

Merged
merged 1 commit into from
May 21, 2021
Merged

Omit line info handling #666

merged 1 commit into from
May 21, 2021

Conversation

AArnott
Copy link
Member

@AArnott AArnott commented May 21, 2021

@davkean reports this costs us 20MB of memory.

David Kean reports this costs us 20MB of memory.
@AArnott AArnott added this to the v2.9 milestone May 21, 2021
@AArnott AArnott requested a review from davkean May 21, 2021 01:08
@AArnott AArnott self-assigned this May 21, 2021
@AArnott AArnott requested review from milopezc and javierdlg May 21, 2021 01:08
@codecov-commenter
Copy link

codecov-commenter commented May 21, 2021

Codecov Report

Merging #666 (c21d79a) into main (dc1cc04) will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #666      +/-   ##
==========================================
+ Coverage   90.28%   90.30%   +0.01%     
==========================================
  Files          59       59              
  Lines        4940     4950      +10     
==========================================
+ Hits         4460     4470      +10     
  Misses        480      480              
Impacted Files Coverage Δ
src/StreamJsonRpc/JsonMessageFormatter.cs 91.46% <100.00%> (+0.01%) ⬆️
src/StreamJsonRpc/MessageHandlerBase.cs 95.18% <0.00%> (-1.21%) ⬇️
src/StreamJsonRpc/Reflection/RpcTargetInfo.cs 92.39% <0.00%> (+0.66%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update dc1cc04...c21d79a. Read the comment docs.

@davkean
Copy link
Member

davkean commented May 21, 2021

This is from a trace during solution open of 468 projects:

image

168 projects looks about the same, so looks like a fixed overhead.

@AArnott AArnott merged commit c6bceac into microsoft:main May 21, 2021
@AArnott AArnott deleted the StripLineInfo branch May 21, 2021 02:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants