How to use torch.utils.bottleneck to get profile of all layers?

torch.utils.bottleneck only lists speed of top-15 operations. Is there any way to get time of all operations?

Thanks