chlange / jeopardy

Implementation of well known Jeopardy! quiz show in C++ and Qt.
22 stars 8 forks source link

Unnecessary memory usage by me (especially at the sound section) #4

Closed chlange closed 12 years ago

chlange commented 12 years ago

Using pmap -xpgrep jeopardy``

Executing jeopardy

       total kB   48032

Selecting round one WITHOUT sound, 5 categories and 3 players

      total kB   51056

Answered one question WITHOUT sound

      total kB   52848

Selecting round one WITH sound, 5 categories and 3 players

      total kB   98144

Answered one question WITH sound

      total kB  113368