No description
.idea | ||
lib | ||
src/ch/usi/inf/sp | ||
test/ch/usi/inf/sp/cfg | ||
test-input | ||
test-output | ||
.gitignore | ||
all.m4 | ||
compile-tests.sh | ||
lab-3-maggicl.iml | ||
README.md | ||
starter-lab-03-control-flow-graph.iml |
Lab 3 - Software Peformance 2023
This is Lab 3 of the Software Performance course at USI.
Go to this Lab on iCorsi.
Submission Info
Property | Value |
---|---|
First Name | Claudio |
Last Name | Maggioni |
NOTE: the combined PDF with all CFGs, one per method, can be found in test-output/all.pdf
. Method CFGs are
laid in side-by-side as I was not able to generate a one-per-page PDF as instructed. I told this to Prof. Hauswirth
on wednesday, and I was told to ask to Mr. Di Lauro if this layout was fine too, but I forgot. So, I'd like to apologize if this causes any inconvenience.
Submission Checklist
Please complete this checklist (turn [ ] into [X]) before you submit:
- I completed the above Submission Info
- I built the project in IntelliJ (Build > Build Project)
- I implemented the ControlFlowGraphBuilder
- I implemented the ControlFlowGraphRenderer
- I wrote the source code myself and did not look at the source code of my class mates
- I ran all the JUnit tests and verified that they all pass
- I manually checked that my implementation is correct by doing this:
- I studied the test-input/ExampleClass.java source code
- I ran App to produce the dot files (in test-output/)
- I ran dot to turn the dot files in test-output into a PDF
- I manually verified that the PDF contains one page per method of ExampleClass
- I manually verified that those CFGs correspond to the methods' source code
- I committed my changes (at least one commit, but possibly many)
- I pushed my commits to GitHub