Created by: lcy-seso
I want to profile one of my models to get information about when doing forward-backward computation how much time each layer takes. There is a Timer in PaddlePaddle's codes, but I am not sure how to enable it in V2 API.
Timer