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

ContinueOnError, minor fixes #621

Merged
merged 2 commits into from
Mar 29, 2018
Merged

Conversation

vancem
Copy link
Contributor

@vancem vancem commented Mar 28, 2018

  1. Added a ContinOneError option when creating an ETLX file. Basically if there is an error reading the input it simply stops converting and makes an ETLX file out of what it has. This is useful when there corruption, but it is not at the start. This not the default. PerfView uses it when the /ContinueOnError option is given.

  2. Fixed issue with msdia140 not working on .NET Core properly (we were using foreach which drags in conversion routines not supported on .NET Core.

  3. Added an explict reference to nuget.org when looking up packages. We have had people trying to build PerfView in environments that don't have this reference (they have a clone).

  4. Added a 'ThreadState' entry ot the 'Blocked CSwitch' stack in the 'AnyStacks view'. This is useful.

1. Added a ContinOneError option when creating an ETLX file.  Basically if there is an error reading the input it simply stops converting and makes an ETLX file out of what it has.  This is useful when there corruption, but it is not at the start.  This not the default.   PerfView uses it when the /ContinueOnError option is given.

2. Fixed issue with msdia140 not working on .NET Core properly (we were using foreach which drags in conversion routines not supported on .NET Core.

3.  Added an explict reference to nuget.org when looking up packages.  We have had people trying to build PerfView in environments that don't have this reference (they have a clone).

4.  Added a 'ThreadState' entry ot the 'Blocked CSwitch' stack in the 'AnyStacks view'.  This is useful.
@codecov-io
Copy link

codecov-io commented Mar 28, 2018

Codecov Report

Merging #621 into master will increase coverage by <.01%.
The diff coverage is 51.28%.

@@            Coverage Diff             @@
##           master     #621      +/-   ##
==========================================
+ Coverage   17.51%   17.52%   +<.01%     
==========================================
  Files         216      216              
  Lines      125013   125051      +38     
  Branches    12071    12077       +6     
==========================================
+ Hits        21898    21911      +13     
- Misses     102252   102278      +26     
+ Partials      863      862       -1
Flag Coverage Δ
#2017 17.52% <51.28%> (ø) ⬆️
#Debug 17.52% <51.28%> (ø) ⬆️
#Release 100% <ø> (ø) ⬆️
Impacted Files Coverage Δ
src/TraceEvent/Symbols/NativeSymbolModule.cs 0% <0%> (ø) ⬆️
src/PerfView/PerfViewData.cs 4% <0%> (-0.01%) ⬇️
src/PerfView/Extensibility.cs 0% <0%> (ø) ⬆️
src/PerfView/UserCommands.cs 0% <0%> (ø) ⬆️
src/PerfView/CommandProcessor.cs 0.17% <0%> (-0.01%) ⬇️
src/PerfView/CommandLineArgs.cs 3.74% <0%> (-0.02%) ⬇️
src/TraceEvent/TraceLog.cs 61.37% <90.9%> (-0.09%) ⬇️
src/PerfView/StackViewer/StackWindow.xaml.cs 25.73% <0%> (+0.07%) ⬆️

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 5d55e45...4b3db79. Read the comment docs.

Copy link
Member

@xiaomi7732 xiaomi7732 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@vancem vancem merged commit df1899b into microsoft:master Mar 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants