just a note:
If you like to profile further into the drawing part,
you need to call:
valgrind --tool=callgrind --seperate-callers=5 --seperate-recs=10 ./YOUR_APP
Otherwise you will get "cycles", which is not very helpfull in this task..

BUT: this takes up much more memory to analyze later...