Changes

Jump to: navigation, search

Sudo

52 bytes removed, 18:52, 7 October 2015
Progress
I made some changes to how the application runs in order to profile only the subdivision procedure. I removed the GUI component, and made it so that the only thing the application would do is load a mesh, and then perform the subdivision 4 times.
'''<u>Output</u>'''
[[File:Subdivision output.PNG]]
'''<u>Output</u>'''
[[File:Subdivision outputSubdivision_output.PNG]]
'''<u>Flat Profile</u>'''
[[File:Subdivision flatSubdivision_flat.PNG]]
'''<u>Subdivide Method</u>'''
[[File:Subdivision subdivideSubdivision_subdivide.PNG]]
'''<u>AddFace Method</u>'''
[[File:Subdivision addFaceSubdivision_addFace.PNG]]
'''<u>IndexOf Methods</u>'''
[[File:Subdivision indexOfSubdivision_indexOf.PNG]]
I did not trust the flat profile as it was not accurately reflecting the amount of time that the application took to run, so I used the std::chrono library to measure how long the various functions and sections of code took.

Navigation menu