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

fixes souffleprof and enable build on Windows #2423

Merged
merged 1 commit into from
Jul 3, 2023

Conversation

quentin
Copy link
Member

@quentin quentin commented Jul 3, 2023

  • build souffleprof on Windows
  • report relation with load time in the CPU usage chart
  • report true source file path
  • populate the "code" tab (although only one file is reported at the moment)
  • and more fixes

- report relation with load time in the CPU usage chart
- report true source file path
- populate the "code" tab (although only one file is reported at the
  moment)
- and more fixes
@codecov
Copy link

codecov bot commented Jul 3, 2023

Codecov Report

Merging #2423 (bfe7bfe) into master (2914f7b) will increase coverage by 0.14%.
The diff coverage is 70.15%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2423      +/-   ##
==========================================
+ Coverage   77.75%   77.90%   +0.14%     
==========================================
  Files         474      479       +5     
  Lines       31164    31408     +244     
==========================================
+ Hits        24232    24467     +235     
- Misses       6932     6941       +9     
Impacted Files Coverage Δ
src/ast/QualifiedName.h 94.11% <ø> (ø)
src/ast/analysis/typesystem/Type.cpp 47.37% <0.00%> (-0.47%) ⬇️
src/ast/analysis/typesystem/Type.h 50.00% <ø> (ø)
...c/ast/analysis/typesystem/TypeConstrainsAnalysis.h 100.00% <ø> (ø)
src/ast2ram/seminaive/ValueTranslator.h 100.00% <ø> (ø)
src/ast2ram/utility/TranslatorContext.h 100.00% <ø> (ø)
src/include/souffle/profile/Cell.h 0.00% <0.00%> (ø)
src/include/souffle/profile/CellInterface.h 0.00% <ø> (ø)
src/include/souffle/profile/OutputProcessor.h 0.00% <0.00%> (ø)
src/include/souffle/profile/ProgramRun.h 36.58% <0.00%> (+7.31%) ⬆️
... and 34 more

... and 8 files with indirect coverage changes

@quentin quentin merged commit 0ad4109 into souffle-lang:master Jul 3, 2023
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.

2 participants