/mingw/bin/gprof "GprofCdt\VioletVreath.exe" gmon.out -p > gprofp_result.txt
/mingw/bin/gprof "GprofCdt\VioletVreath.exe" gmon.out -q > gprofq_result.txt
/mingw/bin/gprof "GprofCdt\VioletVreath.exe" gmon.out -A > gprofA_result.txt
/mingw/bin/gprof "GprofCdt\VioletVreath.exe" gmon.out | ./gprof2dot.py --skew=0.0001 -n0.1 -e0.0 --wrap  | dot -Tpng -o gprofdot_result.png
cygstart gprofp_result.txt
cygstart gprofq_result.txt
cygstart gprofA_result.txt
cygstart gprofdot_result.png
