foxtrotzulu94 / ECE-Pokedex

An Android App for those that want to be the very best! You Gotta Catch 'Em All!
MIT License
1 stars 1 forks source link

Profile the Datbase Access Classes #31

Open foxtrotzulu94 opened 9 years ago

foxtrotzulu94 commented 9 years ago

Related to issue #30 Before committing to any sort of optimizations/enhancements in database code, it is necessary to benchmark and have a full image of the processing costs to compare with in future iterations. With Android Studio, such a task is straightforward

Profile the two main functions in PokemonFactory which deal with MinimalPokemon and Pokemon object creation. Determine the average completion time of these two methods and, if possible, any spikes in both CPU usage and application stack size.

Post pictures of your profiling result here as you go. Minimal coding is expected.