MIPT-ILab / mipt-mips

Cycle-accurate pre-silicon simulator of RISC-V and MIPS CPUs
http://mipt-ilab.github.io/mipt-mips/
MIT License
338 stars 138 forks source link

Dump memory directly to std::string #1537

Closed pavelkryukov closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #1537 (3a353f9) into main (e6a991b) will increase coverage by 0.25%. The diff coverage is 100.00%.

:exclamation: Current head 3a353f9 differs from pull request most recent head 9ca159c. Consider uploading reports for the commit 9ca159c to get more accurate results

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1537      +/-   ##
==========================================
+ Coverage   99.65%   99.91%   +0.25%     
==========================================
  Files         140      137       -3     
  Lines       11745    10431    -1314     
==========================================
- Hits        11705    10422    -1283     
+ Misses         40        9      -31     
Impacted Files Coverage Δ
simulator/memory/memory.cpp 98.11% <100.00%> (-1.89%) :arrow_down:
simulator/mips/mips_instr_decode.h 97.87% <0.00%> (-2.13%) :arrow_down:
simulator/risc_v/riscv_decoder.h 99.11% <0.00%> (-0.89%) :arrow_down:
simulator/modules/fetch/fetch.cpp 97.29% <0.00%> (-0.38%) :arrow_down:
simulator/modules/decode/decode.cpp 98.61% <0.00%> (-0.22%) :arrow_down:
simulator/simulator.h 100.00% <0.00%> (ø)
simulator/infra/argv.h 100.00% <0.00%> (ø)
simulator/infra/arena.h 100.00% <0.00%> (ø)
simulator/infra/log.cpp 100.00% <0.00%> (ø)
... and 105 more

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 e6a991b...9ca159c. Read the comment docs.