62
edits
Changes
→Intel Adviser (Dmytro)
----
Our Hotspot analysis from VTune(see previous section for details on VTune) identified that there are two bottlenecks in our code:
* imageToScalfile:///home/dmytro/Pictures/Screenshot%20from%202018-11-29%2017-42-19.pngeNaive imageToScaleeNaive - the main conversion function that creates image drawn with characters from the original buffer.
* calcLum - averages out the RGB values of a single pixel to convert it to grey scale.
See the details below: