If you're using Keras, you could just use the patch in this pull request: https://github.com/fchollet/keras/pull/6203
Then just call print_summary() and you'll see both the flops per layer and the total.
Even if not using Keras, it may be worth it to recreate your nets in Keras just so you can get the flops counts.