1
edit
Changes
no edit summary
Yeah! You got it!
The profiling was as follows:
granularity: each sample hit covers 2 byte(s) no time propagated
index % time self children called name
0.00 0.00 1/1 __libc_csu_init [15]
[8] 0.0 0.00 0.00 1 _GLOBAL__sub_I_main [8]
Index by function name
[8] _GLOBAL__sub_I_main (hangman2.cpp)
Of course for this program there isn't too much being outputted as well as a complex algorithm behind the main program
and thus this program needs a lot of work. But I believe that's the beauty of it, instead of statically importing words
we can have words imported from a file, and even add features such as multi-player. All these features can be parallized
and thus be very efficient while in run time.
All in all I believe working on a project that you know everything about is essential, working off of an image processor
or large bits of existing code can time for a developer to learn and understand the code structure of the program.
Really looking forward to working on this if we end up doing so!
=== Assignment 2 ===
=== Assignment 3 ===