30 lines
1.1 KiB
Markdown
30 lines
1.1 KiB
Markdown
# Lab 5 - Software Peformance 2023
|
|
|
|
This is Lab 5 of the **Software Performance** course at USI.
|
|
|
|
Go to [this Lab on iCorsi](https://www.icorsi.ch/course/view.php?id=16963).
|
|
|
|
## Submission Info
|
|
|
|
| Property | Value |
|
|
|------------|----------|
|
|
| First Name | Claudio |
|
|
| Last Name | Maggioni |
|
|
|
|
## Submission Checklist
|
|
|
|
Please complete this checklist (turn [ ] into [X]) before you submit:
|
|
|
|
- [x] I completed the above Submission Info
|
|
- [x] I built the project in IntelliJ (Build > Build Project)
|
|
- [x] I implemented the ClassHierarchyBuilder
|
|
- [ ] I implemented the CallGraphBuilder
|
|
- [ ] I implemented the CallGraphRenderer
|
|
- [ ] I wrote the source code myself and did not look at the source code of my classmates
|
|
- [ ] I manually checked that my implementation is correct by doing this:
|
|
- [ ] I studied the source code within test-input/pacman-src.jar
|
|
- [ ] I ran App to produce the dot file (in test-output/)
|
|
- [ ] I ran dot to turn the dot file in test-output into a PDF
|
|
- [ ] I manually verified that the PDF contains the correct call graph
|
|
- [ ] I committed my changes (at least one commit, but possibly many)
|
|
- [ ] I pushed my commits to GitHub
|