Profiling python codes of all demos in the book
Created by: QiJune
Since demos in paddle book are given for the beginners to learn deep learning with Paddle, it's import to make sure the training process is efficient. It's necessary to profile python codes of all demos in the book to find the speed bottleneck and memory usage. And an automatic profiling tool is needed to make the profiling work conveniently.