120
edits
Changes
Solo Act
,→Assignment 1
The project was written for windows, so I decided to initially profile with the built in Visual Studio profiler.
[[File:NjsimasProfileresults.png ]]
The above image shows the function inclusive time percentage. The results are 22% and 15% respectively. The only entries higher are Main and library components used for printing. This demonstrates that the majority of source code processing is occurring in these two functions. Both of them would thus are hotspots and may benefit from parallelization.